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"
}