Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit a3586af

Browse files
committed
bump shelljs version to 0.8.5 to fix security vulnerabilities
1 parent cbc271b commit a3586af

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"process": "^0.11.10",
6161
"prompts": "^2.4.2",
6262
"rimraf": "3.0.2",
63-
"shelljs": "^0.8.4",
63+
"shelljs": "0.8.5",
6464
"signal-exit": "^3.0.5",
6565
"string-width": "4.2.0",
6666
"strip-ansi": "6.0.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2347,10 +2347,10 @@ shebang-regex@^1.0.0:
23472347
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
23482348
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
23492349

2350-
shelljs@^0.8.4:
2351-
version "0.8.4"
2352-
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2"
2353-
integrity sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==
2350+
shelljs@0.8.5:
2351+
version "0.8.5"
2352+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
2353+
integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
23542354
dependencies:
23552355
glob "^7.0.0"
23562356
interpret "^1.0.0"

0 commit comments

Comments
 (0)