From 4ca23e9a2d90f2cff6662d77d7d0e70b5f9fd7e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Nov 2025 10:41:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 795ee16..055b13e 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "webpack": "4.29.6", "webpack-dev-server": "3.2.1", "webpack-manifest-plugin": "2.0.4", - "workbox-webpack-plugin": "4.2.0" + "workbox-webpack-plugin": "7.4.0" }, "scripts": { "cypress:open": "node -r dotenv/config ./node_modules/.bin/cypress open",