aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-23 10:03:26 +0200
committerChocobozzz <me@florianbigard.com>2018-05-23 10:03:26 +0200
commitb40f057594d51ae64e9d638d3b5877e544214b53 (patch)
treebd7918e8b5ab4f688422125a925cca9b6ff527bc /package.json
parente1a540b5fa14b0fafa63f99e344927b10fdbee00 (diff)
downloadPeerTube-b40f057594d51ae64e9d638d3b5877e544214b53.tar.gz
PeerTube-b40f057594d51ae64e9d638d3b5877e544214b53.tar.zst
PeerTube-b40f057594d51ae64e9d638d3b5877e544214b53.zip
Handle concurrent requests in cache middleware
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index bf69c4ce0..910de3f39 100644
--- a/package.json
+++ b/package.json
@@ -69,6 +69,7 @@
69 }, 69 },
70 "dependencies": { 70 "dependencies": {
71 "async": "^2.0.0", 71 "async": "^2.0.0",
72 "async-lock": "^1.1.2",
72 "async-lru": "^1.1.1", 73 "async-lru": "^1.1.1",
73 "bcrypt": "^2.0.1", 74 "bcrypt": "^2.0.1",
74 "bittorrent-tracker": "^9.0.0", 75 "bittorrent-tracker": "^9.0.0",
@@ -120,6 +121,7 @@
120 }, 121 },
121 "devDependencies": { 122 "devDependencies": {
122 "@types/async": "^2.0.40", 123 "@types/async": "^2.0.40",
124 "@types/async-lock": "^1.1.0",
123 "@types/bcrypt": "^2.0.0", 125 "@types/bcrypt": "^2.0.0",
124 "@types/body-parser": "^1.16.3", 126 "@types/body-parser": "^1.16.3",
125 "@types/chai": "^4.0.4", 127 "@types/chai": "^4.0.4",