diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-11-17 11:35:10 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-11-27 19:40:52 +0100 |
commit | afffe98839db7ccbfa9fb8b7d1413b97900fdc73 (patch) | |
tree | f0b3cbe58f73e81a5ba4bb31dabd9691994cf2ca /yarn.lock | |
parent | 1b3989b0961d22a5a45ad16239e3c3f58f66180c (diff) | |
download | PeerTube-afffe98839db7ccbfa9fb8b7d1413b97900fdc73.tar.gz PeerTube-afffe98839db7ccbfa9fb8b7d1413b97900fdc73.tar.zst PeerTube-afffe98839db7ccbfa9fb8b7d1413b97900fdc73.zip |
Speed up activity pub http requests
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -107,7 +107,11 @@ | |||
107 | dependencies: | 107 | dependencies: |
108 | "@types/express" "*" | 108 | "@types/express" "*" |
109 | 109 | ||
110 | "@types/node@*", "@types/node@^8.0.3": | 110 | "@types/node@*": |
111 | version "8.0.53" | ||
112 | resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.53.tgz#396b35af826fa66aad472c8cb7b8d5e277f4e6d8" | ||
113 | |||
114 | "@types/node@^8.0.3": | ||
111 | version "8.0.47" | 115 | version "8.0.47" |
112 | resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.47.tgz#968e596f91acd59069054558a00708c445ca30c2" | 116 | resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.47.tgz#968e596f91acd59069054558a00708c445ca30c2" |
113 | 117 | ||
@@ -2717,8 +2721,8 @@ moment-timezone@^0.5.4: | |||
2717 | moment ">= 2.9.0" | 2721 | moment ">= 2.9.0" |
2718 | 2722 | ||
2719 | "moment@>= 2.9.0", moment@^2.13.0: | 2723 | "moment@>= 2.9.0", moment@^2.13.0: |
2720 | version "2.19.1" | 2724 | version "2.19.2" |
2721 | resolved "https://registry.yarnpkg.com/moment/-/moment-2.19.1.tgz#56da1a2d1cbf01d38b7e1afc31c10bcfa1929167" | 2725 | resolved "https://registry.yarnpkg.com/moment/-/moment-2.19.2.tgz#8a7f774c95a64550b4c7ebd496683908f9419dbe" |
2722 | 2726 | ||
2723 | morgan@^1.5.3: | 2727 | morgan@^1.5.3: |
2724 | version "1.9.0" | 2728 | version "1.9.0" |
@@ -3647,8 +3651,8 @@ send@0.16.1: | |||
3647 | statuses "~1.3.1" | 3651 | statuses "~1.3.1" |
3648 | 3652 | ||
3649 | sequelize@^4.7.5: | 3653 | sequelize@^4.7.5: |
3650 | version "4.22.5" | 3654 | version "4.22.7" |
3651 | resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-4.22.5.tgz#5771f8dc2173c61366d77b9fb89aeb34b0522435" | 3655 | resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-4.22.7.tgz#9425ad640f9813455cdc49cbeaf54aece141d76e" |
3652 | dependencies: | 3656 | dependencies: |
3653 | bluebird "^3.4.6" | 3657 | bluebird "^3.4.6" |
3654 | cls-bluebird "^2.0.1" | 3658 | cls-bluebird "^2.0.1" |