From dad83b9336a0c78e8e605dc32f1db7abd51c3a72 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sat, 4 Feb 2023 04:37:48 +0000 Subject: [PATCH] Build(deps): bump @apollo/client from 3.7.6 to 3.7.7 Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.7.6 to 3.7.7. - [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.7.6...v3.7.7) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e50119d..1d42ab4 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "codegen": "graphql-codegen" }, "dependencies": { - "@apollo/client": "^3.7.6", + "@apollo/client": "^3.7.7", "@auth0/auth0-spa-js": "^2.0.2", "@graphql-codegen/typescript": "^2.8.8", "@graphql-codegen/typescript-operations": "^2.5.13", diff --git a/yarn.lock b/yarn.lock index e2dee3b..78d526e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10,10 +10,10 @@ "@jridgewell/gen-mapping" "^0.1.0" "@jridgewell/trace-mapping" "^0.3.9" -"@apollo/client@^3.7.6": - version "3.7.6" - resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.6.tgz#fdc2ce3c440c7edda70fc02b0244a05128fef696" - integrity sha512-K0l8+wgcdVDjdgI8O2YuhX1CiQlavGuBp8HR/+PEbc2+jqM/BaVpL0g7YAuXrTW20np/MXHNRDxK20/ujF9hjA== +"@apollo/client@^3.7.7": + version "3.7.7" + resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.7.tgz#5eb6e8af24fb809c97c8f66c3faf9524f83c412b" + integrity sha512-Rp/pCWuJSjLN7Xl5Qi2NoeURmZYEU/TIUz0n/LOwEo1tGdU2W7/fGVZ8+5um58JeVYq4UoTGBKFxSVeG4s411A== dependencies: "@graphql-typed-document-node/core" "^3.1.1" "@wry/context" "^0.7.0"