Skip to content

Commit

Permalink
fix(deps): update dependency shelljs to v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 25, 2020
1 parent dd06913 commit 11585a0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
17 changes: 14 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -57,7 +57,7 @@
"ora": "4.0.3",
"os-name": "3.1.0",
"rimraf": "3.0.2",
"shelljs": "0.8.3",
"shelljs": "0.8.4",
"tree-kill": "1.2.2",
"tsconfig-paths": "3.9.0",
"tsconfig-paths-webpack-plugin": "3.2.0",
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Expand Up @@ -7871,6 +7871,15 @@ shelljs@0.8.3:
interpret "^1.0.0"
rechoir "^0.6.2"

shelljs@0.8.4:
version "0.8.4"
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2"
integrity sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==
dependencies:
glob "^7.0.0"
interpret "^1.0.0"
rechoir "^0.6.2"

shellwords@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
Expand Down

0 comments on commit 11585a0

Please sign in to comment.