From f7871cd8d47031f122efde44dbd0d04571886676 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Nov 2024 05:59:46 +0000 Subject: [PATCH] fix: src/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 937669f..7e8860b 100644 --- a/src/package.json +++ b/src/package.json @@ -33,7 +33,7 @@ "eslint-plugin-react": "^7.14.2", "eslint-plugin-jest": "^22.7.1", "webpack": "^4.34.0", - "webpack-cli": "^3.3.4" + "webpack-cli": "^4.0.0" }, "peerDependencies": { "react": "^16.8.6",