Skip to content

Commit 08adfaf

Browse files
authored
Fix security bugs in yargs-parser and jpeg-js (#173)
1 parent 4183e10 commit 08adfaf

File tree

2 files changed

+103
-96
lines changed

2 files changed

+103
-96
lines changed

package-lock.json

Lines changed: 100 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1915,7 +1915,7 @@
19151915
"node-has-native-dependencies": "^1.0.2",
19161916
"node-html-parser": "^1.1.13",
19171917
"nyc": "^15.0.0",
1918-
"playwright-chromium": "^0.13.0",
1918+
"playwright-chromium": "^1.4.2",
19191919
"postcss": "^7.0.27",
19201920
"postcss-cssnext": "^3.1.0",
19211921
"postcss-import": "^12.0.1",
@@ -1969,6 +1969,7 @@
19691969
"webpack-cli": "^3.1.2",
19701970
"webpack-fix-default-import-plugin": "^1.0.3",
19711971
"why-is-node-running": "^2.0.3",
1972-
"yargs": "^15.3.1"
1972+
"yargs": "^15.4.1",
1973+
"yargs-parser": ">=13.1.2"
19731974
}
19741975
}

0 commit comments

Comments
 (0)