Skip to content

Commit aa72b45

Browse files
vinayakkulkarniHaroenv
authored andcommitted
fix(deps): bump shelljs to ensure vuln fixed (#969)
1 parent cb02b87 commit aa72b45

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/shipjs-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"dotenv": "^8.1.0",
5050
"parse-github-url": "1.0.2",
5151
"semver": "6.3.0",
52-
"shelljs": "0.8.4"
52+
"shelljs": "0.8.5"
5353
}
5454
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12706,10 +12706,10 @@ shell-quote@^1.7.2:
1270612706
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
1270712707
integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==
1270812708

12709-
[email protected].4, shelljs@^0.8.3:
12710-
version "0.8.4"
12711-
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2"
12712-
integrity sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==
12709+
[email protected].5, shelljs@^0.8.3:
12710+
version "0.8.5"
12711+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
12712+
integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
1271312713
dependencies:
1271412714
glob "^7.0.0"
1271512715
interpret "^1.0.0"

0 commit comments

Comments
 (0)