Skip to content

Commit 41d1d0c

Browse files
authoredMay 8, 2020
fix(deps): security vulnerability in yargs-parser (#2566)
1 parent 375ab23 commit 41d1d0c

File tree

2 files changed

+112
-64
lines changed

2 files changed

+112
-64
lines changed
 

‎package-lock.json

+111-63
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"webpack-dev-middleware": "^3.7.2",
6969
"webpack-log": "^2.0.0",
7070
"ws": "^6.2.1",
71-
"yargs": "12.0.5"
71+
"yargs": "^13.3.2"
7272
},
7373
"devDependencies": {
7474
"@babel/cli": "^7.8.4",

0 commit comments

Comments
 (0)
Please sign in to comment.