From bc51b8c609b06e0828eec8cb74b6b163946bcb77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 08:34:47 +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 | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8200dbe..3c2db96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -753,7 +753,6 @@ "version": "3.4.3", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.3.tgz", "integrity": "sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ==", - "optional": true, "requires": { "anymatch": "~3.1.1", "braces": "~3.0.2", @@ -1385,6 +1384,11 @@ "is-symbol": "^1.0.2" } }, + "esbuild": { + "version": "0.9.7", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.9.7.tgz", + "integrity": "sha512-VtUf6aQ89VTmMLKrWHYG50uByMF4JQlVysb8dmg6cOgW8JnFCipmz7p+HNBl+RR3LLCuBxFGVauAe2wfnF9bLg==" + }, "escape-html": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", @@ -2093,9 +2097,13 @@ "integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=" }, "imba": { - "version": "2.0.0-alpha.99", - "resolved": "https://registry.npmjs.org/imba/-/imba-2.0.0-alpha.99.tgz", - "integrity": "sha512-SFEGZL0dUtG2J2fkNkGGc7ckcGo5bIhk5pcAYBvja2eS9Say85Wp2V6pJt+RHQcEXgSOSu3PxOgLMyhL2ZvKJw==" + "version": "2.0.0-alpha.131", + "resolved": "https://registry.npmjs.org/imba/-/imba-2.0.0-alpha.131.tgz", + "integrity": "sha512-84drfxMTdsrl5ZYPvlFHcbjhBVuDvPJH/qiVg7a0nzTaxpRUTIYOEQZaoMEGpv4zYfedyRrveL2XWqcnhSWpZg==", + "requires": { + "chokidar": "^3.4.3", + "esbuild": "^0.9.2" + } }, "import-local": { "version": "2.0.0", @@ -4704,9 +4712,9 @@ "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" }, "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==" }, "yallist": { "version": "3.1.1",