From 3ec5affbe16430795e1d8737be91c93162c44937 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Mar 2024 11:34:26 +0000 Subject: [PATCH] fix: upgrade @apollo/client from 3.3.11 to 3.9.5 Snyk has created this PR to upgrade @apollo/client from 3.3.11 to 3.9.5. See this package in npm: https://www.npmjs.com/package/@apollo/client 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 | 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..23d6ae069cfcf 100644 --- a/examples/with-nhost-auth-realtime-graphql/package.json +++ b/examples/with-nhost-auth-realtime-graphql/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "@apollo/client": "3.3.11", + "@apollo/client": "3.9.5", "@nhost/react-apollo": "1.0.7", "@nhost/react-auth": "1.0.5", "graphql": "15.5.0",