From eeb9866e41f137211c2f0a0ba7003a441c108603 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 31 Aug 2021 05:19:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c962fc..cfc849d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "bootstrap-sass": "^3.3.7", - "css-loader": "^0.28.1", + "css-loader": "^2.0.0", "extract-text-webpack-plugin": "^2.1.0", "flux": "^3.1.2", "node-sass": "^4.5.2",