aboutsummaryrefslogtreecommitdiffhomepage
path: root/yarn.lock
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-09-15 12:17:08 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-09-15 12:17:08 +0200
commitb60e5f38daf77e720a27aa86d3b482c58906a03a (patch)
treea70909860ab9705d348b3c082f8af440e0a5e4d2 /yarn.lock
parent315cc0cc1871ab2a6d6c1bb61cf7b9f10511c3a9 (diff)
downloadPeerTube-b60e5f38daf77e720a27aa86d3b482c58906a03a.tar.gz
PeerTube-b60e5f38daf77e720a27aa86d3b482c58906a03a.tar.zst
PeerTube-b60e5f38daf77e720a27aa86d3b482c58906a03a.zip
Upgrade express validator to v4
Diffstat (limited to 'yarn.lock')
-rw-r--r--yarn.lock20
1 files changed, 7 insertions, 13 deletions
diff --git a/yarn.lock b/yarn.lock
index d6fe0afad..9356ed43f 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -16,7 +16,7 @@
16 dependencies: 16 dependencies:
17 "@types/node" "*" 17 "@types/node" "*"
18 18
19"@types/bluebird@*", "@types/bluebird@^3.4.0": 19"@types/bluebird@*":
20 version "3.5.8" 20 version "3.5.8"
21 resolved "https://registry.yarnpkg.com/@types/bluebird/-/bluebird-3.5.8.tgz#242a83379f06c90f96acf6d1aeab3af6faebdb98" 21 resolved "https://registry.yarnpkg.com/@types/bluebird/-/bluebird-3.5.8.tgz#242a83379f06c90f96acf6d1aeab3af6faebdb98"
22 22
@@ -513,7 +513,7 @@ block-stream@*:
513 dependencies: 513 dependencies:
514 inherits "~2.0.0" 514 inherits "~2.0.0"
515 515
516bluebird@3.5.0, bluebird@^3.0.5, bluebird@^3.4.0, bluebird@^3.4.6, bluebird@^3.5.0: 516bluebird@3.5.0, bluebird@^3.0.5, bluebird@^3.4.6, bluebird@^3.5.0:
517 version "3.5.0" 517 version "3.5.0"
518 resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.0.tgz#791420d7f551eea2897453a8a77653f96606d67c" 518 resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.0.tgz#791420d7f551eea2897453a8a77653f96606d67c"
519 519
@@ -1364,15 +1364,13 @@ express-oauth-server@^2.0.0:
1364 express "^4.13.3" 1364 express "^4.13.3"
1365 oauth2-server "3.0.0" 1365 oauth2-server "3.0.0"
1366 1366
1367express-validator@^3.1.0: 1367express-validator@^4.1.1:
1368 version "3.2.1" 1368 version "4.1.1"
1369 resolved "https://registry.yarnpkg.com/express-validator/-/express-validator-3.2.1.tgz#45603e7eee693185c2198fbdebd414925ffd3524" 1369 resolved "https://registry.yarnpkg.com/express-validator/-/express-validator-4.1.1.tgz#539d49262778eaac170fcd55ef6a3245196cb9d9"
1370 dependencies: 1370 dependencies:
1371 "@types/bluebird" "^3.4.0"
1372 "@types/express" "~4.0.34" 1371 "@types/express" "~4.0.34"
1373 bluebird "^3.4.0"
1374 lodash "^4.16.0" 1372 lodash "^4.16.0"
1375 validator "~6.2.0" 1373 validator "~8.1.0"
1376 1374
1377express@^4.12.4, express@^4.13.3: 1375express@^4.12.4, express@^4.13.3:
1378 version "4.15.4" 1376 version "4.15.4"
@@ -3979,14 +3977,10 @@ v8flags@^3.0.0:
3979 dependencies: 3977 dependencies:
3980 user-home "^1.1.1" 3978 user-home "^1.1.1"
3981 3979
3982validator@^8.0.0, validator@^8.1.0: 3980validator@^8.0.0, validator@^8.1.0, validator@~8.1.0:
3983 version "8.1.0" 3981 version "8.1.0"
3984 resolved "https://registry.yarnpkg.com/validator/-/validator-8.1.0.tgz#89cf6b512ff71eba886afd8d10d47f8dc800eac0" 3982 resolved "https://registry.yarnpkg.com/validator/-/validator-8.1.0.tgz#89cf6b512ff71eba886afd8d10d47f8dc800eac0"
3985 3983
3986validator@~6.2.0:
3987 version "6.2.1"
3988 resolved "https://registry.yarnpkg.com/validator/-/validator-6.2.1.tgz#bc575b78d15beb2e338a665ba9530c7f409ef667"
3989
3990vary@^1, vary@~1.1.1: 3984vary@^1, vary@~1.1.1:
3991 version "1.1.1" 3985 version "1.1.1"
3992 resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.1.tgz#67535ebb694c1d52257457984665323f587e8d37" 3986 resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.1.tgz#67535ebb694c1d52257457984665323f587e8d37"