From c77e12c2598c71a1e7a8752db9e72e5928df9b1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 07:22:08 +0000 Subject: [PATCH] fix: upgrade next from 10.0.7 to 10.2.3 Snyk has created this PR to upgrade next from 10.0.7 to 10.2.3. See this package in npm: https://www.npmjs.com/package/next See this project in Snyk: https://app.snyk.io/org/adamlaska.ivanov/project/ae86ae5f-790b-411c-bb30-ef977238216c?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-nhost-auth-realtime-graphql/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-nhost-auth-realtime-graphql/package.json b/examples/with-nhost-auth-realtime-graphql/package.json index 37c880eb57862..1e62cd709dd98 100644 --- a/examples/with-nhost-auth-realtime-graphql/package.json +++ b/examples/with-nhost-auth-realtime-graphql/package.json @@ -10,7 +10,7 @@ "@nhost/react-apollo": "1.0.7", "@nhost/react-auth": "1.0.5", "graphql": "15.5.0", - "next": "10.0.7", + "next": "10.2.3", "nhost-js-sdk": "3.0.0-16", "react": "^17.0.2", "react-dom": "^17.0.2"