From d03e22987660e5a040d2daf628937fa962574ffc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 12:22:44 +0000 Subject: [PATCH] build(deps): bump @apollo/client in the graphql group Bumps the graphql group with 1 update: [@apollo/client](https://github.com/apollographql/apollo-client). Updates `@apollo/client` from 4.1.4 to 4.1.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/@apollo/client@4.1.4...@apollo/client@4.1.5) --- updated-dependencies: - dependency-name: "@apollo/client" dependency-version: 4.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: graphql ... Signed-off-by: dependabot[bot] --- npm-shrinkwrap.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a9a438a61..ff4b7c33a 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "@apollo/client": "4.1.4", + "@apollo/client": "4.1.5", "@automattic/vip-search-replace": "^2.0.0", "@json2csv/plainjs": "^7.0.3", "@wwa/single-line-log": "^1.1.4", @@ -143,9 +143,9 @@ } }, "node_modules/@apollo/client": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-4.1.4.tgz", - "integrity": "sha512-bTbxPHGXDMcYyQuWcYOzvWBHHJ+5ehvH3uKhd3+jI8X3ZPgWlfiI0MYN3r2exq/SNo5/TbL1p+bzQnE1xf+5tg==", + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-4.1.5.tgz", + "integrity": "sha512-kqo4BUL/d3cj3CmQyo0CqrgKr/nxYnmHmM5Lv2xqFz2P4FaJQ0SxpRu+bEjWUftGhRSmLqDLuP2cTAj0wIPKWw==", "license": "MIT", "workspaces": [ "dist", diff --git a/package.json b/package.json index 1c8d2b8ce..219a4dddf 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "typescript": "^5.2.2" }, "dependencies": { - "@apollo/client": "4.1.4", + "@apollo/client": "4.1.5", "@automattic/vip-search-replace": "^2.0.0", "@json2csv/plainjs": "^7.0.3", "@wwa/single-line-log": "^1.1.4",