From 6812cf21c83821826b660e262a5aceadcb5eac0a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 10 Mar 2025 00:34:57 +0000 Subject: [PATCH] fix: docusaurus-init/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- docusaurus-init/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus-init/package.json b/docusaurus-init/package.json index 4a079aad1325..4a718a3fae20 100644 --- a/docusaurus-init/package.json +++ b/docusaurus-init/package.json @@ -15,6 +15,6 @@ }, "dependencies": { "chalk": "^2.1.0", - "shelljs": "^0.7.8" + "shelljs": "^0.9.0" } }