refactor: Upgrade graphql-list-fields from 2.0.2 to 2.0.4 (#8980)

This commit is contained in:
Parse Platform
2024-03-06 13:55:30 +01:00
committed by GitHub
parent d3f0886707
commit 7773d3b5ef
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -26,7 +26,7 @@
"express-rate-limit": "6.7.0",
"follow-redirects": "1.15.5",
"graphql": "16.8.1",
"graphql-list-fields": "2.0.2",
"graphql-list-fields": "^2.0.4",
"graphql-relay": "0.10.0",
"graphql-tag": "2.12.6",
"graphql-upload": "15.0.2",
@@ -9228,9 +9228,9 @@
}
},
"node_modules/graphql-list-fields": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/graphql-list-fields/-/graphql-list-fields-2.0.2.tgz",
"integrity": "sha512-9TSAwcVA3KWw7JWYep5NCk2aw3wl1ayLtbMpmG7l26vh1FZ+gZexNPP+XJfUFyJa71UU0zcKSgtgpsrsA3Xv9Q=="
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/graphql-list-fields/-/graphql-list-fields-2.0.4.tgz",
"integrity": "sha512-q3prnhAL/dBsD+vaGr83B8DzkBijg+Yh+lbt7qp2dW1fpuO+q/upzDXvFJstVsSAA8m11MHGkSxxyxXeLou4MA=="
},
"node_modules/graphql-relay": {
"version": "0.10.0",
@@ -28292,9 +28292,9 @@
"integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw=="
},
"graphql-list-fields": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/graphql-list-fields/-/graphql-list-fields-2.0.2.tgz",
"integrity": "sha512-9TSAwcVA3KWw7JWYep5NCk2aw3wl1ayLtbMpmG7l26vh1FZ+gZexNPP+XJfUFyJa71UU0zcKSgtgpsrsA3Xv9Q=="
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/graphql-list-fields/-/graphql-list-fields-2.0.4.tgz",
"integrity": "sha512-q3prnhAL/dBsD+vaGr83B8DzkBijg+Yh+lbt7qp2dW1fpuO+q/upzDXvFJstVsSAA8m11MHGkSxxyxXeLou4MA=="
},
"graphql-relay": {
"version": "0.10.0",

View File

@@ -35,7 +35,7 @@
"express-rate-limit": "6.7.0",
"follow-redirects": "1.15.5",
"graphql": "16.8.1",
"graphql-list-fields": "2.0.2",
"graphql-list-fields": "2.0.4",
"graphql-relay": "0.10.0",
"graphql-tag": "2.12.6",
"graphql-upload": "15.0.2",