Build(deps): bump @apollo/client from 3.6.4 to 3.6.5

Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.6.4 to 3.6.5.
- [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.4...v3.6.5)
This commit is contained in:
2022-05-24 04:37:39 +00:00
parent 5b781b3d1a
commit e7ce57bbb5
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.6.4",
"@apollo/client": "^3.6.5",
"@auth0/auth0-spa-js": "^1.21.1",
"@nuxtjs/composition-api": "^0.32.0",
"@nuxtjs/i18n": "^7.2.2",
+4 -4
View File
@@ -16,10 +16,10 @@
dependencies:
"@types/throttle-debounce" "^2.1.0"
"@apollo/client@^3.6.4":
version "3.6.4"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.6.4.tgz#08b726d72bb207f27ed1aeb0025bc4d32d776a9e"
integrity sha512-2z0dzQpx2HhGK5Pip/rbMM5kkbE4BLZGK2ItSmy2lMPy9/SZGFnw+zWBXSoIook0JT2bDscm+FsdmtV+1AhdJw==
"@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==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
"@wry/context" "^0.6.0"