From 1bbe5c9c051253056bb5d0fb51cbb7fcb6f1b2d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 21:23:41 +0000 Subject: [PATCH] Bump @apollo/client from 3.8.10 to 3.11.2 in /apps/hasura-nextjs Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.8.10 to 3.11.2. - [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...v3.11.2) --- updated-dependencies: - dependency-name: "@apollo/client" dependency-type: direct:production update-type: version-update:semver-minor ... 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..1c4355e9f 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": "3.11.2", "@skillrecordings/next-auth-hasura-adapter": "0.0.2", "classnames": "2.3.2", "graphql": "16.8.1",