From 37d096c33fa44e57b0ff243b0c2191f3c47f0845 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 May 2021 05:51:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ISSVG-1243891 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 601b12f2e..54921a114 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "cookie-parser": "^1.3.5", "copy-to-clipboard": "^1.0.4", "cors": "^2.7.1", - "css-loader": "^0.23.1", + "css-loader": "^1.0.0", "csurf": "^1.6.3", "debug": "^2.2.0", "dotenv": "^1.2.0",