From 290f4af9520fc79a6d1aa2e46a3edddae3489ad3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 06:49:12 -0500 Subject: [PATCH] chore(deps-dev): bump @apollo/client in /integration (#3363) Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.11.8 to 3.11.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/v3.11.8...v3.11.9) --- 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 365c8242955..be7b22e6649 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.11.8", + "@apollo/client": "^3.11.9", "@graphql-codegen/cli": "^5.0.3", "@graphql-codegen/client-preset": "^4.5.0", "@graphql-codegen/introspection": "^4.0.3", @@ -52,9 +52,9 @@ } }, "node_modules/@apollo/client": { - "version": "3.11.8", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.11.8.tgz", - "integrity": "sha512-CgG1wbtMjsV2pRGe/eYITmV5B8lXUCYljB2gB/6jWTFQcrvirUVvKg7qtFdjYkQSFbIffU1IDyxgeaN81eTjbA==", + "version": "3.11.9", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.11.9.tgz", + "integrity": "sha512-aQ6VL+CPO1G4DLS/3FelfA+nl+ZQCP5qeN1NS6J8xh9wumUM/2W1ccneqCYmbTMDtoSunxE1BV2W6u0FF4axwQ==", "dev": true, "dependencies": { "@graphql-typed-document-node/core": "^3.1.1", @@ -7520,9 +7520,9 @@ } }, "@apollo/client": { - "version": "3.11.8", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.11.8.tgz", - "integrity": "sha512-CgG1wbtMjsV2pRGe/eYITmV5B8lXUCYljB2gB/6jWTFQcrvirUVvKg7qtFdjYkQSFbIffU1IDyxgeaN81eTjbA==", + "version": "3.11.9", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.11.9.tgz", + "integrity": "sha512-aQ6VL+CPO1G4DLS/3FelfA+nl+ZQCP5qeN1NS6J8xh9wumUM/2W1ccneqCYmbTMDtoSunxE1BV2W6u0FF4axwQ==", "dev": true, "requires": { "@graphql-typed-document-node/core": "^3.1.1", diff --git a/integration/package.json b/integration/package.json index 735487ca41c..a18f92f702a 100644 --- a/integration/package.json +++ b/integration/package.json @@ -8,7 +8,7 @@ "gen": "graphql-codegen --config codegen.ts" }, "devDependencies": { - "@apollo/client": "^3.11.8", + "@apollo/client": "^3.11.9", "@graphql-codegen/cli": "^5.0.3", "@graphql-codegen/client-preset": "^4.5.0", "@graphql-codegen/introspection": "^4.0.3",