Skip to content

Commit 28a5aab

Browse files
Merge pull request #7 from ui-router/dependabot/npm_and_yarn/shelljs-0.8.1
build: bump shelljs from 0.7.8 to 0.8.1
2 parents db9ff2e + 08b5c4d commit 28a5aab

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"npm-run-all": "^4.1.1",
3939
"open": "^0.0.5",
4040
"readline-sync": "^1.4.7",
41-
"shelljs": "^0.7.8",
41+
"shelljs": "^0.8.1",
4242
"shx": "^0.2.2",
4343
"tmp": "^0.0.33",
4444
"tweak-sourcemap-paths": "0.0.3",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1289,14 +1289,22 @@ shell-quote@^1.6.1:
12891289
array-reduce "~0.0.0"
12901290
jsonify "~0.0.0"
12911291

1292-
shelljs@^0.7.0, shelljs@^0.7.3, shelljs@^0.7.8:
1292+
shelljs@^0.7.0, shelljs@^0.7.3:
12931293
version "0.7.8"
12941294
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.8.tgz#decbcf874b0d1e5fb72e14b164a9683048e9acb3"
12951295
dependencies:
12961296
glob "^7.0.0"
12971297
interpret "^1.0.0"
12981298
rechoir "^0.6.2"
12991299

1300+
shelljs@^0.8.1:
1301+
version "0.8.1"
1302+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.1.tgz#729e038c413a2254c4078b95ed46e0397154a9f1"
1303+
dependencies:
1304+
glob "^7.0.0"
1305+
interpret "^1.0.0"
1306+
rechoir "^0.6.2"
1307+
13001308
shx@^0.2.2:
13011309
version "0.2.2"
13021310
resolved "https://registry.yarnpkg.com/shx/-/shx-0.2.2.tgz#0a304d020b0edf1306ad81570e80f0346df58a39"

0 commit comments

Comments
 (0)