Skip to content

Commit

Permalink
remove yargs major update due security compromise
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Feb 14, 2018
1 parent 6574e30 commit 9bd7ed4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion bin/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,15 @@
},
display: {
type: "string",
choices: ["", "verbose", "detailed", "normal", "minimal", "errors-only", "none"],
choices: [
"",
"verbose",
"detailed",
"normal",
"minimal",
"errors-only",
"none"
],
group: DISPLAY_GROUP,
describe: "Select display preset"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"supports-color": "^4.4.0",
"v8-compile-cache": "^1.1.0",
"webpack-addons": "^1.1.5",
"yargs": "^9.0.1",
"yargs": "9.0.1",
"yeoman-environment": "^2.0.0",
"yeoman-generator": "https://github.com/ev1stensberg/generator.git#Feature-getArgument"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6742,7 +6742,7 @@ yargs@6.6.0:
y18n "^3.2.1"
yargs-parser "^4.2.0"

yargs@^9.0.0, yargs@^9.0.1:
yargs@9.0.1, yargs@^9.0.0:
version "9.0.1"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-9.0.1.tgz#52acc23feecac34042078ee78c0c007f5085db4c"
dependencies:
Expand Down

0 comments on commit 9bd7ed4

Please sign in to comment.