From a560b2a5ad979ef217709aeacea04f77932b7dd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 00:48:34 +0000 Subject: [PATCH] build(deps): bump path-parse in /packages/interval-cache Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... 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..aca444b 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", @@ -3101,9 +3114,9 @@ "dev": true }, "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "dev": true }, "path-type": {