From af890c9c71e4fadaf5482bfc21b5ec66c700f8d7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Sep 2024 17:09:31 +0000 Subject: [PATCH] fix: upgrade @apollo/client from 3.3.11 to 3.11.6 Snyk has created this PR to upgrade @apollo/client from 3.3.11 to 3.11.6. See this package in npm: @apollo/client 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 | 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..f2a5ea4504deb 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.11.6", "@nhost/react-apollo": "1.0.7", "@nhost/react-auth": "1.0.5", "graphql": "15.5.0",