Skip to content

Commit b8ea61a

Browse files
Bump shelljs from 0.8.4 to 0.8.5 in /abalone-node (#674)
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 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.4...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2daf13f commit b8ea61a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

abalone-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"jasmine": "^3.2.0",
1717
"jasmine-core": "^3.2.1",
18-
"shelljs": "^0.8.3",
18+
"shelljs": "^0.8.5",
1919
"tmp": "^0.0.33"
2020
}
2121
}

abalone-node/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -739,10 +739,10 @@ set-blocking@~2.0.0:
739739
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
740740
integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc=
741741

742-
shelljs@^0.8.3:
743-
version "0.8.4"
744-
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2"
745-
integrity sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==
742+
shelljs@^0.8.5:
743+
version "0.8.5"
744+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
745+
integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
746746
dependencies:
747747
glob "^7.0.0"
748748
interpret "^1.0.0"

0 commit comments

Comments
 (0)