From 98986a6481f40b8c2f7f163b713c40b7466b6f18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 13:03: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.9 to 4.2.0 - [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.9...@apollo/client@4.2.0) --- updated-dependencies: - dependency-name: "@apollo/client" dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor 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 20017a84a..a8282eb50 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "@apollo/client": "4.1.9", + "@apollo/client": "4.2.0", "@automattic/vip-search-replace": "^2.0.0", "@json2csv/plainjs": "^7.0.3", "@wwa/single-line-log": "^1.1.4", @@ -144,9 +144,9 @@ } }, "node_modules/@apollo/client": { - "version": "4.1.9", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-4.1.9.tgz", - "integrity": "sha512-qfpkQD51tdU/7iAR6aLb4w9o/L7I475DluWHRb61U/3Q0AH29nNOxOBHjBbWDdf16ncPOoQuxne1sEs2NjqBFw==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-4.2.0.tgz", + "integrity": "sha512-uZAiXwIRidDqQKZRcL88O01IVZjY6IhLio6g+XzX4N4++Ue9pVK9WCoZvBm1dvx+x2mH0oGfVUZvTvacCW4WcQ==", "license": "MIT", "dependencies": { "@graphql-typed-document-node/core": "^3.1.1", diff --git a/package.json b/package.json index 91a268beb..f641692a5 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "typescript": "^6.0.2" }, "dependencies": { - "@apollo/client": "4.1.9", + "@apollo/client": "4.2.0", "@automattic/vip-search-replace": "^2.0.0", "@json2csv/plainjs": "^7.0.3", "@wwa/single-line-log": "^1.1.4",