Update dependency graphql to v16 (#174)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-12-01 22:55:17 -05:00 committed by GitHub
parent a93f918f03
commit 10513be282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -81,7 +81,7 @@
"fuzzy": "0.1.3", "fuzzy": "0.1.3",
"globby": "13.1.2", "globby": "13.1.2",
"gotrue-js": "0.9.29", "gotrue-js": "0.9.29",
"graphql": "15.8.0", "graphql": "16.6.0",
"graphql-tag": "2.12.6", "graphql-tag": "2.12.6",
"gray-matter": "4.0.3", "gray-matter": "4.0.3",
"history": "4.10.1", "history": "4.10.1",

View File

@ -6558,10 +6558,10 @@ graphql-tag@2.12.6:
dependencies: dependencies:
tslib "^2.1.0" tslib "^2.1.0"
graphql@15.8.0: graphql@16.6.0:
version "15.8.0" version "16.6.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38" resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.6.0.tgz#c2dcffa4649db149f6282af726c8c83f1c7c5fdb"
integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw== integrity sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==
gray-matter@4.0.3: gray-matter@4.0.3:
version "4.0.3" version "4.0.3"