fix: upgrade @graphql-tools/utils from 6.0.15 to 6.0.16 (#6884)

Snyk has created this PR to upgrade @graphql-tools/utils from 6.0.15 to 6.0.16.

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-08-27 06:35:51 +03:00
committed by GitHub
parent 983121581d
commit 72c405d98e
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -2855,9 +2855,9 @@
}
},
"@graphql-tools/utils": {
"version": "6.0.15",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.0.15.tgz",
"integrity": "sha512-VG5cMLPgh9RDLGHamGpXVnBrNw7bZGT46LrxK7IIqDZI9H0GPsRCo8+p+CfDkw0IlDiEECb624WVCpm9IYNecA==",
"version": "6.0.16",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.0.16.tgz",
"integrity": "sha512-WSYVqiIpda0CzXgHuKBJkqE0zZs4aruoVxn5KVMmqDoZbPVJ4f/pATVgKYyelOlBlx5gOfs8PCFpWcQhDB39LA==",
"requires": {
"@ardatan/aggregate-error": "0.0.1",
"camel-case": "4.1.1"

View File

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