fix: upgrade @graphql-tools/utils from 6.2.2 to 6.2.3 (#6938)

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

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-12 08:48:18 +03:00
committed by GitHub
parent de7ec58de3
commit cfc16c1a31
2 changed files with 7 additions and 15 deletions

20
package-lock.json generated
View File

@@ -3012,27 +3012,19 @@
}
},
"@graphql-tools/utils": {
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.2.2.tgz",
"integrity": "sha512-a0SSYF76dnKHs8te4Igfnrrq1VOO4sFG8yx3ehO7464eGUfUUYo2QmNRjhxny2HRMvqzX40xuQikyg6LBXDNLQ==",
"version": "6.2.3",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.2.3.tgz",
"integrity": "sha512-eOhZy4y23r6AddokBqvFpQybtHvhTyZCc3VFWn8eIqF92vre90UKHbCX6Cf6VBo6i7l0ZwChPPbUzEiHOk+HJQ==",
"requires": {
"@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=="
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
"integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ=="
}
}
},

View File

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