Bump graphql-compose from 8.1.0 to 9.0.1 (#6106)

Bumps [graphql-compose](https://github.com/graphql-compose/graphql-compose) from 8.1.0 to 9.0.1.
- [Release notes](https://github.com/graphql-compose/graphql-compose/releases)
- [Changelog](https://github.com/graphql-compose/graphql-compose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/graphql-compose/graphql-compose/compare/v8.1.0...v9.0.1)

---
updated-dependencies:
- dependency-name: graphql-compose
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-06-07 09:29:09 -04:00
committed by GitHub
parent fb920ee797
commit 2fb7aa97c1
2 changed files with 10 additions and 10 deletions

View File

@@ -100,7 +100,7 @@
"fs-extra": "^10.0.0",
"grant": "^5.4.14",
"graphql": "^15.5.0",
"graphql-compose": "^8.1.0",
"graphql-compose": "^9.0.1",
"icc": "^2.0.0",
"inquirer": "^8.1.0",
"joi": "^17.3.0",

18
package-lock.json generated
View File

@@ -91,7 +91,7 @@
"fs-extra": "^10.0.0",
"grant": "^5.4.14",
"graphql": "^15.5.0",
"graphql-compose": "^8.1.0",
"graphql-compose": "^9.0.1",
"icc": "^2.0.0",
"inquirer": "^8.1.0",
"joi": "^17.3.0",
@@ -262,16 +262,16 @@
}
},
"api/node_modules/graphql-compose": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/graphql-compose/-/graphql-compose-8.1.0.tgz",
"integrity": "sha512-vaoD/4m4biGYIUmIPzYPAq0DgQ4cPvcOtuf4lDPD6IxX+o6oQS8BPWIXPIBa3C9VPriNzpUapiOCQYQvAN+2iA==",
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/graphql-compose/-/graphql-compose-9.0.1.tgz",
"integrity": "sha512-EMo8+lcA8GJpEJB+hWYak21EwZmzzf/woIYvVQHFi/gU+2jbLEVdBB7cHd0M9fIrMswHqDpxYM8JwjIrFphpcA==",
"dependencies": {
"@types/object-path": "^0.11.0",
"graphql-type-json": "0.3.2",
"object-path": "0.11.5"
},
"peerDependencies": {
"graphql": "^14.2.0 || ^15.0.0"
"graphql": "^14.2.0 || ^15.0.0 || ^16.0.0"
}
},
"api/node_modules/human-signals": {
@@ -71051,7 +71051,7 @@
"fs-extra": "^10.0.0",
"grant": "^5.4.14",
"graphql": "^15.5.0",
"graphql-compose": "^8.1.0",
"graphql-compose": "^9.0.1",
"icc": "^2.0.0",
"inquirer": "^8.1.0",
"ioredis": "^4.27.2",
@@ -71152,9 +71152,9 @@
"integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg=="
},
"graphql-compose": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/graphql-compose/-/graphql-compose-8.1.0.tgz",
"integrity": "sha512-vaoD/4m4biGYIUmIPzYPAq0DgQ4cPvcOtuf4lDPD6IxX+o6oQS8BPWIXPIBa3C9VPriNzpUapiOCQYQvAN+2iA==",
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/graphql-compose/-/graphql-compose-9.0.1.tgz",
"integrity": "sha512-EMo8+lcA8GJpEJB+hWYak21EwZmzzf/woIYvVQHFi/gU+2jbLEVdBB7cHd0M9fIrMswHqDpxYM8JwjIrFphpcA==",
"requires": {
"@types/object-path": "^0.11.0",
"graphql-type-json": "0.3.2",