From fb65698f510b9f7e849f383b1b6c54cc117e5b01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:53:48 +0000 Subject: [PATCH] Bump @apollo/client from 3.8.10 to 3.9.2 in /apps/hasura-nextjs Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.8.10 to 3.9.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.9.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..811df297b 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.2", "@skillrecordings/next-auth-hasura-adapter": "0.0.2", "classnames": "2.3.2", "graphql": "16.8.1",