From 8e6c09936f18b6974679d01c850dc9ea0708cbd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 19:25:42 +0000 Subject: [PATCH] chore(deps): bump @apollo/client Bumps the risky-minor-patch group in /apps/client with 1 update: [@apollo/client](https://github.com/apollographql/apollo-client). Updates `@apollo/client` from 4.1.7 to 4.1.9 - [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/@apollo/client@4.1.7...@apollo/client@4.1.9) --- updated-dependencies: - dependency-name: "@apollo/client" dependency-version: 4.1.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: risky-minor-patch ... Signed-off-by: dependabot[bot] --- apps/client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/package.json b/apps/client/package.json index 8407c1f..8b15fe5 100644 --- a/apps/client/package.json +++ b/apps/client/package.json @@ -60,7 +60,7 @@ "workbox-window": "^7.4.0" }, "dependencies": { - "@apollo/client": "^4.1.7", + "@apollo/client": "^4.1.9", "@hookform/resolvers": "^5.2.2", "@radix-ui/react-alert-dialog": "^1.1.15", "@radix-ui/react-avatar": "^1.1.11",