fix: upgrade @graphql-tools/utils from 6.2.1 to 6.2.2 (#6928)

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

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-10-05 04:37:16 +03:00
committed by GitHub
parent 6b2ca6938b
commit e0750ab813
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -2998,9 +2998,9 @@
}
},
"@graphql-tools/utils": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.2.1.tgz",
"integrity": "sha512-DZ6a2bjOH4sWKhNUachvYy+3ocXDvDcTtComOD/z7ncszdlZPU6RXNOgBTxh/bMVHBPqlEh/VjCVMwBysZRbJw==",
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.2.2.tgz",
"integrity": "sha512-a0SSYF76dnKHs8te4Igfnrrq1VOO4sFG8yx3ehO7464eGUfUUYo2QmNRjhxny2HRMvqzX40xuQikyg6LBXDNLQ==",
"requires": {
"@ardatan/aggregate-error": "0.0.6",
"camel-case": "4.1.1",

View File

@@ -22,7 +22,7 @@
"@apollographql/graphql-playground-html": "1.6.26",
"@graphql-tools/links": "^6.2.4",
"@graphql-tools/stitch": "6.2.0",
"@graphql-tools/utils": "6.2.1",
"@graphql-tools/utils": "6.2.2",
"@parse/fs-files-adapter": "1.0.1",
"@parse/push-adapter": "3.3.0",
"@parse/s3-files-adapter": "1.4.0",