Skip to content

Commit

Permalink
fix(deps): update dependency @graphql-tools/schema to ^7.1.3 (#335)
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 3, 2021
1 parent 61be563 commit cb79ff5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"author": "Matic Zavadlal <matic.zavadlal@gmail.com>",
"dependencies": {
"@graphql-tools/schema": "^7.1.2",
"@graphql-tools/schema": "^7.1.3",
"@graphql-tools/delegate": "^7.0.9"
},
"devDependencies": {
Expand Down
10 changes: 9 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -341,14 +341,22 @@
is-promise "4.0.0"
tslib "~2.1.0"

"@graphql-tools/schema@^7.0.0", "@graphql-tools/schema@^7.1.2":
"@graphql-tools/schema@^7.0.0":
version "7.1.2"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-7.1.2.tgz#5084eaef893719ad01329f77673d102e7710542e"
integrity sha512-GabNT51ErVHE2riDH4EQdRusUsI+nMElT8LdFHyuP53v8gwtleAj+LePQ9jif4NYUe/JQVqO8V28vPcHrA7gfQ==
dependencies:
"@graphql-tools/utils" "^7.1.2"
tslib "~2.0.1"

"@graphql-tools/schema@^7.1.3":
version "7.1.3"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-7.1.3.tgz#d816400da51fbac1f0086e35540ab63b5e30e858"
integrity sha512-ZY76hmcJlF1iyg3Im0sQ3ASRkiShjgv102vLTVcH22lEGJeCaCyyS/GF1eUHom418S60bS8Th6+autRUxfBiBg==
dependencies:
"@graphql-tools/utils" "^7.1.2"
tslib "~2.1.0"

"@graphql-tools/utils@^7.0.0", "@graphql-tools/utils@^7.1.2":
version "7.1.5"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-7.1.5.tgz#82eb9fd1d796bf9455ccf8f3d8775674a4582eb3"
Expand Down

0 comments on commit cb79ff5

Please sign in to comment.