From 98b21e3007bd86b3d26ebb922a9816b748648eb1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Jul 2026 08:11:13 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSCOOKIE-17816999 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index f7a660f7..cc347dd2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -102,7 +102,7 @@ "date-fns": "^2.22.1", "identity-obj-proxy": "^3.0.0", "jose": "^4.15.5", - "js-cookie": "^2.2.1", + "js-cookie": "^3.0.7", "jsonwebtoken": "^9.0.0", "lodash": "^4.17.21", "lodash.omit": "^4.5.0",