From 3efbbe57fc4f6be5cf7d0163be40fdb87e8a530e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 May 2021 08:14:47 +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 2c962fc..e2f9c7d 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": "^1.0.0", "extract-text-webpack-plugin": "^2.1.0", "flux": "^3.1.2", "node-sass": "^4.5.2",