From 7f6aec02652673f836fb738c492143d9e4805657 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Nov 2025 16:07:58 +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-INFLIGHT-6095116 --- 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 a21817920a7..7075cd241b1 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -80,7 +80,7 @@ "webpack": "4.41.0", "webpack-dev-server": "3.2.1", "webpack-manifest-plugin": "2.1.1", - "workbox-webpack-plugin": "4.3.1" + "workbox-webpack-plugin": "7.4.0" }, "devDependencies": { "react": "^16.8.4",