From 6fcd19ba737f1f5614a56c6925adb882dea43b8d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 5 Jul 2017 13:26:25 +0200 Subject: Move to promises Closes https://github.com/Chocobozzz/PeerTube/issues/74 --- yarn.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'yarn.lock') diff --git a/yarn.lock b/yarn.lock index f62012e91..5636db494 100644 --- a/yarn.lock +++ b/yarn.lock @@ -84,9 +84,9 @@ dependencies: "@types/express" "*" -"@types/node@*", "@types/node@^7.0.18": - version "7.0.32" - resolved "https://registry.yarnpkg.com/@types/node/-/node-7.0.32.tgz#6afe6c66520a4c316623a14aef123908d01b4bba" +"@types/node@*", "@types/node@^8.0.3": + version "8.0.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.3.tgz#fca61c26f83e5f453166114f57d53a47feb36d45" "@types/request@^0.0.44": version "0.0.44" @@ -453,7 +453,7 @@ bluebird@^2.10.0, bluebird@^2.9.13: version "2.11.0" resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-2.11.0.tgz#534b9033c022c9579c56ba3b3e5a5caafbb650e1" -bluebird@^3.0.5, bluebird@^3.4.0, bluebird@^3.4.6: +bluebird@^3.0.5, bluebird@^3.4.0, bluebird@^3.4.6, bluebird@^3.5.0: version "3.5.0" resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.0.tgz#791420d7f551eea2897453a8a77653f96606d67c" @@ -3909,9 +3909,9 @@ typedarray@^0.0.6: version "0.0.6" resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" -typescript@^2.3.4: - version "2.4.0" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.0.tgz#aef5a8d404beba36ad339abf079ddddfffba86dd" +typescript@^2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.1.tgz#c3ccb16ddaa0b2314de031e7e6fee89e5ba346bc" uid-number@^0.0.6, uid-number@~0.0.6: version "0.0.6" -- cgit v1.2.3