fix: upgrade @graphql-tools/utils from 6.2.0 to 6.2.1 (#6918)

Snyk has created this PR to upgrade @graphql-tools/utils from 6.2.0 to 6.2.1.

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

See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
Snyk bot
2020-09-26 06:24:29 +03:00
committed by GitHub
parent d57908e229
commit 922dc7636f
2 changed files with 22 additions and 6 deletions

26
package-lock.json generated
View File

@@ -2882,12 +2882,28 @@
}
},
"@graphql-tools/utils": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.2.0.tgz",
"integrity": "sha512-Z5ONje6tGNvBzGwo/8eIafr98mwuvWpi3IwPp8CKHKjTBAKlUxY8hlwSn+bEMPyuA9uH/7nHWz4lamRQQEHAhg==",
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.2.1.tgz",
"integrity": "sha512-DZ6a2bjOH4sWKhNUachvYy+3ocXDvDcTtComOD/z7ncszdlZPU6RXNOgBTxh/bMVHBPqlEh/VjCVMwBysZRbJw==",
"requires": {
"@ardatan/aggregate-error": "0.0.1",
"camel-case": "4.1.1"
"@ardatan/aggregate-error": "0.0.6",
"camel-case": "4.1.1",
"tslib": "~2.0.1"
},
"dependencies": {
"@ardatan/aggregate-error": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/@ardatan/aggregate-error/-/aggregate-error-0.0.6.tgz",
"integrity": "sha512-vyrkEHG1jrukmzTPtyWB4NLPauUw5bQeg4uhn8f+1SSynmrOcyvlb1GKQjjgoBzElLdfXCRYX8UnBlhklOHYRQ==",
"requires": {
"tslib": "~2.0.1"
}
},
"tslib": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz",
"integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ=="
}
}
},
"@graphql-tools/wrap": {

View File

@@ -21,7 +21,7 @@
"dependencies": {
"@apollographql/graphql-playground-html": "1.6.26",
"@graphql-tools/stitch": "6.2.0",
"@graphql-tools/utils": "6.2.0",
"@graphql-tools/utils": "6.2.1",
"@parse/fs-files-adapter": "1.0.1",
"@parse/push-adapter": "3.3.0",
"@parse/s3-files-adapter": "1.4.0",