From b1a340e199f3f68e7c16c29a518d3329b3e10092 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 May 2022 23:58:23 +0000 Subject: [PATCH] fix: upgrade next from 12.0.7 to 12.1.6 Snyk has created this PR to upgrade next from 12.0.7 to 12.1.6. 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..37cd376c31c5 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.6", "next-iron-session": "^4.2.0", "react": "17.0.2", "react-dom": "17.0.2",