From 5232a0f6562f687abe4a6726f5b2d0c5fc55d4dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:11:43 +0100 Subject: [PATCH] Bump @apollo/client from 3.11.10 to 3.12.0 (#6430) Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.11.10 to 3.12.0. - [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.10...v3.12.0) --- updated-dependencies: - dependency-name: "@apollo/client" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fe665353b562..73fbe2c9dabb 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ }, "dependencies": { "@algolia/client-search": "^5.15.0", - "@apollo/client": "^3.11.10", + "@apollo/client": "^3.12.0", "@docusaurus/theme-mermaid": "^3.6.3", "bufferutil": "^4.0.8", "chart.js": "^4.4.7", diff --git a/yarn.lock b/yarn.lock index 08748ce1421f..519b19b6c7d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -335,10 +335,10 @@ resolved "https://registry.yarnpkg.com/@antfu/utils/-/utils-0.7.10.tgz#ae829f170158e297a9b6a28f161a8e487d00814d" integrity sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww== -"@apollo/client@^3.11.10": - version "3.11.10" - resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.11.10.tgz#e16ae82ea9b16536ffd109847d24f9293fab5c4d" - integrity sha512-IfGc+X4il0rDqVQBBWdxIKM+ciDCiDzBq9+Bg9z4tJMi87uF6po4v+ddiac1wP0ARgVPsFwEIGxK7jhN4pW8jg== +"@apollo/client@^3.12.0": + version "3.12.0" + resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.12.0.tgz#de7314614d4bc49fee1f151170fdbcaa43408b0e" + integrity sha512-azaTC5Z46vgVrW56Nh/OaRsPwTDAMz+JTNiJhdxqfUd7DMqaNQitq0njECgDvXidtF6ERQ1ZMj10LpdCwI9j7g== dependencies: "@graphql-typed-document-node/core" "^3.1.1" "@wry/caches" "^1.0.0"