refactor: upgrade @graphql-tools/utils from 8.9.0 to 8.9.1 (#8140)

This commit is contained in:
Snyk bot
2022-08-31 19:19:10 +02:00
committed by GitHub
parent 276c32a0dd
commit 82eb4613d9
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.0",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.9.0.tgz",
"integrity": "sha512-pjJIWH0XOVnYGXCqej8g/u/tsfV4LvLlj0eATKQu5zwnxd/TiTHq7Cg313qUPTFFHZ3PP5wJ15chYVtLDwaymg==",
"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==",
"requires": {
"tslib": "^2.4.0"
}