refactor: Upgrade @graphql-tools/merge from 9.0.4 to 9.0.7 (#9340)

This commit is contained in:
Parse Platform
2024-10-13 10:08:04 +02:00
committed by GitHub
parent da3e1812d1
commit 69274cacf1
2 changed files with 39 additions and 18 deletions

55
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"dependencies": {
"@apollo/server": "4.11.0",
"@babel/eslint-parser": "7.25.8",
"@graphql-tools/merge": "9.0.4",
"@graphql-tools/merge": "^9.0.7",
"@graphql-tools/schema": "10.0.4",
"@graphql-tools/utils": "8.12.0",
"@parse/fs-files-adapter": "3.0.0",
@@ -2757,12 +2757,12 @@
}
},
"node_modules/@graphql-tools/merge": {
"version": "9.0.4",
"resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-9.0.4.tgz",
"integrity": "sha512-MivbDLUQ+4Q8G/Hp/9V72hbn810IJDEZQ57F01sHnlrrijyadibfVhaQfW/pNH+9T/l8ySZpaR/DpL5i+ruZ+g==",
"version": "9.0.7",
"resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-9.0.7.tgz",
"integrity": "sha512-lbTrIuXIbUSmSumHkPRY1QX0Z8JEtmRhnIrkH7vkfeEmf0kNn/nCWvJwqokm5U7L+a+DA1wlRM4slIlbfXjJBA==",
"license": "MIT",
"dependencies": {
"@graphql-tools/utils": "^10.0.13",
"@graphql-tools/utils": "^10.5.4",
"tslib": "^2.4.0"
},
"engines": {
@@ -2773,12 +2773,13 @@
}
},
"node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils": {
"version": "10.1.2",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.1.2.tgz",
"integrity": "sha512-fX13CYsDnX4yifIyNdiN0cVygz/muvkreWWem6BBw130+ODbRRgfiVveL0NizCEnKXkpvdeTy9Bxvo9LIKlhrw==",
"version": "10.5.4",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.5.4.tgz",
"integrity": "sha512-XHnyCWSlg1ccsD8s0y6ugo5GZ5TpkTiFVNPSYms5G0s6Z/xTuSmiLBfeqgkfaCwLmLaQnRCmNDL2JRnqc2R5bQ==",
"license": "MIT",
"dependencies": {
"@graphql-typed-document-node/core": "^3.1.1",
"cross-inspect": "1.0.0",
"cross-inspect": "1.0.1",
"dset": "^3.1.2",
"tslib": "^2.4.0"
},
@@ -2789,6 +2790,18 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
},
"node_modules/@graphql-tools/merge/node_modules/cross-inspect": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/cross-inspect/-/cross-inspect-1.0.1.tgz",
"integrity": "sha512-Pcw1JTvZLSJH83iiGWt6fRcT+BjZlCDRVwYLbUcHzv/CRpB7r0MlSrGbIyQvVSNyGnbt7G4AXuyCiDR3POvZ1A==",
"license": "MIT",
"dependencies": {
"tslib": "^2.4.0"
},
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/@graphql-tools/schema": {
"version": "10.0.4",
"resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-10.0.4.tgz",
@@ -23394,24 +23407,32 @@
}
},
"@graphql-tools/merge": {
"version": "9.0.4",
"resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-9.0.4.tgz",
"integrity": "sha512-MivbDLUQ+4Q8G/Hp/9V72hbn810IJDEZQ57F01sHnlrrijyadibfVhaQfW/pNH+9T/l8ySZpaR/DpL5i+ruZ+g==",
"version": "9.0.7",
"resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-9.0.7.tgz",
"integrity": "sha512-lbTrIuXIbUSmSumHkPRY1QX0Z8JEtmRhnIrkH7vkfeEmf0kNn/nCWvJwqokm5U7L+a+DA1wlRM4slIlbfXjJBA==",
"requires": {
"@graphql-tools/utils": "^10.0.13",
"@graphql-tools/utils": "^10.5.4",
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-tools/utils": {
"version": "10.1.2",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.1.2.tgz",
"integrity": "sha512-fX13CYsDnX4yifIyNdiN0cVygz/muvkreWWem6BBw130+ODbRRgfiVveL0NizCEnKXkpvdeTy9Bxvo9LIKlhrw==",
"version": "10.5.4",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.5.4.tgz",
"integrity": "sha512-XHnyCWSlg1ccsD8s0y6ugo5GZ5TpkTiFVNPSYms5G0s6Z/xTuSmiLBfeqgkfaCwLmLaQnRCmNDL2JRnqc2R5bQ==",
"requires": {
"@graphql-typed-document-node/core": "^3.1.1",
"cross-inspect": "1.0.0",
"cross-inspect": "1.0.1",
"dset": "^3.1.2",
"tslib": "^2.4.0"
}
},
"cross-inspect": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/cross-inspect/-/cross-inspect-1.0.1.tgz",
"integrity": "sha512-Pcw1JTvZLSJH83iiGWt6fRcT+BjZlCDRVwYLbUcHzv/CRpB7r0MlSrGbIyQvVSNyGnbt7G4AXuyCiDR3POvZ1A==",
"requires": {
"tslib": "^2.4.0"
}
}
}
},

View File

@@ -21,7 +21,7 @@
"dependencies": {
"@apollo/server": "4.11.0",
"@babel/eslint-parser": "7.25.8",
"@graphql-tools/merge": "9.0.4",
"@graphql-tools/merge": "9.0.7",
"@graphql-tools/schema": "10.0.4",
"@graphql-tools/utils": "8.12.0",
"@parse/fs-files-adapter": "3.0.0",