From 4d1103500291957b8a5410ec5f985744cf5976bd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Jul 2026 08:04:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSCOOKIE-17816999 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd671636add2..5247f6e50268 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dedent": "^0.7.0", "details-polyfill": "^1.1.0", "jquery": "3.5.1", - "js-cookie": "^2.1.0", + "js-cookie": "^3.0.7", "linkstate": "^1.1.1", "parcel": "^1.12.3", "postcss-assets": "^5.0.0",