From ef804a1b474c73d7f8597304afd64a2763dab38a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 21:03:30 +0000 Subject: [PATCH] Bump @apollo/client from 3.8.10 to 4.0.7 in /apps/hasura-nextjs Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.8.10 to 4.0.7. - [Release notes](https://github.com/apollographql/apollo-client/releases) - [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-client/compare/v3.8.10...@apollo/client@4.0.7) --- updated-dependencies: - dependency-name: "@apollo/client" dependency-version: 4.0.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/hasura-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/hasura-nextjs/package.json b/apps/hasura-nextjs/package.json index 0cf822dbf..1c4ce6928 100644 --- a/apps/hasura-nextjs/package.json +++ b/apps/hasura-nextjs/package.json @@ -11,7 +11,7 @@ "dev-docker": "docker compose -f ./docker-compose.yml up -d --build" }, "dependencies": { - "@apollo/client": "3.8.10", + "@apollo/client": "4.0.7", "@skillrecordings/next-auth-hasura-adapter": "0.0.2", "classnames": "2.3.2", "graphql": "16.8.1",