From 4c827a8ec26b769b34d5f65e25d2ad252aca21d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 18:16:14 +0000 Subject: [PATCH] chore(deps): 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index aa32413..7cc53b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1391,8 +1391,8 @@ } }, "erlpack": { - "version": "0.1.3", - "resolved": "github:hammerandchisel/erlpack#ff0139045ca4cc457462e5a1a88f6a0bc5c27c4b", + "version": "github:hammerandchisel/erlpack#e27db8f82892bdb9b28a0547cc394d68b5d2242d", + "from": "github:hammerandchisel/erlpack", "optional": true, "requires": { "bindings": "^1.5.0", @@ -6539,9 +6539,9 @@ "dev": true }, "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": {