From cf4f2d462aa98c88fb849731b3df58f4dae0604c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Dec 2025 12:09:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12106ac08..9153fc701 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@vuepress/plugin-nprogress": "^1.8.2", "@vuepress/plugin-search": "^1.8.2", "markdown-it": "^12.0.4", - "node-sass": "^5.0.0", + "node-sass": "^9.0.0", "remark-cli": "^9.0.0", "remark-lint": "^8.0.0", "remark-preset-lint-consistent": "^4.0.0",