From e5c66cac1509e3ff96d8d7302ac3683d5f57e1a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 May 2022 01:18:22 +0000 Subject: [PATCH] fix: upgrade next from 12.0.7 to 12.1.5 Snyk has created this PR to upgrade next from 12.0.7 to 12.1.5. 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..6c26d8184639 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.1.5", "next-iron-session": "^4.2.0", "react": "17.0.2", "react-dom": "17.0.2",