From 3cc37e89daec721e88e0d9a1143dc7bdf40dc6e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 15:34:55 +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.8 to 4.1.9 - [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.8...@apollo/client@4.1.9) --- updated-dependencies: - dependency-name: "@apollo/client" dependency-version: 4.1.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: graphql ... Signed-off-by: dependabot[bot] --- npm-shrinkwrap.json | 13 ++++--------- package.json | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 53cf786ab..abaa24604 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "@apollo/client": "4.1.8", + "@apollo/client": "4.1.9", "@automattic/vip-search-replace": "^2.0.0", "@json2csv/plainjs": "^7.0.3", "@wwa/single-line-log": "^1.1.4", @@ -143,15 +143,10 @@ } }, "node_modules/@apollo/client": { - "version": "4.1.8", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-4.1.8.tgz", - "integrity": "sha512-0joBqkgwxDTzAni0azryXQjbSIKBFqfzEa1eh8KX6aWl4RHWAlfNwZAaWlIpOYWTeRnSZu2glnyGiHGPMAAerA==", + "version": "4.1.9", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-4.1.9.tgz", + "integrity": "sha512-qfpkQD51tdU/7iAR6aLb4w9o/L7I475DluWHRb61U/3Q0AH29nNOxOBHjBbWDdf16ncPOoQuxne1sEs2NjqBFw==", "license": "MIT", - "workspaces": [ - "dist", - "codegen", - "scripts/codemods/ac3-to-ac4" - ], "dependencies": { "@graphql-typed-document-node/core": "^3.1.1", "@wry/caches": "^1.0.0", diff --git a/package.json b/package.json index 8980eb4e5..92c629e03 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "typescript": "^6.0.2" }, "dependencies": { - "@apollo/client": "4.1.8", + "@apollo/client": "4.1.9", "@automattic/vip-search-replace": "^2.0.0", "@json2csv/plainjs": "^7.0.3", "@wwa/single-line-log": "^1.1.4",