refactor: upgrade @graphql-tools/utils from 8.6.12 to 8.6.13 (#8086)

This commit is contained in:
Diamond Lewis
2022-06-30 16:50:12 -05:00
committed by GitHub
parent 65ce27440a
commit abd8536f48
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -1201,11 +1201,11 @@
}
},
"@graphql-tools/utils": {
"version": "8.6.12",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.6.12.tgz",
"integrity": "sha512-WQ91O40RC+UJgZ9K+IzevSf8oolR1QE+WQ21Oyc2fgDYYiqT0eSf+HVyhZr/8x9rVjn3N9HeqCsywbdmbljg0w==",
"version": "8.6.13",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.6.13.tgz",
"integrity": "sha512-FiVqrQzj4cgz0HcZ3CxUs8NtBGPZFpmsVyIgwmL6YCwIhjJQnT72h8G3/vk5zVfjfesht85YGp0inWWuoCKWzg==",
"requires": {
"tslib": "~2.4.0"
"tslib": "^2.4.0"
}
},
"@graphql-typed-document-node/core": {

View File

@@ -20,7 +20,7 @@
"license": "BSD-3-Clause",
"dependencies": {
"@graphql-yoga/node": "2.6.0",
"@graphql-tools/utils": "8.6.12",
"@graphql-tools/utils": "8.6.13",
"@graphql-tools/merge": "8.2.13",
"@graphql-tools/schema": "8.3.14",
"@parse/fs-files-adapter": "1.2.2",