From efeb6cecf372fceb6c562fa98b82b1e07a4c3017 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Aug 2025 08:20: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-TMP-11501554 --- GUI/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/package.json b/GUI/package.json index 701c64edd..97a5cbc80 100644 --- a/GUI/package.json +++ b/GUI/package.json @@ -34,7 +34,7 @@ "i18next": "^22.4.9", "i18next-browser-languagedetector": "^7.0.1", "moment": "^2.29.4", - "msw": "^0.49.2", + "msw": "^2.2.0", "node-html-markdown": "^1.3.0", "overlayscrollbars": "^1.13.1", "overlayscrollbars-react": "^0.2.3",