Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 1fc4abd

Browse files
authored
Merge pull request #6 from chenzlabs/dependabot/npm_and_yarn/shelljs-0.8.5
Bump shelljs from 0.7.8 to 0.8.5
2 parents cd51633 + 668e385 commit 1fc4abd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"mocha": "^3.0.2",
6262
"randomcolor": "^0.4.4",
6363
"semistandard": "^8.0.0",
64-
"shelljs": "^0.7.0",
64+
"shelljs": "^0.8.5",
6565
"shx": "^0.1.1",
6666
"sinon": "^1.17.5",
6767
"sinon-chai": "^2.8.0",

yarn.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5703,6 +5703,15 @@ shelljs@^0.7.0:
57035703
interpret "^1.0.0"
57045704
rechoir "^0.6.2"
57055705

5706+
shelljs@^0.8.5:
5707+
version "0.8.5"
5708+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
5709+
integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
5710+
dependencies:
5711+
glob "^7.0.0"
5712+
interpret "^1.0.0"
5713+
rechoir "^0.6.2"
5714+
57065715
shx@^0.1.1:
57075716
version "0.1.4"
57085717
resolved "https://registry.yarnpkg.com/shx/-/shx-0.1.4.tgz#9a3a94271e6cbb788149fdc6696237154ab6379f"

0 commit comments

Comments
 (0)