From 7a7e88940b990da25c5eef5104a4e34923ddc0e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:25:17 +0000 Subject: [PATCH] Bump lru-cache from 6.0.0 to 11.0.1 in /nodejs Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 6.0.0 to 11.0.1. - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v6.0.0...v11.0.1) --- updated-dependencies: - dependency-name: lru-cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- nodejs/package-lock.json | 18 +++++------------- nodejs/package.json | 2 +- 2 files changed, 6 insertions(+), 14 deletions(-) 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 cbe3c3c..0e6ac5c 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -12,7 +12,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"