Skip to content

Commit 4c7ae32

Browse files
committed
bump shell js version
1 parent e509faf commit 4c7ae32

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
@@ -10,7 +10,7 @@
1010
"@types/chai": "^4.0.4",
1111
"@types/mocha": "^5.0.0",
1212
"@types/node": "10",
13-
"@types/shelljs": "^0.8.0",
13+
"@types/shelljs": "^0.8.3",
1414
"chai": "^4.1.2",
1515
"mocha": "^5.0.4",
1616
"mocha-parallel-tests": "^2.0.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@
6969
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.17.tgz#7a183163a9e6ff720d86502db23ba4aade5999b8"
7070
integrity sha512-gpNnRnZP3VWzzj5k3qrpRC6Rk3H/uclhAVo1aIvwzK5p5cOrs9yEyQ8H/HBsBY0u5rrWxXEiVPQ0dEB6pkjE8Q==
7171

72-
"@types/shelljs@^0.8.0":
73-
version "0.8.1"
74-
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.1.tgz#133e874b5fb816a2e1c8647839c82d76760b1191"
75-
integrity sha512-1lQw+48BuVgp6c1+z8EMipp18IdnV2dLh6KQGwOm+kJy9nPjEkaqRKmwbDNEYf//EKBvKcwOC6V2cDrNxVoQeQ==
72+
"@types/shelljs@^0.8.3":
73+
version "0.8.7"
74+
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.7.tgz#a2a606b185165abadf8b7995fea5e326e637088e"
75+
integrity sha512-Mg2qGjLIJIieeJ1/NjswAOY9qXDShLeh6JwpD1NZsvUvI0hxdUCNDpnBXv9YQeugKi2EHU+BqkbUE4jpY4GKmQ==
7676
dependencies:
7777
"@types/glob" "*"
7878
"@types/node" "*"

0 commit comments

Comments
 (0)