Skip to content

Commit

Permalink
npm(deps): bump @graphql-tools/url-loader from 7.0.12 to 7.1.0
Browse files Browse the repository at this point in the history
Bumps [@graphql-tools/url-loader](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/loaders/url) from 7.0.12 to 7.1.0.
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/loaders/url/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/url-loader@7.1.0/packages/loaders/url)

---
updated-dependencies:
- dependency-name: "@graphql-tools/url-loader"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 6, 2021
1 parent 4b8d6f3 commit cf23440
Showing 1 changed file with 55 additions and 37 deletions.
92 changes: 55 additions & 37 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -516,24 +516,24 @@
object-inspect "1.10.3"
tslib "^2.0.0"

"@graphql-tools/batch-execute@^8.0.5":
version "8.0.5"
resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-8.0.5.tgz#a0f8a9ff2c61209974c626faf3dd922a5c68d2b0"
integrity sha512-Zx+zs12BLGNvrQtfESIhitzwIkrWnKyKOkAfcaMNuOLGOO2pDmhwIRzbHj+6Jtq9V1/JTaVkSnm/4ozaCRck5A==
"@graphql-tools/batch-execute@^8.1.0":
version "8.1.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-8.1.0.tgz#fd463bab0e870a662bb00f12d5ce0013b11ae990"
integrity sha512-PPf8SZto4elBtkaV65RldkjvxCuwYV7tLYKH+w6QnsxogfjrtiwijmewtqIlfnpPRnuhmMzmOlhoDyf0I8EwHw==
dependencies:
"@graphql-tools/utils" "^8.1.1"
"@graphql-tools/utils" "^8.2.0"
dataloader "2.0.0"
tslib "~2.3.0"
value-or-promise "1.0.10"

"@graphql-tools/delegate@^8.1.0", "@graphql-tools/delegate@^8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-8.1.1.tgz#d20e6d81a2900b1c8a69c2c0a3a8a0df2f9030c2"
integrity sha512-Vttd0nfYTqRnRMKLvk8s4cIi9U+OMXGc9CMZAlKkHrBJ6dGXjdSM+4n3p9rfWZc/FtbVk1FnNS4IFyMeKwFuxA==
"@graphql-tools/delegate@^8.2.0":
version "8.2.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-8.2.1.tgz#750df27be7641836e0cb654b953581de30f2d1a6"
integrity sha512-fvQjSrCJCfchSQlLNHPcj1TwojyV1CPtXmwtSEVKvyp9axokuP37WGyliOWUYCepfwpklklLFUeTEiWlCoxv2Q==
dependencies:
"@graphql-tools/batch-execute" "^8.0.5"
"@graphql-tools/schema" "^8.1.2"
"@graphql-tools/utils" "^8.1.2"
"@graphql-tools/batch-execute" "^8.1.0"
"@graphql-tools/schema" "^8.2.0"
"@graphql-tools/utils" "^8.2.0"
dataloader "2.0.0"
tslib "~2.3.0"
value-or-promise "1.0.10"
Expand Down Expand Up @@ -585,7 +585,15 @@
"@graphql-tools/utils" "^8.1.1"
tslib "~2.3.0"

"@graphql-tools/schema@8.1.2", "@graphql-tools/schema@^8.1.2":
"@graphql-tools/merge@^8.1.0":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.1.1.tgz#692ff0de5e6b025a1166e25d7cda4e20ec0c2df3"
integrity sha512-zyeUbFG5zasSQC6LnBxzhmPTLYeeT3c0ijYfmFlIlOLiTAdRgCjIba03l6kKHcCiMDJYr+P+Nz5kKYLGqPSSjQ==
dependencies:
"@graphql-tools/utils" "^8.2.2"
tslib "~2.3.0"

"@graphql-tools/schema@8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.1.2.tgz#913879da1a7889a9488e9b7dc189e7c83eff74be"
integrity sha512-rX2pg42a0w7JLVYT+f/yeEKpnoZL5PpLq68TxC3iZ8slnNBNjfVfvzzOn8Q8Q6Xw3t17KP9QespmJEDfuQe4Rg==
Expand All @@ -595,23 +603,33 @@
tslib "~2.3.0"
value-or-promise "1.0.10"

"@graphql-tools/schema@^8.2.0":
version "8.2.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.2.0.tgz#ae75cbb2df6cee9ed6d89fce56be467ab23758dc"
integrity sha512-ufmI5mJQa8NJczzfkh0pUttKvspqDcT5LLakA3jUmOrrE4d4NVj6onZlazdTzF5sAepSNqanFnwhrxZpCAJMKg==
dependencies:
"@graphql-tools/merge" "^8.1.0"
"@graphql-tools/utils" "^8.2.0"
tslib "~2.3.0"
value-or-promise "1.0.10"

"@graphql-tools/url-loader@^7.0.8":
version "7.0.12"
resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-7.0.12.tgz#846e358d7e8b6a24b501778f42422007d175b134"
integrity sha512-CSGHi0Z2ow6QZp0yx+zVHGj/FpZ+e+HH4AWNI++w9nF8wEHDSd5ghPXpXz58KmqXTE5+Trf5zEjtIm/2mcDYBA==
version "7.1.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-7.1.0.tgz#371fb4bc975364033cab892a344cc9f979d96ac4"
integrity sha512-h0NAcjPBei/Zf69OeFZWUbPXKA2aK5YXyfAZkAc+LP8pnBDBZW+mPr2lOZZJPJ8LMZPPjf5hwVHqXGImduHgmA==
dependencies:
"@ardatan/fetch-event-source" "2.0.2"
"@graphql-tools/delegate" "^8.1.1"
"@graphql-tools/utils" "^8.1.2"
"@graphql-tools/wrap" "^8.0.13"
"@graphql-tools/delegate" "^8.2.0"
"@graphql-tools/utils" "^8.2.0"
"@graphql-tools/wrap" "^8.1.0"
"@n1ru4l/graphql-live-query" "0.7.1"
"@types/websocket" "1.0.4"
"@types/ws" "^7.4.7"
abort-controller "3.0.0"
cross-fetch "3.1.4"
extract-files "11.0.0"
form-data "4.0.0"
graphql-ws "^5.0.0"
graphql-ws "^5.4.1"
is-promise "4.0.0"
isomorphic-ws "4.0.1"
lodash "4.17.21"
Expand All @@ -621,23 +639,23 @@
tslib "~2.3.0"
valid-url "1.0.9"
value-or-promise "1.0.10"
ws "8.2.0"
ws "8.2.1"

"@graphql-tools/utils@^8.1.1", "@graphql-tools/utils@^8.1.2", "@graphql-tools/utils@^8.2.0":
"@graphql-tools/utils@^8.1.1", "@graphql-tools/utils@^8.1.2", "@graphql-tools/utils@^8.2.0", "@graphql-tools/utils@^8.2.2":
version "8.2.2"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.2.2.tgz#d29420bf1003d2876cb30f373145be432c7f7c4b"
integrity sha512-29FFY5U4lpXuBiW9dRvuWnBVwGhWbGLa2leZcAMU/Pz47Cr/QLZGVgpLBV9rt+Gbs7wyIJM7t7EuksPs0RDm3g==
dependencies:
tslib "~2.3.0"

"@graphql-tools/wrap@^8.0.13":
version "8.0.13"
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-8.0.13.tgz#17a4096efbc64e15b27a74135d920c8bd3e5385a"
integrity sha512-GTkHbN+Zgs+D7bFniFx3/YqNIDv8ET17prM7FewmU8LNRc2P48y6d4/dkQLcwQmryy1TZF87es6yA9FMNfQtWg==
"@graphql-tools/wrap@^8.1.0":
version "8.1.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-8.1.0.tgz#2e618c78de910725130e5231666ca69a75f6cf99"
integrity sha512-WLT/bFewOIY8KJMzgOJSM/02fXJSFktFvI+JRu39wDH+hwFy1y7pFC0Bs1TP8B/hAEJ+t9+7JspX0LQWAUFjDg==
dependencies:
"@graphql-tools/delegate" "^8.1.0"
"@graphql-tools/schema" "^8.1.2"
"@graphql-tools/utils" "^8.1.1"
"@graphql-tools/delegate" "^8.2.0"
"@graphql-tools/schema" "^8.2.0"
"@graphql-tools/utils" "^8.2.0"
tslib "~2.3.0"
value-or-promise "1.0.10"

Expand Down Expand Up @@ -3348,10 +3366,10 @@ graceful-fs@*, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, grac
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a"
integrity sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==

graphql-ws@^5.0.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.3.0.tgz#345f73686b639735f1f4ef0b9ea28e17c7f6a745"
integrity sha512-53MbSTOmgx5i6hf3DHVD5PrXix1drDmt2ja8MW7NG+aTpKGzkXVLyNcyNpxme4SK8jVtIV6ZIHkiwirqN0efpw==
graphql-ws@^5.4.1:
version "5.4.1"
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.4.1.tgz#76fb4c39dfa44a961546995b6bb5320726ff5f71"
integrity sha512-maBduPneZOFYb3otLgc9/U+fU3f9MVXLKg6lVVLqA9BDQQ6YR7YhQO21Rf9+44IRBi4l8m35lynFMFQTzN3eAQ==

graphql@^15.5.1:
version "15.5.1"
Expand Down Expand Up @@ -7327,10 +7345,10 @@ write-file-atomic@*, write-file-atomic@^3.0.0, write-file-atomic@^3.0.3:
signal-exit "^3.0.2"
typedarray-to-buffer "^3.1.5"

ws@8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.2.0.tgz#0b738cd484bfc9303421914b11bb4011e07615bb"
integrity sha512-uYhVJ/m9oXwEI04iIVmgLmugh2qrZihkywG9y5FfZV2ATeLIzHf93qs+tUNqlttbQK957/VX3mtwAS+UfIwA4g==
ws@8.2.1:
version "8.2.1"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.2.1.tgz#bdd92b3c56fdb47d2379b5ae534281922cc5bd12"
integrity sha512-XkgWpJU3sHU7gX8f13NqTn6KQ85bd1WU7noBHTT8fSohx7OS1TPY8k+cyRPCzFkia7C4mM229yeHr1qK9sM4JQ==

"ws@^5.2.0 || ^6.0.0 || ^7.0.0", ws@^7.4.5:
version "7.5.3"
Expand Down

0 comments on commit cf23440

Please sign in to comment.