Skip to content

Commit 08b5c4d

Browse files
build: bump shelljs from 0.7.8 to 0.8.1
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.7.8 to 0.8.1. - [Release notes](https://github.com/shelljs/shelljs/releases) - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md) - [Commits](shelljs/shelljs@v0.7.8...v0.8.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent a02da4e commit 08b5c4d

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
@@ -1173,14 +1173,22 @@ shell-quote@^1.6.1:
11731173
array-reduce "~0.0.0"
11741174
jsonify "~0.0.0"
11751175

1176-
shelljs@^0.7.0, shelljs@^0.7.3, shelljs@^0.7.8:
1176+
shelljs@^0.7.0, shelljs@^0.7.3:
11771177
version "0.7.8"
11781178
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.8.tgz#decbcf874b0d1e5fb72e14b164a9683048e9acb3"
11791179
dependencies:
11801180
glob "^7.0.0"
11811181
interpret "^1.0.0"
11821182
rechoir "^0.6.2"
11831183

1184+
shelljs@^0.8.1:
1185+
version "0.8.1"
1186+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.1.tgz#729e038c413a2254c4078b95ed46e0397154a9f1"
1187+
dependencies:
1188+
glob "^7.0.0"
1189+
interpret "^1.0.0"
1190+
rechoir "^0.6.2"
1191+
11841192
shx@^0.2.2:
11851193
version "0.2.2"
11861194
resolved "https://registry.yarnpkg.com/shx/-/shx-0.2.2.tgz#0a304d020b0edf1306ad81570e80f0346df58a39"

0 commit comments

Comments
 (0)