From 03edb33d7afa9bcea9426c28f1bcb9ee210a2d28 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Jan 2026 10:59:17 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index e2f7a13..25eaed3 100644 --- a/client/package.json +++ b/client/package.json @@ -100,7 +100,7 @@ "i18next-browser-languagedetector": "3.1.1", "i18next-xhr-backend": "3.2.2", "lodash": "4.17.15", - "node-sass": "4.13.1", + "node-sass": "9.0.0", "prop-types": "15.7.2", "react": "16.9.0", "react-app-polyfill": "1.0.2",