fix: upgrade @graphql-tools/utils from 6.0.0 to 6.0.1 (#6738)

Snyk has created this PR to upgrade @graphql-tools/utils from 6.0.0 to 6.0.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-06-24 20:54:23 +03:00
committed by GitHub
parent e60217382f
commit 76203f41db
2 changed files with 36 additions and 4 deletions

38
package-lock.json generated
View File

@@ -2377,6 +2377,14 @@
"tslib": "~2.0.0"
},
"dependencies": {
"@graphql-tools/utils": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.0.0.tgz",
"integrity": "sha512-oU4f6w4+VKniFFTopUHUgFSuZpGxopjSFU0nhJ2X9Z2HietxnKaL38xoYTZACemlctlYiNeYj6Ha8Ew/FTp3qg==",
"requires": {
"camel-case": "4.1.1"
}
},
"tslib": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.0.tgz",
@@ -2393,6 +2401,14 @@
"tslib": "~2.0.0"
},
"dependencies": {
"@graphql-tools/utils": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.0.0.tgz",
"integrity": "sha512-oU4f6w4+VKniFFTopUHUgFSuZpGxopjSFU0nhJ2X9Z2HietxnKaL38xoYTZACemlctlYiNeYj6Ha8Ew/FTp3qg==",
"requires": {
"camel-case": "4.1.1"
}
},
"tslib": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.0.tgz",
@@ -2412,6 +2428,14 @@
"tslib": "~2.0.0"
},
"dependencies": {
"@graphql-tools/utils": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.0.0.tgz",
"integrity": "sha512-oU4f6w4+VKniFFTopUHUgFSuZpGxopjSFU0nhJ2X9Z2HietxnKaL38xoYTZACemlctlYiNeYj6Ha8Ew/FTp3qg==",
"requires": {
"camel-case": "4.1.1"
}
},
"tslib": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.0.tgz",
@@ -2420,9 +2444,9 @@
}
},
"@graphql-tools/utils": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.0.0.tgz",
"integrity": "sha512-oU4f6w4+VKniFFTopUHUgFSuZpGxopjSFU0nhJ2X9Z2HietxnKaL38xoYTZACemlctlYiNeYj6Ha8Ew/FTp3qg==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.0.1.tgz",
"integrity": "sha512-HqqJFYFG464ydL6XgUkwmYJLO/VzCsD86Bl25AX7aCLabPpn4O/pwCKSKRFsGQZvZbrth+urkHpyRU82Iqw2RQ==",
"requires": {
"camel-case": "4.1.1"
}
@@ -2438,6 +2462,14 @@
"tslib": "~2.0.0"
},
"dependencies": {
"@graphql-tools/utils": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.0.0.tgz",
"integrity": "sha512-oU4f6w4+VKniFFTopUHUgFSuZpGxopjSFU0nhJ2X9Z2HietxnKaL38xoYTZACemlctlYiNeYj6Ha8Ew/FTp3qg==",
"requires": {
"camel-case": "4.1.1"
}
},
"tslib": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.0.tgz",

View File

@@ -21,7 +21,7 @@
"dependencies": {
"@apollographql/graphql-playground-html": "1.6.24",
"@graphql-tools/stitch": "^6.0.0",
"@graphql-tools/utils": "^6.0.0",
"@graphql-tools/utils": "^6.0.1",
"@parse/fs-files-adapter": "1.0.1",
"@parse/push-adapter": "3.2.0",
"@parse/s3-files-adapter": "1.4.0",