From c4af3646309532ab5cb13fc78a0475adcbeb7c6d Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 1 Jun 2022 04:38:29 +0000 Subject: [PATCH] Build(deps): bump @apollo/client from 3.6.5 to 3.6.6 Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.6.5 to 3.6.6. - [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.5...v3.6.6) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5a0270c..be807c7 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": "Joakim Olsson ", "private": true, "dependencies": { - "@apollo/client": "^3.6.5", + "@apollo/client": "^3.6.6", "@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 c7132ad..5b6d427 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16,10 +16,10 @@ dependencies: "@types/throttle-debounce" "^2.1.0" -"@apollo/client@^3.6.5": - version "3.6.5" - resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.6.5.tgz#6a7baaf05852187b0eac1c6064e721d47326d70c" - integrity sha512-xGAZzv1f5abyH45MSU5eOLyGQuP4Ps0OhP36pSCtt6pCICI3n4yDkdftFCPvqDVqVTuciX1kkyeJPfGodz5kwg== +"@apollo/client@^3.6.6": + version "3.6.6" + resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.6.6.tgz#3fb1f5b11da9a64b51b5a86b62450bee034e7f41" + integrity sha512-AzNLN043wy0bDTTR9wzKYSu+I1IT2Ox3+vWckxgIt88Jfw5jHBvumf3lXE1JlgvbFCTiKS/Sa66AadQXWMVBRQ== dependencies: "@graphql-typed-document-node/core" "^3.1.1" "@wry/context" "^0.6.0"