From 8d88e7138e541999fef92668ad30092e87db449b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 06:21:12 +0000 Subject: [PATCH] Bump tiny-lru from 11.2.3 to 11.2.5 Bumps [tiny-lru](https://github.com/avoidwork/tiny-lru) from 11.2.3 to 11.2.5. - [Changelog](https://github.com/avoidwork/tiny-lru/blob/master/CHANGELOG.md) - [Commits](https://github.com/avoidwork/tiny-lru/compare/11.2.3...11.2.5) --- 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 cdbbdab..271cf61 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.1", - "tiny-lru": "^11.2.3", + "tiny-lru": "^11.2.5", "uri-js": "^4.4.1", "uuid": "^9.0.1", "yallist": "^4.0.0" @@ -6588,9 +6588,9 @@ } }, "node_modules/tiny-lru": { - "version": "11.2.3", - "resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-11.2.3.tgz", - "integrity": "sha512-mF9jPTrvN7UHk0bekOk3RlFdFwfyS4CJYVsGc7nInL3pVgUCYj5r9X6GpZBFQgLr0TKJo8Dp+F3oRvYzxU9xiA==", + "version": "11.2.5", + "resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-11.2.5.tgz", + "integrity": "sha512-JpqM0K33lG6iQGKiigcwuURAKZlq6rHXfrgeL4/I8/REoyJTGU+tEMszvT/oTRVHG2OiylhGDjqPp1jWMlr3bw==", "engines": { "node": ">=12" } diff --git a/package.json b/package.json index b21c8ce..d67ac44 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "sonic-boom": "^3.5.0", "split2": "^4.1.0", "thread-stream": "^2.4.1", - "tiny-lru": "^11.2.3", + "tiny-lru": "^11.2.5", "uri-js": "^4.4.1", "uuid": "^9.0.1", "yallist": "^4.0.0"