From 32fc319cf143839df6a661ce4852eb02f812468a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 02:49:44 +0000 Subject: [PATCH] Bump y18n from 3.2.1 to 3.2.2 Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index a13cb7e..a21567a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -225,6 +225,19 @@ "integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==", "dev": true }, + "bagpipe": { + "version": "github:Ivshti/bagpipe#328cc576d682539d635af3a8c360696af353e44a", + "from": "github:Ivshti/bagpipe#328cc576d682539d635af3a8c360696af353e44a", + "requires": { + "inherits": "github:Ivshti/inherits" + }, + "dependencies": { + "inherits": { + "version": "github:Ivshti/inherits#0c5b02ddc4172bf2e55460916401ac37cfe6f9d3", + "from": "github:Ivshti/inherits" + } + } + }, "balanced-match": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", @@ -1768,22 +1781,15 @@ "util": "github:Ivshti/node-util#97b6beed8e0e478cd4184965ac94bf316f94e5f5" }, "dependencies": { - "bagpipe": { - "version": "github:Ivshti/bagpipe#328cc576d682539d635af3a8c360696af353e44a", - "from": "github:Ivshti/bagpipe", - "requires": { - "inherits": "github:Ivshti/inherits#0c5b02ddc4172bf2e55460916401ac37cfe6f9d3" - } - }, "inherits": { "version": "github:Ivshti/inherits#0c5b02ddc4172bf2e55460916401ac37cfe6f9d3", "from": "github:Ivshti/inherits" }, "util": { "version": "github:Ivshti/node-util#97b6beed8e0e478cd4184965ac94bf316f94e5f5", - "from": "github:Ivshti/node-util", + "from": "github:Ivshti/node-util#97b6beed8e0e478cd4184965ac94bf316f94e5f5", "requires": { - "inherits": "github:Ivshti/inherits#0c5b02ddc4172bf2e55460916401ac37cfe6f9d3" + "inherits": "github:Ivshti/inherits" } } } @@ -3042,7 +3048,7 @@ "dependencies": { "inherits": { "version": "github:Ivshti/inherits#0c5b02ddc4172bf2e55460916401ac37cfe6f9d3", - "from": "github:Ivshti/inherits" + "from": "github:Ivshti/inherits#0c5b02ddc4172bf2e55460916401ac37cfe6f9d3" } } }, @@ -3196,9 +3202,9 @@ "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" }, "y18n": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz", - "integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE=", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.2.tgz", + "integrity": "sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ==", "dev": true }, "yallist": {