diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-23 10:03:26 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-23 10:03:26 +0200 |
commit | b40f057594d51ae64e9d638d3b5877e544214b53 (patch) | |
tree | bd7918e8b5ab4f688422125a925cca9b6ff527bc /yarn.lock | |
parent | e1a540b5fa14b0fafa63f99e344927b10fdbee00 (diff) | |
download | PeerTube-b40f057594d51ae64e9d638d3b5877e544214b53.tar.gz PeerTube-b40f057594d51ae64e9d638d3b5877e544214b53.tar.zst PeerTube-b40f057594d51ae64e9d638d3b5877e544214b53.zip |
Handle concurrent requests in cache middleware
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -16,6 +16,10 @@ | |||
16 | esutils "^2.0.2" | 16 | esutils "^2.0.2" |
17 | js-tokens "^3.0.0" | 17 | js-tokens "^3.0.0" |
18 | 18 | ||
19 | "@types/async-lock@^1.1.0": | ||
20 | version "1.1.0" | ||
21 | resolved "https://registry.yarnpkg.com/@types/async-lock/-/async-lock-1.1.0.tgz#002b1ebeebd382aff66b68bed70a74c7bdd06e3e" | ||
22 | |||
19 | "@types/async@^2.0.40": | 23 | "@types/async@^2.0.40": |
20 | version "2.0.49" | 24 | version "2.0.49" |
21 | resolved "https://registry.yarnpkg.com/@types/async/-/async-2.0.49.tgz#92e33d13f74c895cb9a7f38ba97db8431ed14bc0" | 25 | resolved "https://registry.yarnpkg.com/@types/async/-/async-2.0.49.tgz#92e33d13f74c895cb9a7f38ba97db8431ed14bc0" |
@@ -618,6 +622,10 @@ async-limiter@~1.0.0: | |||
618 | version "1.0.0" | 622 | version "1.0.0" |
619 | resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8" | 623 | resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8" |
620 | 624 | ||
625 | async-lock@^1.1.2: | ||
626 | version "1.1.2" | ||
627 | resolved "https://registry.yarnpkg.com/async-lock/-/async-lock-1.1.2.tgz#d552b3f8fe93018bf917efcf66d3154b9035282a" | ||
628 | |||
621 | async-lru@^1.1.1: | 629 | async-lru@^1.1.1: |
622 | version "1.1.1" | 630 | version "1.1.1" |
623 | resolved "https://registry.yarnpkg.com/async-lru/-/async-lru-1.1.1.tgz#3edbf7e96484d5c2dd852a8bf9794fc07f5e7274" | 631 | resolved "https://registry.yarnpkg.com/async-lru/-/async-lru-1.1.1.tgz#3edbf7e96484d5c2dd852a8bf9794fc07f5e7274" |