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 0f8ee64f277c15db4c24a21989bb3b6c7c78ff78
parent 17b2f59fa621e53353c9f79be4d401ca02e4d68f
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Sun, 10 Nov 2019 08:42:32 +0100

fix(deps): update dependency yargs to v15 (#126)


Diffstat:
Mpackage.json | 2+-
Myarn.lock | 14+++++++-------
2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/package.json b/package.json @@ -35,7 +35,7 @@ "simple-git": "^1.75.0", "slackbots": "^1.0.2", "string": "^3.3.3", - "yargs": "^14.0.0" + "yargs": "^15.0.0" }, "preferGlobal": false, "private": true, diff --git a/yarn.lock b/yarn.lock @@ -1499,16 +1499,16 @@ y18n@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b" -yargs-parser@^13.1.1: - version "13.1.1" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.1.tgz#d26058532aa06d365fe091f6a1fc06b2f7e5eca0" +yargs-parser@^16.1.0: + version "16.1.0" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-16.1.0.tgz#73747d53ae187e7b8dbe333f95714c76ea00ecf1" dependencies: camelcase "^5.0.0" decamelize "^1.2.0" -yargs@^14.0.0: - version "14.0.0" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-14.0.0.tgz#ba4cacc802b3c0b3e36a9e791723763d57a85066" +yargs@^15.0.0: + version "15.0.0" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.0.0.tgz#8df5a97630bac08d60792f6720fc882c732f8b4f" dependencies: cliui "^5.0.0" decamelize "^1.2.0" @@ -1520,7 +1520,7 @@ yargs@^14.0.0: string-width "^3.0.0" which-module "^2.0.0" y18n "^4.0.0" - yargs-parser "^13.1.1" + yargs-parser "^16.1.0" yui@^3.18.1: version "3.18.1"