Skip to content

Commit c01eb30

Browse files
Bump shelljs from 0.8.1 to 0.8.5
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.1 to 0.8.5. - [Release notes](https://github.com/shelljs/shelljs/releases) - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md) - [Commits](shelljs/shelljs@v0.8.1...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5827b69 commit c01eb30

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
@@ -12,7 +12,7 @@
1212
"release-it": "^6.1.1",
1313
"sass": "^1.0.0-beta.4",
1414
"semver": "^5.5.0",
15-
"shelljs": "^0.8.1",
15+
"shelljs": "^0.8.5",
1616
"xml2js": "^0.4.19",
1717
"yargs": "^11.0.0"
1818
},

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2290,14 +2290,22 @@ shebang-regex@^1.0.0:
22902290
version "1.0.0"
22912291
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
22922292

2293-
shelljs@0.8.1, shelljs@^0.8.1:
2293+
shelljs@0.8.1:
22942294
version "0.8.1"
22952295
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.1.tgz#729e038c413a2254c4078b95ed46e0397154a9f1"
22962296
dependencies:
22972297
glob "^7.0.0"
22982298
interpret "^1.0.0"
22992299
rechoir "^0.6.2"
23002300

2301+
shelljs@^0.8.5:
2302+
version "0.8.5"
2303+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
2304+
dependencies:
2305+
glob "^7.0.0"
2306+
interpret "^1.0.0"
2307+
rechoir "^0.6.2"
2308+
23012309
signal-exit@^3.0.0, signal-exit@^3.0.2:
23022310
version "3.0.2"
23032311
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"

0 commit comments

Comments
 (0)