diff --git a/package.json b/package.json index 9890ce8..2e434fe 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "cheerio": "1.2.0", "cron": "^2.1.0", "lodash": "^4.17.21", - "lru-cache": "^7.14.1", + "lru-cache": "^11.0.0", "module-alias": "^2.2.2", "telegraf": "~4.8.6", "typescript": "^4.9.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e44fc75..25b605f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,7 +15,7 @@ specifiers: eslint-import-resolver-typescript: ~4.4.0 eslint-plugin-import: ~2.32.0 lodash: ^4.17.21 - lru-cache: ^7.14.1 + lru-cache: ^11.0.0 module-alias: ^2.2.2 telegraf: ~4.8.6 ts-node: ^10.9.1 @@ -30,7 +30,7 @@ dependencies: cheerio: 1.2.0 cron: 2.4.4 lodash: 4.18.1 - lru-cache: 7.18.3 + lru-cache: 11.5.1 module-alias: 2.3.4 telegraf: 4.8.6 typescript: 4.9.5 @@ -2838,6 +2838,11 @@ packages: safe-stable-stringify: 2.5.0 triple-beam: 1.4.1 + /lru-cache/11.5.1: + resolution: {integrity: sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==} + engines: {node: 20 || >=22} + dev: false + /lru-cache/5.1.1: resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} dependencies: @@ -2851,11 +2856,6 @@ packages: yallist: 4.0.0 dev: true - /lru-cache/7.18.3: - resolution: {integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==} - engines: {node: '>=12'} - dev: false - /luxon/3.3.0: resolution: {integrity: sha512-An0UCfG/rSiqtAIiBPO0Y9/zAnHUZxAMiCpTd5h2smgsj7GGmcenvrvww2cqNA8/4A5ZrD1gJpHN2mIHZQF+Mg==} engines: {node: '>=12'}