refactor: upgrade @graphql-tools/schema from 9.0.3 to 9.0.4 (#8207)

This commit is contained in:
Parse Platform
2022-10-01 16:13:21 +02:00
committed by GitHub
parent 777b4a9961
commit a0956b5496
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View File

@@ -1192,29 +1192,29 @@
}
},
"@graphql-tools/schema": {
"version": "9.0.3",
"resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-9.0.3.tgz",
"integrity": "sha512-nMnrvhxZ/NxpEjiyO72L9ZKbhRlFTwan60v0otYde+tS2Ww/c7y4FL9fQTXev5ZNnSeV/WAeybpis2pMNfTbOA==",
"version": "9.0.4",
"resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-9.0.4.tgz",
"integrity": "sha512-B/b8ukjs18fq+/s7p97P8L1VMrwapYc3N2KvdG/uNThSazRRn8GsBK0Nr+FH+mVKiUfb4Dno79e3SumZVoHuOQ==",
"requires": {
"@graphql-tools/merge": "8.3.5",
"@graphql-tools/utils": "8.11.0",
"@graphql-tools/merge": "8.3.6",
"@graphql-tools/utils": "8.12.0",
"tslib": "^2.4.0",
"value-or-promise": "1.0.11"
},
"dependencies": {
"@graphql-tools/merge": {
"version": "8.3.5",
"resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.3.5.tgz",
"integrity": "sha512-NunMCiYNK5GVJewhqQKsUnTFKSsScmZX6Lvf/LLxCDwczMH2Xi4ifRtb2GSQaX1+TYV4Rj/BAE8VUvO3tKIUhQ==",
"version": "8.3.6",
"resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.3.6.tgz",
"integrity": "sha512-uUBokxXi89bj08P+iCvQk3Vew4vcfL5ZM6NTylWi8PIpoq4r5nJ625bRuN8h2uubEdRiH8ntN9M4xkd/j7AybQ==",
"requires": {
"@graphql-tools/utils": "8.11.0",
"@graphql-tools/utils": "8.12.0",
"tslib": "^2.4.0"
}
},
"@graphql-tools/utils": {
"version": "8.11.0",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.11.0.tgz",
"integrity": "sha512-4lkc+F/hsQTjNnnfFh7lzrhRmRm1y2ARfKA6RD5FbTJO58JadirNbkY5u4lsVEPBZHiivHqAiQ/pIBhGMyEMcQ==",
"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==",
"requires": {
"tslib": "^2.4.0"
}

View File

@@ -22,7 +22,7 @@
"@graphql-yoga/node": "2.6.0",
"@graphql-tools/utils": "8.12.0",
"@graphql-tools/merge": "8.3.5",
"@graphql-tools/schema": "9.0.3",
"@graphql-tools/schema": "9.0.4",
"@parse/fs-files-adapter": "1.2.2",
"@parse/push-adapter": "4.1.2",
"bcryptjs": "2.4.3",