From c80f3033096722c8792d366d96bc6b96c7f6a087 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 15:40:57 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index e2f7a13..dbc245f 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": "6.0.1", "prop-types": "15.7.2", "react": "16.9.0", "react-app-polyfill": "1.0.2",