diff --git a/examples/with-msw/package.json b/examples/with-msw/package.json index 5b9b20b7b4b4..131fad7ab032 100644 --- a/examples/with-msw/package.json +++ b/examples/with-msw/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "msw": "0.47.3", + "msw": "^0.49.0", "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0"