From 2a739a96b6567fe4e273ef7f0e9305a0e7bd99b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Apr 2021 02:23:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5519b8cf73f..ac9fb326d2ef 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "copy-webpack-plugin": "^6.0.3", "cors": "^2.8.5", "cross-env": "^7.0.2", - "css-loader": "^4.0.0", + "css-loader": "^5.0.0", "csurf": "^1.11.0", "dotenv": "^8.2.0", "express": "^4.17.1",