Skip to content

Commit 7981d91

Browse files
chore(deps): bump lru-cache from 11.2.2 to 11.2.4 (#1842)
Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 11.2.2 to 11.2.4. - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](isaacs/node-lru-cache@v11.2.2...v11.2.4) --- updated-dependencies: - dependency-name: lru-cache dependency-version: 11.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c81709e commit 7981d91

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"express": "^5.2.0",
6565
"express-winston": "^4.2.0",
6666
"http-errors": "^2.0.1",
67-
"lru-cache": "^11.2.2",
67+
"lru-cache": "^11.2.4",
6868
"prom-client": "^15.1.3",
6969
"rxjs": "^7.8.2",
7070
"winston": "^3.18.3",

yarn.lock

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2486,7 +2486,7 @@ __metadata:
24862486
express: "npm:^5.2.0"
24872487
express-winston: "npm:^4.2.0"
24882488
http-errors: "npm:^2.0.1"
2489-
lru-cache: "npm:^11.2.2"
2489+
lru-cache: "npm:^11.2.4"
24902490
prom-client: "npm:^15.1.3"
24912491
reflect-metadata: "npm:^0.2.2"
24922492
rxjs: "npm:^7.8.2"
@@ -6640,7 +6640,7 @@ __metadata:
66406640
languageName: node
66416641
linkType: hard
66426642

6643-
"lru-cache@npm:*, lru-cache@npm:^11.1.0, lru-cache@npm:^11.2.2":
6643+
"lru-cache@npm:*, lru-cache@npm:^11.1.0":
66446644
version: 11.2.2
66456645
resolution: "lru-cache@npm:11.2.2"
66466646
checksum: 10/fa7919fbf068a739f79a1ad461eb273514da7246cebb9dca68e3cd7ba19e3839e7e2aaecd9b72867e08038561eeb96941189e89b3d4091c75ced4f56c71c80db
@@ -6654,6 +6654,13 @@ __metadata:
66546654
languageName: node
66556655
linkType: hard
66566656

6657+
"lru-cache@npm:^11.2.4":
6658+
version: 11.2.4
6659+
resolution: "lru-cache@npm:11.2.4"
6660+
checksum: 10/3b2da74c0b6653767f8164c38c4c4f4d7f0cc10c62bfa512663d94a830191ae6a5af742a8d88a8b30d5f9974652d3adae53931f32069139ad24fa2a18a199aca
6661+
languageName: node
6662+
linkType: hard
6663+
66576664
"lru-cache@npm:^5.1.1":
66586665
version: 5.1.1
66596666
resolution: "lru-cache@npm:5.1.1"

0 commit comments

Comments
 (0)