diff --git a/packages/docusaurus-1.x/package.json b/packages/docusaurus-1.x/package.json index 150aed1068..a5b5568214 100644 --- a/packages/docusaurus-1.x/package.json +++ b/packages/docusaurus-1.x/package.json @@ -66,7 +66,7 @@ "react-dom": "^16.8.4", "remarkable": "^2.0.0", "request": "^2.88.0", - "shelljs": "^0.8.3", + "shelljs": "^0.8.4", "sitemap": "^3.2.2", "tcp-port-used": "^1.0.1", "tiny-lr": "^1.1.1", diff --git a/packages/docusaurus-init-1.x/package.json b/packages/docusaurus-init-1.x/package.json index e9901e934c..07d22e9294 100644 --- a/packages/docusaurus-init-1.x/package.json +++ b/packages/docusaurus-init-1.x/package.json @@ -15,6 +15,6 @@ }, "dependencies": { "chalk": "^3.0.0", - "shelljs": "^0.8.3" + "shelljs": "^0.8.4" } } diff --git a/packages/docusaurus-init/package.json b/packages/docusaurus-init/package.json index ad15e01a5e..dcd1846b7f 100644 --- a/packages/docusaurus-init/package.json +++ b/packages/docusaurus-init/package.json @@ -26,7 +26,7 @@ "inquirer": "^7.1.0", "lodash.kebabcase": "^4.1.1", "semver": "^6.3.0", - "shelljs": "^0.8.3" + "shelljs": "^0.8.4" }, "engines": { "node": ">=10.9.0" diff --git a/packages/docusaurus-plugin-content-docs/package.json b/packages/docusaurus-plugin-content-docs/package.json index a1bb17523e..103de5e90c 100644 --- a/packages/docusaurus-plugin-content-docs/package.json +++ b/packages/docusaurus-plugin-content-docs/package.json @@ -28,7 +28,7 @@ "lodash.pick": "^4.4.0", "lodash.pickby": "^4.6.0", "remark-admonitions": "^1.2.1", - "shelljs": "^0.8.3" + "shelljs": "^0.8.4" }, "peerDependencies": { "@docusaurus/core": "^2.0.0", diff --git a/packages/docusaurus/package.json b/packages/docusaurus/package.json index ca6865a4b4..9a5e3741b2 100644 --- a/packages/docusaurus/package.json +++ b/packages/docusaurus/package.json @@ -79,7 +79,7 @@ "react-router-config": "^5.1.1", "react-router-dom": "^5.1.2", "semver": "^6.3.0", - "shelljs": "^0.8.3", + "shelljs": "^0.8.4", "std-env": "^2.2.1", "terser-webpack-plugin": "^2.3.5", "wait-file": "^1.0.5", diff --git a/yarn.lock b/yarn.lock index e5a38e5d06..2c598d16fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15205,10 +15205,10 @@ shell-quote@1.7.2: resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2" integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg== -shelljs@^0.8.3: - version "0.8.3" - resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.3.tgz#a7f3319520ebf09ee81275b2368adb286659b097" - integrity sha512-fc0BKlAWiLpwZljmOvAOTE/gXawtCoNrP5oaY7KIaQbbyHeQVg01pSEuEGvGh3HEdBU4baCD7wQBwADmM/7f7A== +shelljs@^0.8.4: + version "0.8.4" + resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2" + integrity sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ== dependencies: glob "^7.0.0" interpret "^1.0.0"