refactor: upgrade @graphql-tools/utils from 8.6.10 to 8.6.12 (#8037)

This commit is contained in:
Antonio Davi Macedo Coelho de Castro
2022-06-12 05:59:18 -07:00
committed by GitHub
parent f67cc99948
commit 528690b7b6
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -1201,9 +1201,9 @@
}
},
"@graphql-tools/utils": {
"version": "8.6.10",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.6.10.tgz",
"integrity": "sha512-bJH9qwuyM3BP0PTU6/lvBDkk6jdEIOn+dbyk4pHMVNnvbJ1gZQwo62To8SHxxaUTus8OMhhVPSh9ApWXREURcg==",
"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==",
"requires": {
"tslib": "~2.4.0"
}

View File

@@ -20,9 +20,9 @@
"license": "BSD-3-Clause",
"dependencies": {
"@graphql-yoga/node": "2.6.0",
"@graphql-tools/utils": "8.6.12",
"@graphql-tools/merge": "8.2.13",
"@graphql-tools/schema": "8.3.13",
"@graphql-tools/utils": "8.6.10",
"@parse/fs-files-adapter": "1.2.2",
"@parse/push-adapter": "4.1.2",
"bcryptjs": "2.4.3",