From f5de76ecbfe0c39f5baf33d1f531c28812965d41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 21:32:45 +0000 Subject: [PATCH] Bump @apollo/client from 3.8.10 to 3.9.5 in /apps/hasura-nextjs Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.8.10 to 3.9.5. - [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.9.5) --- 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..13cd59be0 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.9.5", "@skillrecordings/next-auth-hasura-adapter": "0.0.2", "classnames": "2.3.2", "graphql": "16.8.1",