From 8101d504fe12bb5a00606c3b6643c0bdd6d5f6b4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Jul 2025 08:24:04 +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 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",