diff --git a/examples/with-iron-session/package.json b/examples/with-iron-session/package.json index 0474668cafb54f125fbe76c3f4b127ea8d6e9a6e..7d1fe5dbe8ce6b69902fdb8873a674281f48a9a4 100644 --- a/examples/with-iron-session/package.json +++ b/examples/with-iron-session/package.json @@ -8,11 +8,11 @@ "start": "next start" }, "dependencies": { - "next": "9.3.6", - "next-iron-session": "4.0.0", + "next": "^9.4.4", + "next-iron-session": "4.1.7", "prop-types": "15.7.2", "react": "16.13.1", "react-dom": "16.13.1", - "swr": "0.2.0" + "swr": "0.2.3" } }