refactor: Security upgrade graphql from 16.6.0 to 16.8.1 (#8757)

This commit is contained in:
Parse Platform
2023-09-22 03:27:19 +02:00
committed by GitHub
parent ef77b993bf
commit 0bb63d8cc1
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -7034,9 +7034,9 @@
"dev": true "dev": true
}, },
"graphql": { "graphql": {
"version": "16.6.0", "version": "16.8.1",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz",
"integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==" "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw=="
}, },
"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.2", "express": "4.18.2",
"follow-redirects": "1.15.2", "follow-redirects": "1.15.2",
"graphql": "16.6.0", "graphql": "16.8.1",
"graphql-list-fields": "2.0.2", "graphql-list-fields": "2.0.2",
"graphql-relay": "0.10.0", "graphql-relay": "0.10.0",
"graphql-tag": "2.12.6", "graphql-tag": "2.12.6",