From 0046891ddc94ec8186ab5220cc2664fb3c0b1ef6 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Tue, 14 Jun 2022 04:37:58 +0000 Subject: [PATCH] Build(deps): bump @apollo/client from 3.6.7 to 3.6.8 Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.6.7 to 3.6.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.6.7...v3.6.8) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0f6cdfd..7d61f00 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": "Joakim Olsson ", "private": true, "dependencies": { - "@apollo/client": "^3.6.7", + "@apollo/client": "^3.6.8", "@auth0/auth0-spa-js": "^1.22.0", "@nuxtjs/composition-api": "^0.32.0", "@nuxtjs/i18n": "^7.2.2", diff --git a/yarn.lock b/yarn.lock index 8b5c69f..7768fe7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16,10 +16,10 @@ dependencies: "@types/throttle-debounce" "^2.1.0" -"@apollo/client@^3.6.7": - version "3.6.7" - resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.6.7.tgz#a73e36d29df2c321fa4f5dba6d87e10fac2b55a0" - integrity sha512-VLlfZq4UiX8IXPNULnxskrVvGWoW3MSe2wBA84iQGYvHx6v+377fWEUF45/6ASuHNt0ZKZaFNlXVI13OB918hQ== +"@apollo/client@^3.6.8": + version "3.6.8" + resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.6.8.tgz#97e876fdbc4c287652a61895fd2b6f0b157a7667" + integrity sha512-p/J6KRHZZPGX0bZtMLvRFAIcReYsRYGg+Jz9MkgabWPy0L8rwgyolq9fvKsNqkH888Tj9Yvwrxz9V84KfcORJA== dependencies: "@graphql-typed-document-node/core" "^3.1.1" "@wry/context" "^0.6.0"