From c4076cb35cabfcfd5804ac8eb92ad0c878c07541 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 14 Jan 2022 22:06:17 +0000 Subject: [PATCH] Update shelljs to version 0.8.5 --- lib/cli/package.json | 2 +- lib/core/package.json | 2 +- package.json | 2 +- yarn.lock | 15 ++++++++++++--- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/lib/cli/package.json b/lib/cli/package.json index 6a341ea5bd..7b74d979f8 100644 --- a/lib/cli/package.json +++ b/lib/cli/package.json @@ -58,7 +58,7 @@ "json5": "^2.1.1", "leven": "^3.1.0", "puppeteer-core": "^2.0.0", - "shelljs": "^0.8.3", + "shelljs": "^0.8.5", "strip-json-comments": "^3.0.1", "update-notifier": "^4.0.0" }, diff --git a/lib/core/package.json b/lib/core/package.json index 8c22b8c22e..abe70626ec 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -114,7 +114,7 @@ "regenerator-runtime": "^0.13.3", "resolve-from": "^5.0.0", "serve-favicon": "^2.5.0", - "shelljs": "^0.8.3", + "shelljs": "^0.8.5", "stable": "^0.1.8", "style-loader": "^1.2.1", "terser-webpack-plugin": "^3.0.0", diff --git a/package.json b/package.json index aa11fb1f1f..6e7ce99ed5 100644 --- a/package.json +++ b/package.json @@ -230,7 +230,7 @@ "remark-preset-lint-recommended": "^4.0.0", "riot-jest-transformer": "^2.0.0", "serve-static": "^1.14.1", - "shelljs": "^0.8.4", + "shelljs": "^0.8.5", "shx": "^0.3.2", "sort-package-json": "^1.42.1", "svelte": "^3.18.1", diff --git a/yarn.lock b/yarn.lock index 7d3f84d98d..2093a274ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -708,7 +708,7 @@ dependencies: "@babel/types" "^7.8.3" -"@babel/helper-validator-identifier@^7.10.1", "@babel/helper-validator-identifier@^7.9.0", "@babel/helper-validator-identifier@^7.9.5": +"@babel/helper-validator-identifier@^7.10.1", "@babel/helper-validator-identifier@^7.9.0": version "7.10.1" resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5" integrity sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw== @@ -26162,7 +26162,7 @@ react-docgen-typescript-plugin@^0.5.0, react-docgen-typescript-plugin@^0.5.2: react-docgen-typescript-loader "^3.7.2" tslib "^2.0.0" -react-docgen-typescript@^1.15.0, react-docgen-typescript@^1.16.6, react-docgen-typescript@^1.20.1: +react-docgen-typescript@^1.15.0, react-docgen-typescript@^1.20.1: version "1.20.1" resolved "https://registry.yarnpkg.com/react-docgen-typescript/-/react-docgen-typescript-1.20.1.tgz#774ed8b4a7111acaaa536cad4cfd61c504a46f7e" integrity sha512-vU6puLsSwfCS+nI/6skQ52sJIx/uW7+9aMI/V/zPHAXr6s8OQzD5LeL9rXx/Hdt2aNfm4yTX9oJ8ClH/5PKQNg== @@ -28465,7 +28465,7 @@ shelljs@0.3.x: resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.3.0.tgz#3596e6307a781544f591f37da618360f31db57b1" integrity sha1-NZbmMHp4FUT1kfN9phg2DzHbV7E= -shelljs@^0.8.1, shelljs@^0.8.3, shelljs@^0.8.4: +shelljs@^0.8.1, shelljs@^0.8.3: version "0.8.4" resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2" integrity sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ== @@ -28474,6 +28474,15 @@ shelljs@^0.8.1, shelljs@^0.8.3, shelljs@^0.8.4: interpret "^1.0.0" rechoir "^0.6.2" +shelljs@^0.8.5: + version "0.8.5" + resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c" + integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow== + dependencies: + glob "^7.0.0" + interpret "^1.0.0" + rechoir "^0.6.2" + shellwords@^0.1.1: version "0.1.1" resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"