Skip to content

Commit

Permalink
fix(deps): update dependency @graphql-tools/delegate to ^7.1.3 (#374)
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 Apr 27, 2021
1 parent 452cb47 commit 9e88c01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"author": "Matic Zavadlal <matic.zavadlal@gmail.com>",
"dependencies": {
"@graphql-tools/schema": "^7.1.3",
"@graphql-tools/delegate": "^7.1.2"
"@graphql-tools/delegate": "^7.1.3"
},
"devDependencies": {
"@types/graphql": "^14.5.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -341,10 +341,10 @@
is-promise "4.0.0"
tslib "~2.1.0"

"@graphql-tools/delegate@^7.1.2":
version "7.1.2"
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-7.1.2.tgz#a04f2bf039404d81ef057f626a984ed3cac5b53f"
integrity sha512-XvmIod9ZYKMLk2vV5ulbUyo1Va4SCvvp/VNq4RTae2SEvYwNewc1xs1Klmz8khV+c2V30xKSccNWGA6BWyTTog==
"@graphql-tools/delegate@^7.1.3":
version "7.1.3"
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-7.1.3.tgz#b275b47a097ebb32049eadbb8627b5e6431a1f89"
integrity sha512-+XacxWzHrIwu/urYA+15tSocTQ2i+9ClDDOj1LKtxU0SGNmaldM5fAjFBuj1BDUSHex2U4RwgEWuN55I7LaLfA==
dependencies:
"@ardatan/aggregate-error" "0.0.6"
"@graphql-tools/batch-execute" "^7.1.0"
Expand Down

0 comments on commit 9e88c01

Please sign in to comment.