refactor: Upgrade @graphql-tools/utils from 10.6.3 to 10.8.4 (#9676)
This commit is contained in:
21
package-lock.json
generated
21
package-lock.json
generated
@@ -14,7 +14,7 @@
|
||||
"@babel/eslint-parser": "7.26.10",
|
||||
"@graphql-tools/merge": "9.0.24",
|
||||
"@graphql-tools/schema": "10.0.23",
|
||||
"@graphql-tools/utils": "10.6.3",
|
||||
"@graphql-tools/utils": "^10.8.4",
|
||||
"@parse/fs-files-adapter": "3.0.0",
|
||||
"@parse/push-adapter": "6.11.0",
|
||||
"bcryptjs": "2.4.3",
|
||||
@@ -2994,13 +2994,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@graphql-tools/utils": {
|
||||
"version": "10.6.3",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.6.3.tgz",
|
||||
"integrity": "sha512-hEaQTGyQUG3DJqCaIsiu4M+jUgWUf+h6kDwC8MtGElwkL1HWi+qX2qyynw8h9WoV7STmmHDSwkk2ET1IC3nRPw==",
|
||||
"version": "10.8.4",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.8.4.tgz",
|
||||
"integrity": "sha512-HpHBgcmLIE79jWk1v5Bm0Eb8MaPiwSJT/Iy5xIJ+GMe7yAKpCYrbjf7wb+UMDMkLkfEryvo3syCx8k+TMAZ9bA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@graphql-typed-document-node/core": "^3.1.1",
|
||||
"@whatwg-node/promise-helpers": "^1.0.0",
|
||||
"cross-inspect": "1.0.1",
|
||||
"dset": "^3.1.2",
|
||||
"dset": "^3.1.4",
|
||||
"tslib": "^2.4.0"
|
||||
},
|
||||
"engines": {
|
||||
@@ -24093,13 +24095,14 @@
|
||||
}
|
||||
},
|
||||
"@graphql-tools/utils": {
|
||||
"version": "10.6.3",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.6.3.tgz",
|
||||
"integrity": "sha512-hEaQTGyQUG3DJqCaIsiu4M+jUgWUf+h6kDwC8MtGElwkL1HWi+qX2qyynw8h9WoV7STmmHDSwkk2ET1IC3nRPw==",
|
||||
"version": "10.8.4",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.8.4.tgz",
|
||||
"integrity": "sha512-HpHBgcmLIE79jWk1v5Bm0Eb8MaPiwSJT/Iy5xIJ+GMe7yAKpCYrbjf7wb+UMDMkLkfEryvo3syCx8k+TMAZ9bA==",
|
||||
"requires": {
|
||||
"@graphql-typed-document-node/core": "^3.1.1",
|
||||
"@whatwg-node/promise-helpers": "^1.0.0",
|
||||
"cross-inspect": "1.0.1",
|
||||
"dset": "^3.1.2",
|
||||
"dset": "^3.1.4",
|
||||
"tslib": "^2.4.0"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"@babel/eslint-parser": "7.26.10",
|
||||
"@graphql-tools/merge": "9.0.24",
|
||||
"@graphql-tools/schema": "10.0.23",
|
||||
"@graphql-tools/utils": "10.6.3",
|
||||
"@graphql-tools/utils": "10.8.4",
|
||||
"@parse/fs-files-adapter": "3.0.0",
|
||||
"@parse/push-adapter": "6.11.0",
|
||||
"bcryptjs": "2.4.3",
|
||||
|
||||
Reference in New Issue
Block a user