From df68f213fa1e1d09e373d7d39c353949ac775b1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 10:21: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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b50b2bd..b9d5b77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6153,9 +6153,9 @@ "integrity": "sha512-CnTFz16afQ6CpSzyf/8Jygi3FCrCgiRvvi4Y+wHwXkQw44uqMMmREF3mDOiieL1uO15CfpodiOzjalu9FpIX4w==" }, "gojs-angular": { - "version": "1.0.16", - "resolved": "https://registry.npmjs.org/gojs-angular/-/gojs-angular-1.0.16.tgz", - "integrity": "sha512-2SGVtNfA3qTSjQBwt/903MeL05+79tS2tZ12GUBatjlBvzc+4Ue7+az7j/bjyzikpERU5jTvlrZ/wNjZSC02fw==", + "version": "1.0.17", + "resolved": "https://registry.npmjs.org/gojs-angular/-/gojs-angular-1.0.17.tgz", + "integrity": "sha512-JzriUjLDtFloBiCs7uLbSIBHz1xQSS1sp+zO8cvXGScgGeXqyjCDSMFZtbcAOVCibflaVGIF6yzYwPA1FMqqZw==", "requires": { "tslib": "^2.0.0" } @@ -14553,9 +14553,9 @@ } }, "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": {