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",