From 5a95bfdf01e60a96eadd6bd107cc8890666611eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 21:52:15 +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.4. 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/sammyfilly/project/e7858787-e4f8-4199-b0a4-f0fd87f932b1?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..8e24daa631c24 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.4", + "@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" }