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": {