diff --git a/package.json b/package.json index d188d9a..eb2df0e 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": "Joakim Olsson ", "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", diff --git a/yarn.lock b/yarn.lock index c798c50..a0e611d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"