From c17450e44cdb21c3de00eba0bf32f9ecca9f9299 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Tue, 25 Jan 2022 04:39:55 +0000 Subject: [PATCH] Build(deps): bump @apollo/client from 3.5.7 to 3.5.8 Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.5.7 to 3.5.8. - [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.5.7...v3.5.8) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9dae8e7..fafabf4 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": "Joakim Olsson ", "private": true, "dependencies": { - "@apollo/client": "^3.5.7", + "@apollo/client": "^3.5.8", "@auth0/auth0-spa-js": "^1.19.4", "@nuxtjs/composition-api": "^0.31.0", "@nuxtjs/i18n": "^7.2.0", diff --git a/yarn.lock b/yarn.lock index 5793415..de27ac7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9,10 +9,10 @@ dependencies: "@types/throttle-debounce" "^2.1.0" -"@apollo/client@^3.5.7": - version "3.5.7" - resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.5.7.tgz#38051c0a414ebf784319fa5131faa19df24fa9ec" - integrity sha512-HSLqTGp3sp/PVIWYLLr5v3fjQSr6Fxg6Z5RQj5Q9ALyseIVudD8GZk1jHplaUblTFMBueXGw3Z6DXObuVAr3tw== +"@apollo/client@^3.5.8": + version "3.5.8" + resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.5.8.tgz#7215b974c5988b6157530eb69369209210349fe0" + integrity sha512-MAm05+I1ullr64VLpZwon/ISnkMuNLf6vDqgo9wiMhHYBGT4yOAbAIseRdjCHZwfSx/7AUuBgaTNOssZPIr6FQ== dependencies: "@graphql-typed-document-node/core" "^3.0.0" "@wry/context" "^0.6.0"