aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-29 10:58:24 +0200
committerChocobozzz <me@florianbigard.com>2018-03-29 11:03:30 +0200
commit490b595a01c5824ff63ffb87f0efdfca95f4bf3b (patch)
tree3ad716fbb97a8b4ee946ad907202b82934a33d7c /package.json
parent23f4c3d412974fa5fda52589d1192e098e260f1a (diff)
downloadPeerTube-490b595a01c5824ff63ffb87f0efdfca95f4bf3b.tar.gz
PeerTube-490b595a01c5824ff63ffb87f0efdfca95f4bf3b.tar.zst
PeerTube-490b595a01c5824ff63ffb87f0efdfca95f4bf3b.zip
Prevent brute force login attack
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 8a013e2d5..933bd7aa3 100644
--- a/package.json
+++ b/package.json
@@ -65,6 +65,7 @@
65 "create-torrent": "^3.24.5", 65 "create-torrent": "^3.24.5",
66 "express": "^4.12.4", 66 "express": "^4.12.4",
67 "express-oauth-server": "^2.0.0", 67 "express-oauth-server": "^2.0.0",
68 "express-rate-limit": "^2.11.0",
68 "express-validator": "^5.0.0", 69 "express-validator": "^5.0.0",
69 "fluent-ffmpeg": "^2.1.0", 70 "fluent-ffmpeg": "^2.1.0",
70 "js-yaml": "^3.5.4", 71 "js-yaml": "^3.5.4",
@@ -104,6 +105,7 @@
104 "@types/chai": "^4.0.4", 105 "@types/chai": "^4.0.4",
105 "@types/config": "^0.0.34", 106 "@types/config": "^0.0.34",
106 "@types/express": "^4.0.35", 107 "@types/express": "^4.0.35",
108 "@types/express-rate-limit": "^2.9.3",
107 "@types/kue": "^0.11.8", 109 "@types/kue": "^0.11.8",
108 "@types/lodash": "^4.14.64", 110 "@types/lodash": "^4.14.64",
109 "@types/magnet-uri": "^5.1.1", 111 "@types/magnet-uri": "^5.1.1",