From b516b22b06f0b6c0dc84148c3ba429d2c81ea35f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Jun 2025 08:06:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-TAR-6476909 - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 - https://snyk.io/vuln/SNYK-JS-PATHPARSE-1077067 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-TAR-1536758 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4ce2adc..723c4a3 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ "@vuepress/plugin-nprogress": "^1.0.0-rc.1", "@vuepress/plugin-search": "^1.0.0-rc.1", "markdown-it": "^9.1.0", - "node-sass": "^4.13.0", - "remark-cli": "^7.0.0", + "node-sass": "^9.0.0", + "remark-cli": "^12.0.0", "remark-lint": "^6.0.5", "remark-preset-lint-consistent": "^2.0.3", "remark-preset-lint-recommended": "^3.0.3",