From 2a8d1415ca235eef6b3b056de397bbb078e8424a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:17:59 -0500 Subject: [PATCH] chore(deps-dev): bump @apollo/client in /integration (#3439) Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.12.2 to 3.12.3. - [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.12.2...v3.12.3) --- 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 b0a55fc5374..b548308fa4f 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.12.2", + "@apollo/client": "^3.12.3", "@graphql-codegen/cli": "^5.0.3", "@graphql-codegen/client-preset": "^4.5.1", "@graphql-codegen/introspection": "^4.0.3", @@ -52,9 +52,9 @@ } }, "node_modules/@apollo/client": { - "version": "3.12.2", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.12.2.tgz", - "integrity": "sha512-dkacsdMgVsrrQhLpN4JqZTIEfnNsPVwny+4vccSRqheWZElzUz1Xi0h39p2+TieS1f+wwvyzwpoJEV57vwzT9Q==", + "version": "3.12.3", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.12.3.tgz", + "integrity": "sha512-KZ5zymRdb8bMbGUb1wP2U04ff7qIGgaC1BCdCVC+IPFiXkxEhHBc5fDEQOwAUT+vUo9KbBh3g7QK/JCOswn59w==", "dev": true, "dependencies": { "@graphql-typed-document-node/core": "^3.1.1", @@ -8517,9 +8517,9 @@ } }, "@apollo/client": { - "version": "3.12.2", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.12.2.tgz", - "integrity": "sha512-dkacsdMgVsrrQhLpN4JqZTIEfnNsPVwny+4vccSRqheWZElzUz1Xi0h39p2+TieS1f+wwvyzwpoJEV57vwzT9Q==", + "version": "3.12.3", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.12.3.tgz", + "integrity": "sha512-KZ5zymRdb8bMbGUb1wP2U04ff7qIGgaC1BCdCVC+IPFiXkxEhHBc5fDEQOwAUT+vUo9KbBh3g7QK/JCOswn59w==", "dev": true, "requires": { "@graphql-typed-document-node/core": "^3.1.1", diff --git a/integration/package.json b/integration/package.json index f9514c7135e..9e9f4159270 100644 --- a/integration/package.json +++ b/integration/package.json @@ -8,7 +8,7 @@ "gen": "graphql-codegen --config codegen.ts" }, "devDependencies": { - "@apollo/client": "^3.12.2", + "@apollo/client": "^3.12.3", "@graphql-codegen/cli": "^5.0.3", "@graphql-codegen/client-preset": "^4.5.1", "@graphql-codegen/introspection": "^4.0.3",