From 8c8c448f0592f576a7582133ba35c4f1e68f85f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 17:39:51 +0200 Subject: [PATCH] Bump @apollo/client from 3.11.2 to 3.11.3 (#6133) Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.11.2 to 3.11.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.11.2...v3.11.3) --- updated-dependencies: - dependency-name: "@apollo/client" dependency-type: direct:production update-type: version-update:semver-patch ... 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 b012c107c02b..24b2d95a1f04 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ }, "dependencies": { "@algolia/client-search": "^4.24.0", - "@apollo/client": "^3.11.2", + "@apollo/client": "^3.11.3", "@docusaurus/theme-mermaid": "^2.4.3", "bufferutil": "^4.0.8", "chart.js": "^4.4.3", diff --git a/yarn.lock b/yarn.lock index 8000517a3d0f..027a6856c331 100644 --- a/yarn.lock +++ b/yarn.lock @@ -218,10 +218,10 @@ "@jridgewell/gen-mapping" "^0.3.0" "@jridgewell/trace-mapping" "^0.3.9" -"@apollo/client@^3.11.2": - version "3.11.2" - resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.11.2.tgz#824512ae9674218b9bccd9ac4f53b826661651de" - integrity sha512-HVcsJChOVut6gmmf5YukTG52EXg0cxq0LU7I/0yZPcfcJOPW2cpVqveaxZt+B1fL6ZKrYVdSa2nfuK0oSpv0Yw== +"@apollo/client@^3.11.3": + version "3.11.3" + resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.11.3.tgz#f7e2c6c5166da3194b9d6c40e05b1d43f3cc7d0a" + integrity sha512-bocd9vQc9PSq4MG6129HKF8ujUirVod98he9OEWpyOs5CXnUC81zNRaUshA4wPSflR6mnx0yRuRankp1V8A+og== dependencies: "@graphql-typed-document-node/core" "^3.1.1" "@wry/caches" "^1.0.0"