From 6771a8041f7f254490bce7ec3cebad4a1c4686aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 11:15:43 -0400 Subject: [PATCH] Bump @apollo/client from 3.9.9 to 3.9.10 in /integration (#2994) Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.9.9 to 3.9.10. - [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/v3.9.9...v3.9.10) --- updated-dependencies: - dependency-name: "@apollo/client" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- integration/package-lock.json | 14 +++++++------- integration/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/integration/package-lock.json b/integration/package-lock.json index 1412ca1c7d..326a870a3b 100644 --- a/integration/package-lock.json +++ b/integration/package-lock.json @@ -8,7 +8,7 @@ "name": "integration", "version": "0.0.0", "devDependencies": { - "@apollo/client": "^3.9.9", + "@apollo/client": "^3.9.10", "@graphql-codegen/cli": "^5.0.2", "@graphql-codegen/client-preset": "^4.2.5", "@graphql-codegen/introspection": "^4.0.3", @@ -52,9 +52,9 @@ } }, "node_modules/@apollo/client": { - "version": "3.9.9", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.9.9.tgz", - "integrity": "sha512-/sMecU/M0WK9knrguts1lSLV8xFKzIgOMVb4mi6MOxgJXjliDB8PvOtmXhTqh2cVMMR4TzXgOnb+af/690zlQw==", + "version": "3.9.10", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.9.10.tgz", + "integrity": "sha512-w8i/Lk1P0vvWZF0Xb00XPonn79/0rgRJ1vopBlVudVuy9QP29/NZXK0rI2xJIN6VrKuEqJZaVGJC+7k23I2sfA==", "dev": true, "dependencies": { "@graphql-typed-document-node/core": "^3.1.1", @@ -8107,9 +8107,9 @@ } }, "@apollo/client": { - "version": "3.9.9", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.9.9.tgz", - "integrity": "sha512-/sMecU/M0WK9knrguts1lSLV8xFKzIgOMVb4mi6MOxgJXjliDB8PvOtmXhTqh2cVMMR4TzXgOnb+af/690zlQw==", + "version": "3.9.10", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.9.10.tgz", + "integrity": "sha512-w8i/Lk1P0vvWZF0Xb00XPonn79/0rgRJ1vopBlVudVuy9QP29/NZXK0rI2xJIN6VrKuEqJZaVGJC+7k23I2sfA==", "dev": true, "requires": { "@graphql-typed-document-node/core": "^3.1.1", diff --git a/integration/package.json b/integration/package.json index 3d70ddb9fb..212c4f916d 100644 --- a/integration/package.json +++ b/integration/package.json @@ -8,7 +8,7 @@ "gen": "graphql-codegen --config codegen.ts" }, "devDependencies": { - "@apollo/client": "^3.9.9", + "@apollo/client": "^3.9.10", "@graphql-codegen/cli": "^5.0.2", "@graphql-codegen/client-preset": "^4.2.5", "@graphql-codegen/introspection": "^4.0.3",