From 33d1402377a6290ec8cf372f864b0fe85577d593 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Jul 2025 08:14:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 --- 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",