Skip to content

Commit 52ed6ed

Browse files
chore(deps): Security upgrade shelljs to 0.8.5 (#19685)
Co-authored-by: Emily Rohrbough <[email protected]> Co-authored-by: Emily Rohrbough <[email protected]>
1 parent 589f93b commit 52ed6ed

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"postinstall-postinstall": "2.1.0",
9494
"proxyquire": "2.1.3",
9595
"resolve-pkg": "2.0.0",
96-
"shelljs": "0.8.4",
96+
"shelljs": "0.8.5",
9797
"sinon": "7.2.2",
9898
"snap-shot-it": "7.9.6",
9999
"spawn-mock": "1.0.0",

npm/eslint-plugin-dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"chalk": "^2.4.2",
1515
"eslint-rule-composer": "^0.3.0",
1616
"lodash": "^4.17.15",
17-
"shelljs": "^0.8.3"
17+
"shelljs": "0.8.5"
1818
},
1919
"devDependencies": {
2020
"eslint": "^7.22.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"semantic-release": "17.2.3",
176176
"semantic-release-monorepo": "7.0.3",
177177
"semver": "7.3.2",
178-
"shelljs": "0.8.3",
178+
"shelljs": "0.8.5",
179179
"shx": "0.3.3",
180180
"sinon": "7.3.2",
181181
"snap-shot-it": "7.9.3",

packages/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"gulp-rev-all": "2.0.2",
3636
"mocha": "2.5.3",
3737
"resolve-pkg": "2.0.0",
38-
"shelljs": "0.8.4"
38+
"shelljs": "0.8.5"
3939
}
4040
}

packages/launcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"chai-as-promised": "7.1.1",
2727
"cross-env": "6.0.3",
2828
"mocha": "3.5.3",
29-
"shelljs": "0.8.3",
29+
"shelljs": "0.8.5",
3030
"sinon": "^10.0.0",
3131
"sinon-chai": "3.4.0",
3232
"typescript": "^4.2.3"

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35559,16 +35559,16 @@ [email protected], shell-quote@^1.4.2, shell-quote@^1.6.1:
3555935559
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
3556035560
integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==
3556135561

35562-
35563-
version "0.8.3"
35564-
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.3.tgz#a7f3319520ebf09ee81275b2368adb286659b097"
35565-
integrity sha512-fc0BKlAWiLpwZljmOvAOTE/gXawtCoNrP5oaY7KIaQbbyHeQVg01pSEuEGvGh3HEdBU4baCD7wQBwADmM/7f7A==
35562+
35563+
version "0.8.5"
35564+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
35565+
integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
3556635566
dependencies:
3556735567
glob "^7.0.0"
3556835568
interpret "^1.0.0"
3556935569
rechoir "^0.6.2"
3557035570

35571-
shelljs@0.8.4, shelljs@^0.8.3, shelljs@^0.8.4:
35571+
shelljs@^0.8.4:
3557235572
version "0.8.4"
3557335573
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2"
3557435574
integrity sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==

0 commit comments

Comments
 (0)