From a3de5accb9b36cdc37aea74ca981c0e985e9a879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 01:21:12 +0000 Subject: [PATCH] build(deps): bump @apollo/client from 3.12.2 to 3.12.3 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: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 db48639..acc2b22 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@apollo/client": "^3.12.2", + "@apollo/client": "^3.12.3", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^15.0.7", "@testing-library/user-event": "^14.5.2", diff --git a/yarn.lock b/yarn.lock index d603d4f..1e8795a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -23,10 +23,10 @@ jsonpointer "^5.0.0" leven "^3.1.0" -"@apollo/client@^3.12.2": - version "3.12.2" - resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.12.2.tgz#28cf4a0c07c42ace566dc17e2647ff011424ece8" - integrity sha512-dkacsdMgVsrrQhLpN4JqZTIEfnNsPVwny+4vccSRqheWZElzUz1Xi0h39p2+TieS1f+wwvyzwpoJEV57vwzT9Q== +"@apollo/client@^3.12.3": + version "3.12.3" + resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.12.3.tgz#0d252749baad8328e06883fe118dc7e73e3bbb1f" + integrity sha512-KZ5zymRdb8bMbGUb1wP2U04ff7qIGgaC1BCdCVC+IPFiXkxEhHBc5fDEQOwAUT+vUo9KbBh3g7QK/JCOswn59w== dependencies: "@graphql-typed-document-node/core" "^3.1.1" "@wry/caches" "^1.0.0"