From ee014a8a75f45efd4048d5f75f82381ab1c7825e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 12:03:05 +0000 Subject: [PATCH] build(deps): bump lru.min from 1.1.4 to 1.1.5 Bumps [lru.min](https://github.com/wellwelwel/lru.min) from 1.1.4 to 1.1.5. - [Release notes](https://github.com/wellwelwel/lru.min/releases) - [Changelog](https://github.com/wellwelwel/lru.min/blob/main/CHANGELOG.md) - [Commits](https://github.com/wellwelwel/lru.min/compare/v1.1.4...v1.1.5) --- updated-dependencies: - dependency-name: lru.min dependency-version: 1.1.5 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 2571c7f97a..a50667b40f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2473,9 +2473,9 @@ } }, "node_modules/lru.min": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/lru.min/-/lru.min-1.1.4.tgz", - "integrity": "sha512-DqC6n3QQ77zdFpCMASA1a3Jlb64Hv2N2DciFGkO/4L9+q/IpIAuRlKOvCXabtRW6cQf8usbmM6BE/TOPysCdIA==", + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/lru.min/-/lru.min-1.1.5.tgz", + "integrity": "sha512-5J9ysMYUpYIg9RF2vJpy9SinEmSviFSe0GyPpCQ4L5QSkLAgeLXlTAOu2ZwWUU5m+0SBl6gUU1R1ZQB3aKypfA==", "license": "MIT", "engines": { "bun": ">=1.0.0",