From 57a8d594c29a28508a5c327d9e59fc0ced2f041b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 02:45:13 +0000 Subject: [PATCH] Bump y18n from 4.0.0 to 4.0.1 in /examples 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] --- examples/package-lock.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/examples/package-lock.json b/examples/package-lock.json index 07ea3f6..7a5d61e 100644 --- a/examples/package-lock.json +++ b/examples/package-lock.json @@ -2111,7 +2111,17 @@ } }, "heartbeat-sequencer": { - "version": "file:../build" + "version": "file:..", + "requires": { + "@types/webmidi": "^2.0.4" + }, + "dependencies": { + "@types/webmidi": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@types/webmidi/-/webmidi-2.0.4.tgz", + "integrity": "sha512-ouA837zUpSzURsUGvcnay6JwUz2B/UoJP3Lkacnz60y+rul8/auVOFS9LSO6v0gdNbGvRkbHEpayD8PbO7IKhw==" + } + } }, "hmac-drbg": { "version": "1.0.1", @@ -4052,9 +4062,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": {