Build(deps): bump @apollo/client from 3.6.0 to 3.6.1

Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.6.0 to 3.6.1.
- [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.0...v3.6.1)
This commit is contained in:
2022-04-29 04:37:37 +00:00
parent f1554d35ea
commit decbb55346
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.0",
"@apollo/client": "^3.6.1",
"@auth0/auth0-spa-js": "^1.21.0",
"@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.0":
version "3.6.0"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.6.0.tgz#7a99c35292dec80392177a1f795d11d2e72ca070"
integrity sha512-2+UZoe6fCI3qG9lz8Kdt5ranEllRk8ewpt3ma6fWMjbpt7AP9sprnnoG7n6UmBcOpUTOvAAcaxBf8nByRcXn7g==
"@apollo/client@^3.6.1":
version "3.6.1"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.6.1.tgz#2578aa3c06e4b8c41060936b9e508beb1abc1bab"
integrity sha512-WGC7n2IS7GIbCCfVvu58Qncmj6qUBYbI/DxPVHGffDuY5y5l+OI2YIr5UXyR8+G9Ly1d6iYbX6l6l+Rw6F6gHA==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
"@wry/context" "^0.6.0"