refactor: upgrade @graphql-tools/utils from 8.10.0 to 8.10.1 (#8177)

This commit is contained in:
Snyk bot
2022-09-19 16:45:00 +03:00
committed by GitHub
parent df12ba3ba2
commit 9fe16738b6
2 changed files with 14 additions and 4 deletions

12
package-lock.json generated
View File

@@ -1192,8 +1192,8 @@
"@graphql-tools/utils": "8.10.0",
"tslib": "^2.4.0",
"value-or-promise": "1.0.11"
}
},
"dependencies": {
"@graphql-tools/utils": {
"version": "8.10.0",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.10.0.tgz",
@@ -1201,6 +1201,16 @@
"requires": {
"tslib": "^2.4.0"
}
}
}
},
"@graphql-tools/utils": {
"version": "8.10.1",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.10.1.tgz",
"integrity": "sha512-UYi/afPvxZ8mz0LjplMxOSmGDPenVS/Q0zJ/6LOyF9yZdJYIDe+J+Qr/I9+rCYQmgBW4BJeRUUc7VoUzZPfZDA==",
"requires": {
"tslib": "^2.4.0"
}
},
"@graphql-typed-document-node/core": {
"version": "3.1.1",

View File

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