refactor: Upgrade @graphql-tools/merge from 9.0.15 to 9.0.17 (#9589)

This commit is contained in:
Parse Platform
2025-02-05 19:32:35 +01:00
committed by GitHub
parent 74dfc4e9bf
commit 6cf28762ae
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"dependencies": { "dependencies": {
"@apollo/server": "4.11.2", "@apollo/server": "4.11.2",
"@babel/eslint-parser": "7.25.9", "@babel/eslint-parser": "7.25.9",
"@graphql-tools/merge": "^9.0.15", "@graphql-tools/merge": "^9.0.17",
"@graphql-tools/schema": "10.0.13", "@graphql-tools/schema": "10.0.13",
"@graphql-tools/utils": "10.6.3", "@graphql-tools/utils": "10.6.3",
"@parse/fs-files-adapter": "3.0.0", "@parse/fs-files-adapter": "3.0.0",
@@ -36,7 +36,7 @@
"ldapjs": "3.0.7", "ldapjs": "3.0.7",
"lodash": "4.17.21", "lodash": "4.17.21",
"lru-cache": "10.4.0", "lru-cache": "10.4.0",
"mime": "^4.0.6", "mime": "4.0.6",
"mongodb": "6.12.0", "mongodb": "6.12.0",
"mustache": "4.2.0", "mustache": "4.2.0",
"otpauth": "9.3.5", "otpauth": "9.3.5",
@@ -2546,12 +2546,12 @@
} }
}, },
"node_modules/@graphql-tools/merge": { "node_modules/@graphql-tools/merge": {
"version": "9.0.15", "version": "9.0.17",
"resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-9.0.15.tgz", "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-9.0.17.tgz",
"integrity": "sha512-uzegRVd4Lq4QyBA6BL3kxDetZQ6GHwNCcRbR+6YFN7Kmea/PlRX7AfmIgdpBbaUBpsDR7dFlLZKFXmYxwodohw==", "integrity": "sha512-3K4g8KKbIqfdmK0L5+VtZsqwAeElPkvT5ejiH+KEhn2wyKNCi4HYHxpQk8xbu+dSwLlm9Lhet1hylpo/mWCkuQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@graphql-tools/utils": "^10.7.0", "@graphql-tools/utils": "^10.7.2",
"tslib": "^2.4.0" "tslib": "^2.4.0"
}, },
"engines": { "engines": {
@@ -22895,11 +22895,11 @@
} }
}, },
"@graphql-tools/merge": { "@graphql-tools/merge": {
"version": "9.0.15", "version": "9.0.17",
"resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-9.0.15.tgz", "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-9.0.17.tgz",
"integrity": "sha512-uzegRVd4Lq4QyBA6BL3kxDetZQ6GHwNCcRbR+6YFN7Kmea/PlRX7AfmIgdpBbaUBpsDR7dFlLZKFXmYxwodohw==", "integrity": "sha512-3K4g8KKbIqfdmK0L5+VtZsqwAeElPkvT5ejiH+KEhn2wyKNCi4HYHxpQk8xbu+dSwLlm9Lhet1hylpo/mWCkuQ==",
"requires": { "requires": {
"@graphql-tools/utils": "^10.7.0", "@graphql-tools/utils": "^10.7.2",
"tslib": "^2.4.0" "tslib": "^2.4.0"
}, },
"dependencies": { "dependencies": {

View File

@@ -21,7 +21,7 @@
"dependencies": { "dependencies": {
"@apollo/server": "4.11.2", "@apollo/server": "4.11.2",
"@babel/eslint-parser": "7.25.9", "@babel/eslint-parser": "7.25.9",
"@graphql-tools/merge": "9.0.15", "@graphql-tools/merge": "9.0.17",
"@graphql-tools/schema": "10.0.13", "@graphql-tools/schema": "10.0.13",
"@graphql-tools/utils": "10.6.3", "@graphql-tools/utils": "10.6.3",
"@parse/fs-files-adapter": "3.0.0", "@parse/fs-files-adapter": "3.0.0",