From 4212dec3c02c1165aecf246a842415aa8d3f98f8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 May 2024 16:22:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- 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",