From 2939f0fa59b150367509aaf1d9837ae78fffa851 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 01:09:37 +0000 Subject: [PATCH] Update dependency @types/lru-cache to v7.10.10 --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c2a29866..ff17b38e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "@types/express": "4.17.17", "@types/jest": "^29.4.0", "@types/lodash": "^4.14.191", - "@types/lru-cache": "7.10.9", + "@types/lru-cache": "7.10.10", "@types/node": "18.16.5", "@types/redis": "4.0.10", "@typescript-eslint/eslint-plugin": "^6.11.0", @@ -3383,9 +3383,10 @@ "integrity": "sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==" }, "node_modules/@types/lru-cache": { - "version": "7.10.9", - "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-7.10.9.tgz", - "integrity": "sha512-wrwgkdJ0xr8AbzKhVaRI8SXZN9saapPwwLoydBEr4HqMZET1LUTi1gdoaj82XmRJ9atqN7MtB0aja29iiK+7ag==", + "version": "7.10.10", + "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-7.10.10.tgz", + "integrity": "sha512-nEpVRPWW9EBmx2SCfNn3ClYxPL7IktPX12HhIoSc/H5mMjdeW3+YsXIpseLQ2xF35+OcpwKQbEUw5VtqE4PDNA==", + "deprecated": "This is a stub types definition. lru-cache provides its own type definitions, so you do not need this installed.", "dev": true, "dependencies": { "lru-cache": "*" @@ -13400,9 +13401,9 @@ "integrity": "sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==" }, "@types/lru-cache": { - "version": "7.10.9", - "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-7.10.9.tgz", - "integrity": "sha512-wrwgkdJ0xr8AbzKhVaRI8SXZN9saapPwwLoydBEr4HqMZET1LUTi1gdoaj82XmRJ9atqN7MtB0aja29iiK+7ag==", + "version": "7.10.10", + "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-7.10.10.tgz", + "integrity": "sha512-nEpVRPWW9EBmx2SCfNn3ClYxPL7IktPX12HhIoSc/H5mMjdeW3+YsXIpseLQ2xF35+OcpwKQbEUw5VtqE4PDNA==", "dev": true, "requires": { "lru-cache": "*" diff --git a/package.json b/package.json index 70b4ea88..70324188 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/express": "4.17.17", "@types/jest": "^29.4.0", "@types/lodash": "^4.14.191", - "@types/lru-cache": "7.10.9", + "@types/lru-cache": "7.10.10", "@types/node": "18.16.5", "@types/redis": "4.0.10", "@typescript-eslint/eslint-plugin": "^6.11.0",