From cc23e0fa3b357e6e1471204c44bbdc110bbbf904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 14:05:01 +0000 Subject: [PATCH] Bump @apollo/client from 3.12.4 to 3.12.6 Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.12.4 to 3.12.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.12.4...v3.12.6) --- updated-dependencies: - dependency-name: "@apollo/client" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index aac1d3d0812..02c052fcbd4 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ }, "dependencies": { "@algolia/client-search": "^5.19.0", - "@apollo/client": "^3.12.4", + "@apollo/client": "^3.12.6", "@docusaurus/theme-mermaid": "^3.7.0", "bufferutil": "^4.0.9", "chart.js": "^4.4.7", diff --git a/yarn.lock b/yarn.lock index 06bdbfb922d..008bbfb6b3e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -250,10 +250,10 @@ resolved "https://registry.yarnpkg.com/@antfu/utils/-/utils-0.7.10.tgz#ae829f170158e297a9b6a28f161a8e487d00814d" integrity sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww== -"@apollo/client@^3.12.4": - version "3.12.4" - resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.12.4.tgz#d8b5753459dfb5642129247c02956fe5b5ad8f11" - integrity sha512-S/eC9jxEW9Jg1BjD6AZonE1fHxYuvC3gFHop8FRQkUdeK63MmBD5r0DOrN2WlJbwha1MSD6A97OwXwjaujEQpA== +"@apollo/client@^3.12.6": + version "3.12.6" + resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.12.6.tgz#06172e0f25a3279f3f4f8fd895c186b8bbd7cdfd" + integrity sha512-MOEtkojZagMKB7nxlwQ426eaBYwEs/Xfn+JeLOd81wv6j7toKo57eEGAbJdZwyXGRgtiqDkX5gx3EzE7qtarXA== dependencies: "@graphql-typed-document-node/core" "^3.1.1" "@wry/caches" "^1.0.0"