Skip to content

Commit

Permalink
Bump minimist to 1.2.6 (#276)
Browse files Browse the repository at this point in the history
Bump minimist to 1.2.6 to address security update
More details here: https://github.com/sequentech/admin-console/security/dependabot/12
  • Loading branch information
edulix authored Apr 7, 2022
1 parent c02ba9b commit 1b14c7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"**/xmlhttprequest-ssl": "1.6.2",
"**/ws": "7.4.6",
"**/lodash": "^4.17.19",
"**/minimist": "1.2.5",
"**/minimist": "1.2.6",
"**/yargs-parser": "13.1.2",
"**/cheerio": "0.12.3",
"**/cheerio-select": "0.0.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2784,10 +2784,10 @@ minimatch@~3.0.2, minimatch@~3.0.4:
dependencies:
brace-expansion "^1.1.7"

[email protected].5, minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.6, minimist@~0.0.1:
version "1.2.5"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
[email protected].6, minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.6, minimist@~0.0.1:
version "1.2.6"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==

mkdirp@^0.5.4, mkdirp@^0.5.5:
version "0.5.6"
Expand Down

0 comments on commit 1b14c7a

Please sign in to comment.