freifunk-bot

Modular parser for the hackerspace door status with handlers for multiple services
git clone git://archive.git.mtrnord.blog/MTRNord/freifunk-bot.git
Log | Files | Refs | README | LICENSE

commit 9c949eb1ee38a8364f138ce9ee3c4b3c4614e2c7
parent 81f60f0d56514c5aae7bd4348c0271fa79d8bb89
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Tue, 22 Oct 2019 17:27:17 +0200

fix(deps): update dependency async to v3 (#118)


Diffstat:
Mpackage.json | 2+-
Myarn.lock | 10++++------
2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/package.json b/package.json @@ -22,7 +22,7 @@ "nordlab" ], "dependencies": { - "async": "^2.5.0", + "async": "^3.0.0", "botanio": "0.0.6", "curlrequest": "^1.0.1", "express": "^4.15.4", diff --git a/yarn.lock b/yarn.lock @@ -69,11 +69,9 @@ assert-plus@^0.1.5: version "0.1.5" resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-0.1.5.tgz#ee74009413002d84cec7219c6ac811812e723160" -async@^2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/async/-/async-2.5.0.tgz#843190fd6b7357a0b9e1c956edddd5ec8462b54d" - dependencies: - lodash "^4.14.0" +async@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/async/-/async-3.1.0.tgz#42b3b12ae1b74927b5217d8c0016baaf62463772" async@~0.9.0: version "0.9.2" @@ -829,7 +827,7 @@ locate-path@^3.0.0: p-locate "^3.0.0" path-exists "^3.0.0" -lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.4: +lodash@^4.13.1, lodash@^4.17.2, lodash@^4.17.4: version "4.17.4" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"