From 06eb62300a1d468ec8c951380a3a95ad19fe6b94 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 17:05:54 +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-APOLLOCLIENT-1085706 - https://snyk.io/vuln/SNYK-JS-BROWSERSLIST-1090194 - https://snyk.io/vuln/SNYK-JS-NEXT-1540422 - https://snyk.io/vuln/SNYK-JS-NEXT-1577139 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- examples/with-nhost-auth-realtime-graphql/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-nhost-auth-realtime-graphql/package.json b/examples/with-nhost-auth-realtime-graphql/package.json index 37c880eb5786..69ea3cf87377 100644 --- a/examples/with-nhost-auth-realtime-graphql/package.json +++ b/examples/with-nhost-auth-realtime-graphql/package.json @@ -6,11 +6,11 @@ "start": "next start" }, "dependencies": { - "@apollo/client": "3.3.11", + "@apollo/client": "3.4.0", "@nhost/react-apollo": "1.0.7", "@nhost/react-auth": "1.0.5", "graphql": "15.5.0", - "next": "10.0.7", + "next": "11.1.1", "nhost-js-sdk": "3.0.0-16", "react": "^17.0.2", "react-dom": "^17.0.2"