From 88d6f04b85ebe2d82b32501948e37eddc47ed4c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 16:19:32 +0000 Subject: [PATCH] build(deps): bump y18n from 4.0.0 to 4.0.1 in /packages/interval-cache 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] --- packages/interval-cache/package-lock.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/packages/interval-cache/package-lock.json b/packages/interval-cache/package-lock.json index 711d9f5..316957d 100644 --- a/packages/interval-cache/package-lock.json +++ b/packages/interval-cache/package-lock.json @@ -24,6 +24,19 @@ "js-tokens": "^4.0.0" } }, + "@blued-core/cache": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@blued-core/cache/-/cache-1.0.6.tgz", + "integrity": "sha512-BJET2rpz2shNvwuwHsS0ld32mZejsPa2gQTrrsA53DQ5atygNHBJO5uwwbChuLr2xZcVlZHAMM2JI3BBvi8MdA==", + "requires": { + "@blued-core/cache-intl": "^0.1.0" + } + }, + "@blued-core/cache-intl": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@blued-core/cache-intl/-/cache-intl-0.1.0.tgz", + "integrity": "sha512-Qu/O9df0MYeD5vuaAcN7my10dw/GA6zkAAHr8/WPHlz6s4KIdgeOEFRFxa9FJMUpEQ29dGYMNFqxqEe2MLxsiw==" + }, "@commitlint/cli": { "version": "7.5.2", "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-7.5.2.tgz", @@ -4184,9 +4197,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 }, "yargs": {