From c743201ed313dcfd0d904bf12f303e43085d2119 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Apr 2022 22:04:28 +0000 Subject: [PATCH] fix: upgrade next from 12.0.7 to 12.1.4 Snyk has created this PR to upgrade next from 12.0.7 to 12.1.4. 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..8594df46d57a 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.4", "next-iron-session": "^4.2.0", "react": "17.0.2", "react-dom": "17.0.2",