From 8d28bb1a5c4f915566ee248c398fdd214ff7978b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Mar 2025 05:51:42 +0000 Subject: [PATCH] fix: GUI/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- GUI/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/package.json b/GUI/package.json index ca714373e..df6267758 100644 --- a/GUI/package.json +++ b/GUI/package.json @@ -35,7 +35,7 @@ "overlayscrollbars-react": "^0.2.3", "radix-ui": "^1.0.1", "react": "^18.2.0", - "react-cookie": "^4.1.1", + "react-cookie": "^8.0.1", "react-datepicker": "^4.10.0", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1",