From 1ca50c009daf3ba563506347a4541696b340200d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Dec 2025 09:59:22 +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 4ce2adc..6c17eea 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@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", + "node-sass": "^9.0.0", "remark-cli": "^7.0.0", "remark-lint": "^6.0.5", "remark-preset-lint-consistent": "^2.0.3",