refactor: upgrade graphql from 16.5.0 to 16.6.0 (#8154)

This commit is contained in:
Parse Platform
2022-09-08 17:32:39 +02:00
committed by GitHub
parent 780ee0203a
commit dfe9168512
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6974,9 +6974,9 @@
"dev": true "dev": true
}, },
"graphql": { "graphql": {
"version": "16.5.0", "version": "16.6.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.5.0.tgz", "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz",
"integrity": "sha512-qbHgh8Ix+j/qY+a/ZcJnFQ+j8ezakqPiHwPiZhV/3PgGlgf96QMBB5/f2rkiC9sgLoy/xvT6TSiaf2nTHJh5iA==" "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw=="
}, },
"graphql-list-fields": { "graphql-list-fields": {
"version": "2.0.2", "version": "2.0.2",

View File

@@ -32,7 +32,7 @@
"deepcopy": "2.1.0", "deepcopy": "2.1.0",
"express": "4.18.1", "express": "4.18.1",
"follow-redirects": "1.15.1", "follow-redirects": "1.15.1",
"graphql": "16.5.0", "graphql": "16.6.0",
"graphql-list-fields": "2.0.2", "graphql-list-fields": "2.0.2",
"graphql-tag": "2.12.6", "graphql-tag": "2.12.6",
"graphql-relay": "0.10.0", "graphql-relay": "0.10.0",