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"