From 3f6de2b5e7456fb08d27681d9360bfc1da65d98d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Apr 2024 22:39:10 +0000 Subject: [PATCH] fix: packages/react-scripts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EJS-6689533 --- packages/react-scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index b845d0462..a106734b3 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -64,7 +64,7 @@ "uglifyjs-webpack-plugin": "^1.1.8", "url-loader": "0.6.2", "webpack": "4.0.0", - "webpack-bundle-analyzer": "^2.11.1", + "webpack-bundle-analyzer": "^4.0.0", "webpack-dev-server": "3.1.6", "webpack-manifest-plugin": "1.3.2", "whatwg-fetch": "2.0.3"