From 5410d86902a032bd2b9770c56a1d99aa983ac082 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Oct 2024 03:43:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fde358e..2968b0d 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "howler": "^2.2.4", "i18next": "^23.2.3", "i18next-browser-languagedetector": "^7.1.0", - "msw": "^1.2.3", + "msw": "^2.0.0", "path": "^0.12.7", "react": "^18.2.0", "react-cookie": "^4.1.1",