Build(deps): bump @apollo/client from 3.7.7 to 3.7.8

Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.7.7 to 3.7.8.
- [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.7.7...v3.7.8)
This commit is contained in:
2023-02-16 04:37:35 +00:00
parent 6334a82234
commit f4703cf614
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
"codegen": "graphql-codegen"
},
"dependencies": {
"@apollo/client": "^3.7.7",
"@apollo/client": "^3.7.8",
"@auth0/auth0-spa-js": "^2.0.3",
"@graphql-codegen/typescript": "^3.0.0",
"@graphql-codegen/typescript-operations": "^3.0.0",
+4 -4
View File
@@ -10,10 +10,10 @@
"@jridgewell/gen-mapping" "^0.1.0"
"@jridgewell/trace-mapping" "^0.3.9"
"@apollo/client@^3.7.7":
version "3.7.7"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.7.tgz#5eb6e8af24fb809c97c8f66c3faf9524f83c412b"
integrity sha512-Rp/pCWuJSjLN7Xl5Qi2NoeURmZYEU/TIUz0n/LOwEo1tGdU2W7/fGVZ8+5um58JeVYq4UoTGBKFxSVeG4s411A==
"@apollo/client@^3.7.8":
version "3.7.8"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.8.tgz#e1c8dfd02cbbe1baf9b18fa86918904efd9cc580"
integrity sha512-o1NxF4ytET2w9HSVMLwYUEEdv6H3XPpbh9M+ABVGnUVT0s6T9pgqRtYO4pFP1TmeDmb1pbRfVhFwh3gC167j5Q==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
"@wry/context" "^0.7.0"