Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"express": "^5.2.1",
"express-winston": "^4.2.0",
"http-errors": "^2.0.1",
"lru-cache": "^11.3.5",
"lru-cache": "^11.3.6",
"prom-client": "^15.1.3",
"rxjs": "^7.8.2",
"winston": "^3.19.0",
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2682,7 +2682,7 @@ __metadata:
express: "npm:^5.2.1"
express-winston: "npm:^4.2.0"
http-errors: "npm:^2.0.1"
lru-cache: "npm:^11.3.5"
lru-cache: "npm:^11.3.6"
prom-client: "npm:^15.1.3"
reflect-metadata: "npm:^0.2.2"
rxjs: "npm:^7.8.2"
Expand Down Expand Up @@ -6824,7 +6824,7 @@ __metadata:
languageName: node
linkType: hard

"lru-cache@npm:*, lru-cache@npm:^11.1.0, lru-cache@npm:^11.3.5":
"lru-cache@npm:*, lru-cache@npm:^11.1.0":
version: 11.3.5
resolution: "lru-cache@npm:11.3.5"
checksum: 10/3701b77e87765a3aea453402a7850bdbf7e02445210f35bd5ba1561f601f605f488bf9932be4a3851a6664073924f671a1ec99c4a1a98c457e0d126872a3e04f
Expand All @@ -6838,6 +6838,13 @@ __metadata:
languageName: node
linkType: hard

"lru-cache@npm:^11.3.6":
version: 11.3.6
resolution: "lru-cache@npm:11.3.6"
checksum: 10/d69ab552776954c7d310a6b2843e7d6be3a1c36c0ce45fca373c225ce5a06b95fd4ed724305d9d15fa55aa24d3cd42f854aa061bc481241225b3accf32993eab
languageName: node
linkType: hard

"lru-cache@npm:^5.1.1":
version: 5.1.1
resolution: "lru-cache@npm:5.1.1"
Expand Down
Loading