From 99e33daa24f30acfd36a3d70dabbb0d10f7634e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 17:51:24 +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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 59a12eb..263fe84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -977,7 +977,7 @@ }, "get-caller-file": { "version": "1.0.3", - "resolved": "http://vimond.jfrog.io/vimond/api/npm/npm-virtual/get-caller-file/-/get-caller-file-1.0.3.tgz", + "resolved": "https://vimond.jfrog.io/vimond/api/npm/npm-virtual/get-caller-file/-/get-caller-file-1.0.3.tgz", "integrity": "sha1-+Xj6TJDR3+f/LWvtoqUV5xO9z0o=", "dev": true }, @@ -1668,7 +1668,7 @@ }, "normalize-path": { "version": "2.1.1", - "resolved": "http://vimond.jfrog.io/vimond/api/npm/npm-virtual/normalize-path/-/normalize-path-2.1.1.tgz", + "resolved": "https://vimond.jfrog.io/vimond/api/npm/npm-virtual/normalize-path/-/normalize-path-2.1.1.tgz", "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", "dev": true, "requires": { @@ -2445,9 +2445,9 @@ } }, "y18n": { - "version": "4.0.0", - "resolved": "https://vimond.jfrog.io/vimond/api/npm/npm-virtual/y18n/-/y18n-4.0.0.tgz", - "integrity": "sha1-le+U+F7MgdAHwmThkKEg8KPIVms=", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz", + "integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==", "dev": true }, "yargs": {