From 6c2a6c29649bd9a6a5ef38e7a96776f673880f14 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 7 Oct 2024 04:45:03 +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 e6dd2895d..d1b814f95 100644 --- a/GUI/package.json +++ b/GUI/package.json @@ -29,7 +29,7 @@ "i18next": "^22.4.9", "i18next-browser-languagedetector": "^7.0.1", "moment": "^2.29.4", - "msw": "^0.49.2", + "msw": "^2.0.0", "overlayscrollbars": "^1.13.1", "overlayscrollbars-react": "^0.2.3", "radix-ui": "^1.0.1",