refactor: Upgrade @graphql-tools/merge from 8.3.6 to 8.3.17 (#8437)

This commit is contained in:
Parse Platform
2023-02-24 19:08:59 +01:00
committed by GitHub
parent b905137278
commit 0ec923937b
2 changed files with 9 additions and 8 deletions

15
package-lock.json generated
View File

@@ -1173,19 +1173,20 @@
}
},
"@graphql-tools/merge": {
"version": "8.3.6",
"resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.3.6.tgz",
"integrity": "sha512-uUBokxXi89bj08P+iCvQk3Vew4vcfL5ZM6NTylWi8PIpoq4r5nJ625bRuN8h2uubEdRiH8ntN9M4xkd/j7AybQ==",
"version": "8.3.17",
"resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.3.17.tgz",
"integrity": "sha512-CLzz49lc6BavPhH9gPRm0sJeNA7kC/tF/jLUTQsyef6xj82Jw3rqIJ9PE+bk1cqPCOG01WLOfquBu445OMDO2g==",
"requires": {
"@graphql-tools/utils": "8.12.0",
"@graphql-tools/utils": "9.2.0",
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-tools/utils": {
"version": "8.12.0",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.12.0.tgz",
"integrity": "sha512-TeO+MJWGXjUTS52qfK4R8HiPoF/R7X+qmgtOYd8DTH0l6b+5Y/tlg5aGeUJefqImRq7nvi93Ms40k/Uz4D5CWw==",
"version": "9.2.0",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.2.0.tgz",
"integrity": "sha512-s3lEG1iYkyYEnKCWrIFECX3XH2wmZvbg6Ir3udCvIDynq+ydaO7JQXobclpPtwSJtjlS353haF//6V7mnBQ4bg==",
"requires": {
"@graphql-typed-document-node/core": "^3.1.1",
"tslib": "^2.4.0"
}
}

View File

@@ -21,7 +21,7 @@
"dependencies": {
"@graphql-yoga/node": "2.6.0",
"@graphql-tools/utils": "8.12.0",
"@graphql-tools/merge": "8.3.6",
"@graphql-tools/merge": "8.3.17",
"@graphql-tools/schema": "9.0.4",
"@parse/fs-files-adapter": "1.2.2",
"@parse/push-adapter": "4.1.2",