Skip to content

Commit b5dbf91

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency graphql-tools to v2.21.0
1 parent 0fa5edb commit b5dbf91

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"cross-fetch": "1.1.1",
1919
"graphql": "0.13.0",
2020
"graphql-binding": "1.2.0",
21-
"graphql-tools": "2.20.2"
21+
"graphql-tools": "2.21.0"
2222
},
2323
"devDependencies": {
2424
"@types/graphql": "0.12.3",

yarn.lock

+5-4
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,14 @@ [email protected]:
8686
graphql-subscriptions "^0.5.6"
8787
uuid "^3.1.0"
8888

89-
graphql-tools@2.20.2:
90-
version "2.20.2"
91-
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-2.20.2.tgz#b953ce7d62bbf6a1ca947101883ae725e1f58e02"
89+
graphql-tools@2.21.0:
90+
version "2.21.0"
91+
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-2.21.0.tgz#c0d0fbda6f40a87c8d267a2989ade2ae8b9a288e"
9292
dependencies:
93-
apollo-link "^1.0.0"
93+
apollo-link "^1.1.0"
9494
apollo-utilities "^1.0.1"
9595
deprecated-decorator "^0.1.6"
96+
iterall "^1.1.3"
9697
uuid "^3.1.0"
9798

9899

0 commit comments

Comments
 (0)