refactor: upgrade @graphql-tools/utils from 8.6.13 to 8.9.0 (#8129)

This commit is contained in:
Snyk bot
2022-08-19 11:42:11 +01:00
committed by GitHub
parent 1db432db51
commit ef5d59d784
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.6.13", "version": "8.9.0",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.6.13.tgz", "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.9.0.tgz",
"integrity": "sha512-FiVqrQzj4cgz0HcZ3CxUs8NtBGPZFpmsVyIgwmL6YCwIhjJQnT72h8G3/vk5zVfjfesht85YGp0inWWuoCKWzg==", "integrity": "sha512-pjJIWH0XOVnYGXCqej8g/u/tsfV4LvLlj0eATKQu5zwnxd/TiTHq7Cg313qUPTFFHZ3PP5wJ15chYVtLDwaymg==",
"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.6.13", "@graphql-tools/utils": "8.9.0",
"@graphql-tools/merge": "8.3.0", "@graphql-tools/merge": "8.3.0",
"@graphql-tools/schema": "8.5.0", "@graphql-tools/schema": "8.5.0",
"@parse/fs-files-adapter": "1.2.2", "@parse/fs-files-adapter": "1.2.2",