Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Commit 1729a79

Browse files
Update dependency lru-cache to v10
1 parent 525da1b commit 1729a79

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"js-base64": "^3.7.1",
3232
"json2ts": "^0.0.7",
3333
"lodash": "^4.17.21",
34-
"lru-cache": "^6.0.0",
34+
"lru-cache": "^10.2.0",
3535
"mz": "^2.7.0",
3636
"rxjs": "^6.6.7",
3737
"sourcegraph": "25.7.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6021,6 +6021,11 @@ loud-rejection@^1.0.0:
60216021
currently-unhandled "^0.4.1"
60226022
signal-exit "^3.0.0"
60236023

6024+
lru-cache@^10.2.0:
6025+
version "10.2.0"
6026+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
6027+
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
6028+
60246029
lru-cache@^6.0.0:
60256030
version "6.0.0"
60266031
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"

0 commit comments

Comments
 (0)