From 2dd36eff62e17c3a6caa20f4479695ed0f589a95 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 May 2021 22:12:49 +0000 Subject: [PATCH] fix: lib/core/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ISSVG-1243891 --- lib/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/package.json b/lib/core/package.json index 48571bbd70e0..1e373ad24bf2 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -26,7 +26,7 @@ "babel-runtime": "^6.26.0", "chalk": "^2.3.2", "commander": "^2.15.0", - "css-loader": "^0.28.10", + "css-loader": "^1.0.0", "dotenv": "^5.0.1", "events": "^2.0.0", "express": "^4.16.3",