Skip to content

Commit 49e92d2

Browse files
committed
Update minimist
As stated in the minimist readme file, version 1.2.6 or later should be used due to security reasons. https://github.com/substack/minimist#security
1 parent 344e7cd commit 49e92d2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"cross-spawn": "^7.0.3",
1111
"dotenv": "^16.0.0",
1212
"dotenv-expand": "^8.0.1",
13-
"minimist": "^1.2.5"
13+
"minimist": "^1.2.6"
1414
},
1515
"devDependencies": {
1616
"standard": "^16.0.4"

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,11 +977,16 @@ minimatch@^3.0.4:
977977
dependencies:
978978
brace-expansion "^1.1.7"
979979

980-
minimist@^1.2.0, minimist@^1.2.5:
980+
minimist@^1.2.0:
981981
version "1.2.5"
982982
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
983983
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
984984

985+
minimist@^1.2.5:
986+
version "1.2.6"
987+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
988+
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
989+
985990
986991
version "2.0.0"
987992
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"

0 commit comments

Comments
 (0)