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 81f60f0d56514c5aae7bd4348c0271fa79d8bb89
parent edc135e47fab8cdd90e1e25186143a654e35aeb7
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Tue, 22 Oct 2019 17:27:02 +0200

fix(deps): update dependency jsonfile to v5 (#115)


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

diff --git a/package.json b/package.json @@ -27,7 +27,7 @@ "curlrequest": "^1.0.1", "express": "^4.15.4", "irc": "^0.5.2", - "jsonfile": "^4.0.0", + "jsonfile": "^5.0.0", "lodash": "^4.17.4", "node-schedule": "^1.2.4", "node-telegram-bot-api": "^0.30.0", diff --git a/yarn.lock b/yarn.lock @@ -791,9 +791,11 @@ json-stringify-safe@~5.0.0, json-stringify-safe@~5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" -jsonfile@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" +jsonfile@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-5.0.0.tgz#e6b718f73da420d612823996fdf14a03f6ff6922" + dependencies: + universalify "^0.1.2" optionalDependencies: graceful-fs "^4.1.6" @@ -1418,6 +1420,10 @@ ultron@1.0.x: version "1.0.2" resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.0.2.tgz#ace116ab557cd197386a4e88f4685378c8b2e4fa" +universalify@^0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" + unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"