diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-09-15 12:17:08 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-09-15 12:17:08 +0200 |
commit | b60e5f38daf77e720a27aa86d3b482c58906a03a (patch) | |
tree | a70909860ab9705d348b3c082f8af440e0a5e4d2 /package.json | |
parent | 315cc0cc1871ab2a6d6c1bb61cf7b9f10511c3a9 (diff) | |
download | PeerTube-b60e5f38daf77e720a27aa86d3b482c58906a03a.tar.gz PeerTube-b60e5f38daf77e720a27aa86d3b482c58906a03a.tar.zst PeerTube-b60e5f38daf77e720a27aa86d3b482c58906a03a.zip |
Upgrade express validator to v4
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 9b38838e4..8ef05f1f9 100644 --- a/package.json +++ b/package.json | |||
@@ -59,7 +59,7 @@ | |||
59 | "create-torrent": "^3.24.5", | 59 | "create-torrent": "^3.24.5", |
60 | "express": "^4.12.4", | 60 | "express": "^4.12.4", |
61 | "express-oauth-server": "^2.0.0", | 61 | "express-oauth-server": "^2.0.0", |
62 | "express-validator": "^3.1.0", | 62 | "express-validator": "^4.1.1", |
63 | "fluent-ffmpeg": "^2.1.0", | 63 | "fluent-ffmpeg": "^2.1.0", |
64 | "js-yaml": "^3.5.4", | 64 | "js-yaml": "^3.5.4", |
65 | "lodash": "^4.11.1", | 65 | "lodash": "^4.11.1", |