From 086a1fbc99053fcf1b67a191d39b3fa142b51d2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 03:24:02 +0000 Subject: [PATCH] build(deps): bump lru-cache from 10.4.3 to 11.5.1 Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 10.4.3 to 11.5.1. - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v10.4.3...v11.5.1) --- updated-dependencies: - dependency-name: lru-cache dependency-version: 11.5.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 ++++++++++++++++------- package.json | 2 +- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index cd0c76e..1ef57ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "lx-music-sync-server", - "version": "1.9.3", + "version": "1.9.4", "license": "Apache-2.0", "dependencies": { "@foobar404/wave": "^2.0.5", @@ -18,7 +18,7 @@ "file-type": "^22.0.1", "formidable": "^3.5.4", "log4js": "^6.9.1", - "lru-cache": "^10.0.1", + "lru-cache": "^11.5.1", "message2call": "0.1.3", "module-alias": "^2.3.4", "music-tag-native": "^0.2.4", @@ -7505,10 +7505,13 @@ } }, "node_modules/lru-cache": { - "version": "10.4.3", - "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-10.4.3.tgz", - "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", - "license": "ISC" + "version": "11.5.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.1.tgz", + "integrity": "sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==", + "license": "BlueOak-1.0.0", + "engines": { + "node": "20 || >=22" + } }, "node_modules/make-error": { "version": "1.3.6", @@ -8657,6 +8660,12 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/path-scurry/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "license": "ISC" + }, "node_modules/path-type": { "version": "4.0.0", "resolved": "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz", @@ -11690,4 +11699,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index d0eb0e5..f163ecd 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "file-type": "^22.0.1", "formidable": "^3.5.4", "log4js": "^6.9.1", - "lru-cache": "^10.0.1", + "lru-cache": "^11.5.1", "message2call": "0.1.3", "module-alias": "^2.3.4", "music-tag-native": "^0.2.4",