Merge branch 'dependabot-npm_and_yarn-apollo-client-3.6.2' into 'master'

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

See merge request unboundsoftware/dancefinder/dancefinder-app!298
This commit was merged in pull request #347.
This commit is contained in:
2022-05-03 19:02:35 +00:00
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.1",
"@apollo/client": "^3.6.2",
"@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.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==
"@apollo/client@^3.6.2":
version "3.6.2"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.6.2.tgz#0418bfa6358dd117894c8af396706cfa2b186032"
integrity sha512-DNWyl+NNU2VsfHtXwOr4rV9hnQFPkl2/dNXeouhk9q7bXCWdEh3K8YTt/frULGVKbQjtnlPmz8C+LFI/JZ2N3w==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
"@wry/context" "^0.6.0"