Build(deps): bump @apollo/client from 3.5.8 to 3.5.9

Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.5.8 to 3.5.9.
- [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.8...v3.5.9)
This commit is contained in:
2022-02-16 04:38:18 +00:00
parent 2a0ff1de82
commit 0a89ae1edc
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"author": "Joakim Olsson <joakim@unbound.se>",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.8",
"@apollo/client": "^3.5.9",
"@auth0/auth0-spa-js": "^1.20.0",
"@nuxtjs/composition-api": "^0.31.0",
"@nuxtjs/i18n": "^7.2.0",
+4 -4
View File
@@ -9,10 +9,10 @@
dependencies:
"@types/throttle-debounce" "^2.1.0"
"@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==
"@apollo/client@^3.5.9":
version "3.5.9"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.5.9.tgz#306c1f8453d56dbb4ff1afaaaf16b3b719db696c"
integrity sha512-Qq3OE3GpyPG2fYXBzi1n4QXcKZ11c6jHdrXK2Kkn9SD+vUymSrllXsldqnKUK9tslxKqkKzNrkCXkLv7PxwfSQ==
dependencies:
"@graphql-typed-document-node/core" "^3.0.0"
"@wry/context" "^0.6.0"