diff --git a/package-lock.json b/package-lock.json index e1b1da4c..b218afa9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,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", @@ -3369,9 +3369,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": "*" @@ -13154,9 +13155,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 ce22c303..841e355c 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",