From 1df7f53fbbc8b709dfe0089853649b579f7a9f83 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Apr 2020 08:12:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DECOMPRESS-557358 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61f412a..2b4dcd5 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "babel-runtime": "~6.2.0", "css-loader": "^0.23.1", "file-loader": "^0.8.5", - "img-loader": "^1.2.2", + "img-loader": "^3.0.0", "react": "~0.14.3", "react-addons-css-transition-group": "^15.0.1", "react-dom": "~0.14.3",