diff --git a/nodejs/package-lock.json b/nodejs/package-lock.json index 16769bd..91b569f 100644 --- a/nodejs/package-lock.json +++ b/nodejs/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "compression": "^1.7.4", "express": "^4.17.1", - "lru-cache": "^6.0.0", + "lru-cache": "^11.0.1", "node-fetch": "^3.3.2", "winston": "^3.3.3", "winston-daily-rotate-file": "^5.0.0" @@ -644,14 +644,11 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, "node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dependencies": { - "yallist": "^4.0.0" - }, + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.1.tgz", + "integrity": "sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==", "engines": { - "node": ">=10" + "node": "20 || >=22" } }, "node_modules/media-typer": { @@ -1166,11 +1163,6 @@ "engines": { "node": ">= 12.0.0" } - }, - "node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" } } } diff --git a/nodejs/package.json b/nodejs/package.json index a7a3f28..a0f02bd 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -13,7 +13,7 @@ "dependencies": { "compression": "^1.7.4", "express": "^4.17.1", - "lru-cache": "^6.0.0", + "lru-cache": "^11.0.1", "node-fetch": "^3.3.2", "winston": "^3.3.3", "winston-daily-rotate-file": "^5.0.0"