From 259ff2101bb2df53b7c0882a8f6eef0eb713a3c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 Nov 2023 14:07:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e3886d0..5cff111 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "react": "^0.14.7", "react-addons-css-transition-group": "^0.14.7", "react-dom": "^0.14.7", - "webpack": "^1.12.14" + "webpack": "^2.2.0" }, "devDependencies": { "babel-core": "^6.7.2", @@ -24,7 +24,7 @@ "node-sass": "^3.4.2", "sass-loader": "^3.1.2", "style-loader": "^0.13.0", - "webpack": "^1.12.14" + "webpack": "^2.2.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1"