From a8f61a8ed2c6ddb067935b7da8d2b31f39b6fd8c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Jun 2021 20:06:12 +0000 Subject: [PATCH] fix: web/vtadmin/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- web/vtadmin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/vtadmin/package.json b/web/vtadmin/package.json index 12ec97abd53..1e1118ed7c7 100644 --- a/web/vtadmin/package.json +++ b/web/vtadmin/package.json @@ -18,7 +18,7 @@ "downshift": "^6.1.0", "history": "^5.0.0", "lodash-es": "^4.17.20", - "node-sass": "^4.14.1", + "node-sass": "^6.0.1", "query-string": "^6.14.0", "react": "^17.0.1", "react-dom": "^17.0.1",