From 060f29a3986813211e7aece4f8aa8a71ad72fa65 Mon Sep 17 00:00:00 2001 From: "nautilus-renovate-1[bot]" <234351259+nautilus-renovate-1[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 10:03:06 +0000 Subject: [PATCH] Update dependency @types/lru-cache to v7.10.10 --- package-lock.json | 16 +++++++++------- package.json | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c2a29866..ecc70a55 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,10 +3383,12 @@ "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://artifactory.nautilus-tooling01.live.ix01.sipgate.net:443/artifactory/api/npm/npm/@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, + "license": "MIT", "dependencies": { "lru-cache": "*" } @@ -13400,9 +13402,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://artifactory.nautilus-tooling01.live.ix01.sipgate.net:443/artifactory/api/npm/npm/@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",