From cec0e5b0f72a0be516cdcc219aa87b5d2c2a0652 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Jan 2022 09:26:32 +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-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-SIMPLEGET-2361683 --- 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 37c880eb5786..3d2af49a1d47 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": "11.1.4", "nhost-js-sdk": "3.0.0-16", "react": "^17.0.2", "react-dom": "^17.0.2"