From 39bafdd5335810548dcb4878bca3a67a2474166c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Nov 2025 09:23:44 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- client/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index 383ef44..8110afa 100644 --- a/client/package.json +++ b/client/package.json @@ -39,7 +39,7 @@ "redux-thunk": "^2.3.0", "styled-components": "^5.1.1", "validator": "^13.6.0", - "workbox-build": "^5.1.3" + "workbox-build": "^7.4.0" }, "scripts": { "start": "react-scripts start", @@ -58,6 +58,6 @@ "not op_mini all" ], "devDependencies": { - "workbox-build": "^5.1.3" + "workbox-build": "^7.4.0" } }