Skip to content

Commit

Permalink
fix(deps): update dependency @graphql-tools/delegate to ^7.0.10 (#343)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Feb 10, 2021
1 parent d26c08c commit 679b2c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Matic Zavadlal <matic.zavadlal@gmail.com>",
"dependencies": {
"@graphql-tools/schema": "^7.1.3",
"@graphql-tools/delegate": "^7.0.9"
"@graphql-tools/delegate": "^7.0.10"
},
"devDependencies": {
"@types/graphql": "^14.5.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,10 @@
is-promise "4.0.0"
tslib "~2.0.1"

"@graphql-tools/delegate@^7.0.9":
version "7.0.9"
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-7.0.9.tgz#9afbffce378cdcbe72e9f4339a1c03b92c0e496e"
integrity sha512-nlelOb354cyweV+SpTXkoGZHKgJ1PwPkHWq/0RXM5LllQsR3OrSQKKWMrd1g9dyawEZbadCF3fDJJWSQ4HOg2g==
"@graphql-tools/delegate@^7.0.10":
version "7.0.10"
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-7.0.10.tgz#f87ac85a2dbd03b5b3aabf347f4479fabe8ceac3"
integrity sha512-6Di9ia5ohoDvrHuhj2cak1nJGhIefJmUsd3WKZcJ2nu2yZAFawWMxGvQImqv3N7iyaWKiVhrrK8Roi/JrYhdKg==
dependencies:
"@ardatan/aggregate-error" "0.0.6"
"@graphql-tools/batch-execute" "^7.0.0"
Expand Down

0 comments on commit 679b2c4

Please sign in to comment.