Skip to content

Commit 9bd7ed4

Browse files
committed
remove yargs major update due security compromise
1 parent 6574e30 commit 9bd7ed4

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

bin/webpack.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,15 @@
179179
},
180180
display: {
181181
type: "string",
182-
choices: ["", "verbose", "detailed", "normal", "minimal", "errors-only", "none"],
182+
choices: [
183+
"",
184+
"verbose",
185+
"detailed",
186+
"normal",
187+
"minimal",
188+
"errors-only",
189+
"none"
190+
],
183191
group: DISPLAY_GROUP,
184192
describe: "Select display preset"
185193
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"supports-color": "^4.4.0",
8484
"v8-compile-cache": "^1.1.0",
8585
"webpack-addons": "^1.1.5",
86-
"yargs": "^9.0.1",
86+
"yargs": "9.0.1",
8787
"yeoman-environment": "^2.0.0",
8888
"yeoman-generator": "https://github.com/ev1stensberg/generator.git#Feature-getArgument"
8989
},

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6742,7 +6742,7 @@ yargs@6.6.0:
67426742
y18n "^3.2.1"
67436743
yargs-parser "^4.2.0"
67446744

6745-
yargs@^9.0.0, yargs@^9.0.1:
6745+
yargs@9.0.1, yargs@^9.0.0:
67466746
version "9.0.1"
67476747
resolved "https://registry.yarnpkg.com/yargs/-/yargs-9.0.1.tgz#52acc23feecac34042078ee78c0c007f5085db4c"
67486748
dependencies:

0 commit comments

Comments
 (0)