From 5db625aa9adea9e3643b76da976ad453d8e6b5c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 12:22:52 +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.3 to 4.1.4 - [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.3...@apollo/client@4.1.4) --- updated-dependencies: - dependency-name: "@apollo/client" dependency-version: 4.1.4 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 7648f2da0..78465f22b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "@apollo/client": "4.1.3", + "@apollo/client": "4.1.4", "@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.3", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-4.1.3.tgz", - "integrity": "sha512-2D0eN9R0IHj9qp1RwjM1/brKqcBGldlDfY0YiP5ecCj9FtVrhOtXqMj98SZ1CA0YGDY5X+dxx32Ljh7J0VHTfA==", + "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==", "license": "MIT", "workspaces": [ "dist", diff --git a/package.json b/package.json index 5caeeaa75..45ad44d06 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "typescript": "^5.2.2" }, "dependencies": { - "@apollo/client": "4.1.3", + "@apollo/client": "4.1.4", "@automattic/vip-search-replace": "^2.0.0", "@json2csv/plainjs": "^7.0.3", "@wwa/single-line-log": "^1.1.4",