fix: upgrade @graphql-tools/utils from 6.0.1 to 6.0.10 (#6797)

Snyk has created this PR to upgrade @graphql-tools/utils from 6.0.1 to 6.0.10.

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-07-14 06:25:54 +01:00
committed by GitHub
parent 142eaa71bd
commit fc8a6687d7
2 changed files with 47 additions and 9 deletions

54
package-lock.json generated
View File

@@ -1139,6 +1139,16 @@
"@graphql-tools/schema": "6.0.1", "@graphql-tools/schema": "6.0.1",
"@graphql-tools/utils": "6.0.1", "@graphql-tools/utils": "6.0.1",
"tslib": "~2.0.0" "tslib": "~2.0.0"
},
"dependencies": {
"@graphql-tools/utils": {
"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"
}
}
} }
}, },
"@graphql-tools/schema": { "@graphql-tools/schema": {
@@ -1148,6 +1158,16 @@
"requires": { "requires": {
"@graphql-tools/utils": "6.0.1", "@graphql-tools/utils": "6.0.1",
"tslib": "~2.0.0" "tslib": "~2.0.0"
},
"dependencies": {
"@graphql-tools/utils": {
"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"
}
}
} }
}, },
"@graphql-tools/stitch": { "@graphql-tools/stitch": {
@@ -1160,13 +1180,24 @@
"@graphql-tools/utils": "6.0.1", "@graphql-tools/utils": "6.0.1",
"@graphql-tools/wrap": "6.0.1", "@graphql-tools/wrap": "6.0.1",
"tslib": "~2.0.0" "tslib": "~2.0.0"
},
"dependencies": {
"@graphql-tools/utils": {
"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"
}
}
} }
}, },
"@graphql-tools/utils": { "@graphql-tools/utils": {
"version": "6.0.1", "version": "6.0.10",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.0.1.tgz", "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.0.10.tgz",
"integrity": "sha512-HqqJFYFG464ydL6XgUkwmYJLO/VzCsD86Bl25AX7aCLabPpn4O/pwCKSKRFsGQZvZbrth+urkHpyRU82Iqw2RQ==", "integrity": "sha512-1s3vBnYUIDLBGEaV1VF3lv1Xq54lT8Oz7tNNypv7K7cv3auKX7idRtjP8RM6hKpGod46JNZgu3NNOshMUEyEyA==",
"requires": { "requires": {
"aggregate-error": "3.0.1",
"camel-case": "4.1.1" "camel-case": "4.1.1"
} }
}, },
@@ -1179,6 +1210,16 @@
"@graphql-tools/schema": "6.0.1", "@graphql-tools/schema": "6.0.1",
"@graphql-tools/utils": "6.0.1", "@graphql-tools/utils": "6.0.1",
"tslib": "~2.0.0" "tslib": "~2.0.0"
},
"dependencies": {
"@graphql-tools/utils": {
"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"
}
}
} }
}, },
"@istanbuljs/load-nyc-config": { "@istanbuljs/load-nyc-config": {
@@ -1767,7 +1808,6 @@
"version": "3.0.1", "version": "3.0.1",
"resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.0.1.tgz", "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.0.1.tgz",
"integrity": "sha512-quoaXsZ9/BLNae5yiNoUz+Nhkwz83GhWwtYFglcjEQB2NDHCIpApbqXxIFnm4Pq/Nvhrsq5sYJFyohrrxnTGAA==", "integrity": "sha512-quoaXsZ9/BLNae5yiNoUz+Nhkwz83GhWwtYFglcjEQB2NDHCIpApbqXxIFnm4Pq/Nvhrsq5sYJFyohrrxnTGAA==",
"dev": true,
"requires": { "requires": {
"clean-stack": "^2.0.0", "clean-stack": "^2.0.0",
"indent-string": "^4.0.0" "indent-string": "^4.0.0"
@@ -3047,8 +3087,7 @@
"clean-stack": { "clean-stack": {
"version": "2.2.0", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
"integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A=="
"dev": true
}, },
"cli-color": { "cli-color": {
"version": "0.3.2", "version": "0.3.2",
@@ -5847,8 +5886,7 @@
"indent-string": { "indent-string": {
"version": "4.0.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
"integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg=="
"dev": true
}, },
"inflection": { "inflection": {
"version": "1.12.0", "version": "1.12.0",

View File

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