From f94a3c75a4e3d32c8310cdcdf0852e2ae36d863c Mon Sep 17 00:00:00 2001 From: John Knox Date: Mon, 24 Jan 2022 09:31:19 -0800 Subject: [PATCH] Upgrade shelljs Summary: Upgrading to fix https://nvd.nist.gov/vuln/detail/CVE-2022-0144 Reviewed By: antonk52 Differential Revision: D33743443 fbshipit-source-id: fe55b64c068125536b22c8ef94ccd262733938cc --- website/package.json | 3 ++- website/yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/website/package.json b/website/package.json index 0247b6874..79521def6 100644 --- a/website/package.json +++ b/website/package.json @@ -31,7 +31,8 @@ "browserslist": "^4.16.5", "ws": "8.2.0", "trim": "1.0.1", - "immer": "^9.0.6" + "immer": "^9.0.6", + "shelljs": "^0.8.5" }, "license": "MIT" } diff --git a/website/yarn.lock b/website/yarn.lock index bebe94f28..d09d54bcb 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -8718,10 +8718,10 @@ shell-quote@^1.7.2: resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123" integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw== -shelljs@^0.8.4: - version "0.8.4" - resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2" - integrity sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ== +shelljs@^0.8.4, 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"