refactor: upgrade @graphql-tools/utils from 8.9.1 to 8.10.0 (#8142)

This commit is contained in:
Snyk bot
2022-09-03 02:20:43 +02:00
committed by GitHub
parent 4c0c7c77b7
commit f821dfd02a
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -1214,9 +1214,9 @@
}
},
"@graphql-tools/utils": {
"version": "8.9.1",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.9.1.tgz",
"integrity": "sha512-LHR7U4okICeUap+WV/T1FnLOmTr3KYuphgkXYendaBVO/DXKyc+TeOFBiN1LcEjPqCB8hO+0B0iTIO0cGqhNTA==",
"version": "8.10.0",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.10.0.tgz",
"integrity": "sha512-yI+V373FdXQbYfqdarehn9vRWDZZYuvyQ/xwiv5ez2BbobHrqsexF7qs56plLRaQ8ESYpVAjMQvJWe9s23O0Jg==",
"requires": {
"tslib": "^2.4.0"
}

View File

@@ -20,7 +20,7 @@
"license": "BSD-3-Clause",
"dependencies": {
"@graphql-yoga/node": "2.6.0",
"@graphql-tools/utils": "8.9.1",
"@graphql-tools/utils": "8.10.0",
"@graphql-tools/merge": "8.3.3",
"@graphql-tools/schema": "9.0.0",
"@parse/fs-files-adapter": "1.2.2",