From 829d763a567fcd169a75c0407cc4c77ba2593fc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 06:30:07 +0000 Subject: [PATCH] Bump tiny-lru from 11.2.0 to 11.2.3 Bumps [tiny-lru](https://github.com/avoidwork/tiny-lru) from 11.2.0 to 11.2.3. - [Changelog](https://github.com/avoidwork/tiny-lru/blob/master/CHANGELOG.md) - [Commits](https://github.com/avoidwork/tiny-lru/compare/11.2.0...11.2.3) --- updated-dependencies: - dependency-name: tiny-lru dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index aff4d58..36cea70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,7 +70,7 @@ "sonic-boom": "^3.5.0", "split2": "^4.1.0", "thread-stream": "^2.4.0", - "tiny-lru": "^11.2.0", + "tiny-lru": "^11.2.3", "uri-js": "^4.4.1", "uuid": "^9.0.1", "yallist": "^4.0.0" @@ -6516,9 +6516,9 @@ } }, "node_modules/tiny-lru": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-11.2.0.tgz", - "integrity": "sha512-DTmmE5orth9hNGwBrblQ8D+RMFHr93LawLJCBidSOX3TEFAEYCskzhAOS4UgtnKFGylkGYGX/IgtzKTAOrxy8A==", + "version": "11.2.3", + "resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-11.2.3.tgz", + "integrity": "sha512-mF9jPTrvN7UHk0bekOk3RlFdFwfyS4CJYVsGc7nInL3pVgUCYj5r9X6GpZBFQgLr0TKJo8Dp+F3oRvYzxU9xiA==", "engines": { "node": ">=12" } diff --git a/package.json b/package.json index 31bc3d4..9e95033 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "sonic-boom": "^3.5.0", "split2": "^4.1.0", "thread-stream": "^2.4.0", - "tiny-lru": "^11.2.0", + "tiny-lru": "^11.2.3", "uri-js": "^4.4.1", "uuid": "^9.0.1", "yallist": "^4.0.0"