refactor: Upgrade @graphql-tools/utils from 10.6.3 to 10.8.4 (#9676)

This commit is contained in:
Parse Platform
2025-03-28 01:54:21 +01:00
committed by GitHub
parent 59ad99a40e
commit 51e2e537d2
2 changed files with 13 additions and 10 deletions

21
package-lock.json generated
View File

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

View File

@@ -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",