From a250efaf0db5d3f084b898f6e4bd40ed937ad917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 09:58:17 +0000 Subject: [PATCH] chore(deps-dev): bump @apollo/client in /integration Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.10.5 to 3.10.6. - [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.10.5...v3.10.6) --- updated-dependencies: - dependency-name: "@apollo/client" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 da701b89d5d..a023a3fcf9f 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.10.5", + "@apollo/client": "^3.10.6", "@graphql-codegen/cli": "^5.0.2", "@graphql-codegen/client-preset": "^4.3.0", "@graphql-codegen/introspection": "^4.0.3", @@ -52,9 +52,9 @@ } }, "node_modules/@apollo/client": { - "version": "3.10.5", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.10.5.tgz", - "integrity": "sha512-bZh5wLAT8b4KdEmqnqiQeDUttnR+NJ+gDYSN8T+U0uFGN++5LO5PTwySih6kIU5ErGGGw4NHI94YdSET3uLuBA==", + "version": "3.10.6", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.10.6.tgz", + "integrity": "sha512-3lLFGJtzC1/mEnK11BRf+Bf8536kBQUSB1G9yMtcRsxmY+tCKdTPzsP3fMUKy10BPIE0sDUY1pux3iMPIn2vow==", "dev": true, "dependencies": { "@graphql-typed-document-node/core": "^3.1.1", @@ -8105,9 +8105,9 @@ } }, "@apollo/client": { - "version": "3.10.5", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.10.5.tgz", - "integrity": "sha512-bZh5wLAT8b4KdEmqnqiQeDUttnR+NJ+gDYSN8T+U0uFGN++5LO5PTwySih6kIU5ErGGGw4NHI94YdSET3uLuBA==", + "version": "3.10.6", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.10.6.tgz", + "integrity": "sha512-3lLFGJtzC1/mEnK11BRf+Bf8536kBQUSB1G9yMtcRsxmY+tCKdTPzsP3fMUKy10BPIE0sDUY1pux3iMPIn2vow==", "dev": true, "requires": { "@graphql-typed-document-node/core": "^3.1.1", diff --git a/integration/package.json b/integration/package.json index 5a3706d2251..3e2b0e92d1e 100644 --- a/integration/package.json +++ b/integration/package.json @@ -8,7 +8,7 @@ "gen": "graphql-codegen --config codegen.ts" }, "devDependencies": { - "@apollo/client": "^3.10.5", + "@apollo/client": "^3.10.6", "@graphql-codegen/cli": "^5.0.2", "@graphql-codegen/client-preset": "^4.3.0", "@graphql-codegen/introspection": "^4.0.3",