From 29aa1f4d995761dca77ec4871722631206e423f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 09:54:48 +0000 Subject: [PATCH] build(deps): bump hosted-git-info in /packages/interval-cache Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v2.7.1...v2.8.9) 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..9d7a8eb 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", @@ -2018,9 +2031,9 @@ } }, "hosted-git-info": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz", - "integrity": "sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==", + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", "dev": true }, "iconv-lite": {