From 898013ac86293963fd06be1f9b4447a141f83dbe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Dec 2021 05:44:36 +0000 Subject: [PATCH] fix: infra/token-transfer-client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- infra/token-transfer-client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/token-transfer-client/package.json b/infra/token-transfer-client/package.json index e6019088c750..b782a6658cf2 100644 --- a/infra/token-transfer-client/package.json +++ b/infra/token-transfer-client/package.json @@ -44,7 +44,7 @@ "lodash.get": "4.4.2", "mini-css-extract-plugin": "0.9.0", "moment": "2.24.0", - "node-sass": "^5.0.0", + "node-sass": "^7.0.1", "numeral": "2.0.6", "optimize-css-assets-webpack-plugin": "5.0.3", "prettier": "1.19.1",