From 33997f6db0d56c331671c70aacc3d38011ab678f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Sep 2024 07:18:48 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @apollo/client from 3.3.11 to 3.11.5. See this package in npm: https://www.npmjs.com/package/@apollo/client - @nhost/react-apollo from 1.0.7 to 1.1.3. See this package in npm: https://www.npmjs.com/package/@nhost/react-apollo - graphql from 15.5.0 to 15.9.0. See this package in npm: https://www.npmjs.com/package/graphql - next from 10.0.7 to 10.2.3. See this package in npm: https://www.npmjs.com/package/next - nhost-js-sdk from 3.0.0-16 to 3.1.0. See this package in npm: https://www.npmjs.com/package/nhost-js-sdk See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/424b6df6-3d82-4df2-85a3-9997f874bf0d?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-nhost-auth-realtime-graphql/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/with-nhost-auth-realtime-graphql/package.json b/examples/with-nhost-auth-realtime-graphql/package.json index 4c71c787cfc1e..aa3dde74224e0 100644 --- a/examples/with-nhost-auth-realtime-graphql/package.json +++ b/examples/with-nhost-auth-realtime-graphql/package.json @@ -6,12 +6,12 @@ "start": "next start" }, "dependencies": { - "@apollo/client": "3.3.11", - "@nhost/react-apollo": "1.0.7", + "@apollo/client": "3.11.5", + "@nhost/react-apollo": "1.1.3", "@nhost/react-auth": "1.0.5", - "graphql": "15.5.0", - "next": "10.0.7", - "nhost-js-sdk": "3.0.0-16", + "graphql": "15.9.0", + "next": "10.2.3", + "nhost-js-sdk": "3.1.0", "react": "^18.2.0", "react-dom": "^18.2.0" }