From 186957c3a2957f9b3c1313fc0e3d53cf840181e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Sep 2022 09:28:14 +0000 Subject: [PATCH] fix: upgrade next from 12.0.7 to 12.3.0 Snyk has created this PR to upgrade next from 12.0.7 to 12.3.0. See this package in npm: https://www.npmjs.com/package/next See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/042ee274-754b-436e-94f7-3009e94c638c?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/auth-with-stytch/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/auth-with-stytch/package.json b/examples/auth-with-stytch/package.json index b5bc962e228d..1595e7bbe65a 100644 --- a/examples/auth-with-stytch/package.json +++ b/examples/auth-with-stytch/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@stytch/stytch-react": "^3.0.3", - "next": "12.0.7", + "next": "12.3.0", "next-iron-session": "^4.2.0", "react": "17.0.2", "react-dom": "17.0.2",