fix: upgrade @graphql-tools/utils from 6.2.3 to 6.2.4 (#6957)

Snyk has created this PR to upgrade @graphql-tools/utils from 6.2.3 to 6.2.4.

See this package in npm:
https://www.npmjs.com/package/@graphql-tools/utils

See this project in Snyk:
https://app.snyk.io/org/dplewis/project/704d127e-7a24-4789-a0cd-807b7b972c86?utm_source=github&utm_medium=upgrade-pr

Co-authored-by: Antonio Davi Macedo Coelho de Castro <adavimacedo@gmail.com>
This commit is contained in:
Snyk bot
2020-10-22 00:38:06 +03:00
committed by GitHub
parent 2cdef25a96
commit 564c58e26a
2 changed files with 5 additions and 5 deletions

6
package-lock.json generated
View File

@@ -3012,9 +3012,9 @@
}
},
"@graphql-tools/utils": {
"version": "6.2.3",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.2.3.tgz",
"integrity": "sha512-eOhZy4y23r6AddokBqvFpQybtHvhTyZCc3VFWn8eIqF92vre90UKHbCX6Cf6VBo6i7l0ZwChPPbUzEiHOk+HJQ==",
"version": "6.2.4",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.2.4.tgz",
"integrity": "sha512-ybgZ9EIJE3JMOtTrTd2VcIpTXtDrn2q6eiYkeYMKRVh3K41+LZa6YnR2zKERTXqTWqhobROwLt4BZbw2O3Aeeg==",
"requires": {
"@ardatan/aggregate-error": "0.0.6",
"camel-case": "4.1.1",

View File

@@ -20,9 +20,9 @@
"license": "BSD-3-Clause",
"dependencies": {
"@apollographql/graphql-playground-html": "1.6.26",
"@graphql-tools/links": "^6.2.4",
"@graphql-tools/links": "6.2.4",
"@graphql-tools/stitch": "6.2.4",
"@graphql-tools/utils": "6.2.3",
"@graphql-tools/utils": "6.2.4",
"@parse/fs-files-adapter": "1.0.1",
"@parse/push-adapter": "3.4.0",
"@parse/s3-files-adapter": "1.6.0",