Skip to content

Commit 9725d2d

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency graphql-tools to v4.0.1
1 parent a520165 commit 9725d2d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"ava": "0.25.0",
2929
"graphql": "0.13.2",
3030
"graphql-middleware": "1.7.6",
31-
"graphql-tools": "4.0.0",
31+
"graphql-tools": "4.0.1",
3232
"prettier": "1.14.3",
3333
"prettier-check": "2.0.0",
3434
"semantic-release": "15.8.1",

yarn.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1846,7 +1846,17 @@ graphql-middleware@1.7.6:
18461846
dependencies:
18471847
graphql-tools "^4.0.0"
18481848

1849-
graphql-tools@4.0.0, graphql-tools@^4.0.0:
1849+
graphql-tools@4.0.1:
1850+
version "4.0.1"
1851+
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.1.tgz#c995a4e25c2967d108c975e508322d12969c8c0e"
1852+
dependencies:
1853+
apollo-link "^1.2.3"
1854+
apollo-utilities "^1.0.1"
1855+
deprecated-decorator "^0.1.6"
1856+
iterall "^1.1.3"
1857+
uuid "^3.1.0"
1858+
1859+
graphql-tools@^4.0.0:
18501860
version "4.0.0"
18511861
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.0.tgz#6ea01937c6f947212f83567ba687e97c22fdd2a6"
18521862
dependencies:

0 commit comments

Comments
 (0)