From ce8f4b3d7b132318d01c77866f13f870f08fedad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Oct 2024 04:21:19 +0000 Subject: [PATCH] fix: examples/with-nhost-auth-realtime-graphql/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-NEXT-8186172 --- 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 4c71c787cfc1e..fd886a6098ded 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": "14.2.7", "nhost-js-sdk": "3.0.0-16", "react": "^18.2.0", "react-dom": "^18.2.0"