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