Merge pull request #2674 from thelounge/renovate/graphql-request-1.x
chore(deps): update dependency graphql-request to v1.7.0
This commit is contained in:
commit
db8aeaa827
@ -80,7 +80,7 @@
|
||||
"emoji-regex": "7.0.0",
|
||||
"eslint": "5.2.0",
|
||||
"fuzzy": "0.1.3",
|
||||
"graphql-request": "1.6.0",
|
||||
"graphql-request": "1.7.0",
|
||||
"handlebars": "4.0.11",
|
||||
"handlebars-loader": "1.7.0",
|
||||
"html-minifier": "3.5.19",
|
||||
|
17
yarn.lock
17
yarn.lock
@ -3205,11 +3205,18 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
|
||||
version "4.1.11"
|
||||
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
|
||||
|
||||
graphql-request@1.6.0:
|
||||
version "1.6.0"
|
||||
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-1.6.0.tgz#afe87cf2a336acabb0cc2a875900202eda89f412"
|
||||
graphql-request@1.7.0:
|
||||
version "1.7.0"
|
||||
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-1.7.0.tgz#bb7c9e76fef3bf2ca4d42835f3df7df34bc9aa51"
|
||||
dependencies:
|
||||
cross-fetch "2.0.0"
|
||||
graphql "^0.13.2"
|
||||
|
||||
graphql@^0.13.2:
|
||||
version "0.13.2"
|
||||
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.2.tgz#4c740ae3c222823e7004096f832e7b93b2108270"
|
||||
dependencies:
|
||||
iterall "^1.2.1"
|
||||
|
||||
growl@1.10.5:
|
||||
version "1.10.5"
|
||||
@ -4061,6 +4068,10 @@ isurl@^1.0.0-alpha5:
|
||||
has-to-string-tag-x "^1.2.0"
|
||||
is-object "^1.0.1"
|
||||
|
||||
iterall@^1.2.1:
|
||||
version "1.2.2"
|
||||
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"
|
||||
|
||||
jquery-ui@1.12.1:
|
||||
version "1.12.1"
|
||||
resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.12.1.tgz#bcb4045c8dd0539c134bc1488cdd3e768a7a9e51"
|
||||
|
Loading…
Reference in New Issue
Block a user