From 2752413d9e36667c8945fe3fc0277d8efabf0be2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Jun 2021 03:58:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c218df..958a62b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "mj-pa": "^1.3.1", "moment": "^2.23.0", "moment-strftime": "^0.5.0", - "node-sass": "^4.14.1", + "node-sass": "^6.0.1", "node-sass-utils": "^1.1.2", "postcss": "^8.2.8", "react": "^16.14.0",