diff --git a/package.json b/package.json index aec94b5..67fb377 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "gunzip-maybe": "^1.4.2", "isbot": "^4.4.0", "iso-639-1": "^3.1.2", - "lru-cache": "^10.2.2", + "lru-cache": "^11.0.2", "octokit": "^4.0.2", "parse-link-header": "^2.0.0", "react": "^18.3.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index de2d9ab..fa754d0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -69,8 +69,8 @@ importers: specifier: ^3.1.2 version: 3.1.2 lru-cache: - specifier: ^10.2.2 - version: 10.2.2 + specifier: ^11.0.2 + version: 11.0.2 octokit: specifier: ^4.0.2 version: 4.0.2 @@ -3070,6 +3070,10 @@ packages: resolution: {integrity: sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==} engines: {node: 14 || >=16.14} + lru-cache@11.0.2: + resolution: {integrity: sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==} + engines: {node: 20 || >=22} + lru-cache@5.1.1: resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} @@ -7842,6 +7846,8 @@ snapshots: lru-cache@10.2.2: {} + lru-cache@11.0.2: {} + lru-cache@5.1.1: dependencies: yallist: 3.1.1