From 1d3c0605f11ee87635f82b55b7391d3443c96dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 12:22:51 +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.6 to 4.1.7 - [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.6...@apollo/client@4.1.7) --- updated-dependencies: - dependency-name: "@apollo/client" dependency-version: 4.1.7 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 a35c17dc0..86e54af4c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "@apollo/client": "4.1.6", + "@apollo/client": "4.1.7", "@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.6", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-4.1.6.tgz", - "integrity": "sha512-ak8uzqmKeX3u9BziGf83RRyODAJKFkPG72hTNvEj4WjMWFmuKW2gGN1i3OfajKT6yuGjvo+n23ES2zqWDKFCZg==", + "version": "4.1.7", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-4.1.7.tgz", + "integrity": "sha512-CE1Pe22vszRBMGrBOovIXzTa5infy1kwF0kWX2JBLcGFXoOPBOAo9zoM++tuSRZr8PscWJyv2ka2FKoyEquEHw==", "license": "MIT", "workspaces": [ "dist", diff --git a/package.json b/package.json index f1b2c2eba..22b33f5f6 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "typescript": "^6.0.2" }, "dependencies": { - "@apollo/client": "4.1.6", + "@apollo/client": "4.1.7", "@automattic/vip-search-replace": "^2.0.0", "@json2csv/plainjs": "^7.0.3", "@wwa/single-line-log": "^1.1.4",