From b3c3822e35be268672a576fedcbb0beebb101b1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 23 Mar 2024 02:28:26 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-6476909 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index b525a0cc..58929f69 100644 --- a/client/package.json +++ b/client/package.json @@ -68,7 +68,7 @@ "loader-utils": "^0.2.16", "lodash": "^4.17.2", "marked": "^0.3.6", - "node-sass": "^3.13.0", + "node-sass": "^5.0.0", "node-uuid": "^1.4.7", "postcss-loader": "^1.1.1", "react": "^15.4.1",