From 890c897131979e36d00433f3e84514953f038fc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Dec 2020 07:36:22 +0000 Subject: [PATCH] build(deps): bump ini from 1.3.5 to 1.3.7 in /packages/interval-cache Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7) 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..78d92a2 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", @@ -2077,9 +2090,9 @@ "dev": true }, "ini": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", - "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==", + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.7.tgz", + "integrity": "sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ==", "dev": true }, "inquirer": {