From c11428994ede7c6fba99cda7204a87772dd0d2cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 10:53:19 +0000 Subject: [PATCH] Bump tiny-lru from 11.2.2 to 11.2.3 Bumps [tiny-lru](https://github.com/avoidwork/tiny-lru) from 11.2.2 to 11.2.3. - [Changelog](https://github.com/avoidwork/tiny-lru/blob/master/CHANGELOG.md) - [Commits](https://github.com/avoidwork/tiny-lru/commits/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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 03402eb..2884b1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3422,9 +3422,9 @@ } }, "node_modules/tiny-lru": { - "version": "11.2.2", - "resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-11.2.2.tgz", - "integrity": "sha512-1An82KBJOUKCfRhsk4tHe4rNblnhAUzisesWBGf/0pztaVoNYM7eJxouN+mq6WkV/qNG21AFbrsgQfvBk0X9ng==", + "version": "11.2.3", + "resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-11.2.3.tgz", + "integrity": "sha512-mF9jPTrvN7UHk0bekOk3RlFdFwfyS4CJYVsGc7nInL3pVgUCYj5r9X6GpZBFQgLr0TKJo8Dp+F3oRvYzxU9xiA==", "engines": { "node": ">=12" }