From 46fc747086f0a91e64dba6127e8d15ec07cc23a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Aug 2025 11:53:32 +0000 Subject: [PATCH] fix: examples/with-msw/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 --- examples/with-msw/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-msw/package.json b/examples/with-msw/package.json index 919b81f81219c..1b7096408e5f3 100644 --- a/examples/with-msw/package.json +++ b/examples/with-msw/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "msw": "^0.49.0", + "msw": "^2.2.0", "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0"