From 51d794d4e472052a0aa6af3494812922982c5d07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 03:37:42 +0000 Subject: [PATCH] Bump y18n from 4.0.0 to 4.0.1 Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. - [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 | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c8a36d..ffd0da2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5479,14 +5479,6 @@ "resolved": "https://registry.npmjs.org/ts-binary/-/ts-binary-0.7.0.tgz", "integrity": "sha512-IPYBITV5LBwUqc+e0fMqu5VtjtzS1EC5CHGfRyOKVky1655NY8hxpp6vGoc+rDfqbQkPvdidv7zMn4dEx/IgzA==" }, - "ts-binary-types": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/ts-binary-types/-/ts-binary-types-0.2.2.tgz", - "integrity": "sha512-MOI3ULUEHLoa1VatBhx3ZbP47PkiX/2/3Jce8Avc6m1DhrHtlnGwk6fsciUDlDr+YiYGwX4lVZs3lwTKsRIzRA==", - "requires": { - "ts-binary": "^0.7.0" - } - }, "ts-loader": { "version": "6.2.0", "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-6.2.0.tgz", @@ -6291,9 +6283,9 @@ "dev": true }, "y18n": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", - "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz", + "integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==", "dev": true }, "yallist": {