From b7c1ae3bd51ca2a5219202c54004c9752470c349 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Aug 2021 22:25:13 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1536758 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index f329f47..aa8fe5d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,7 +19,7 @@ "lodash": "^4.17.15", "moment": "^2.24.0", "node-fetch": "^2.6.1", - "node-sass": "^4.13.1", + "node-sass": "^5.0.0", "notistack": "^1.0.3", "prettier": "^1.19.1", "react": "^17.0.1",