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": { "@graphql-tools/utils": {
"version": "8.9.0", "version": "8.9.1",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.9.0.tgz", "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.9.1.tgz",
"integrity": "sha512-pjJIWH0XOVnYGXCqej8g/u/tsfV4LvLlj0eATKQu5zwnxd/TiTHq7Cg313qUPTFFHZ3PP5wJ15chYVtLDwaymg==", "integrity": "sha512-LHR7U4okICeUap+WV/T1FnLOmTr3KYuphgkXYendaBVO/DXKyc+TeOFBiN1LcEjPqCB8hO+0B0iTIO0cGqhNTA==",
"requires": { "requires": {
"tslib": "^2.4.0" "tslib": "^2.4.0"
} }

View File

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