Skip to content

Commit 7294133

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

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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.1.0",
6565
"express-winston": "^4.2.0",
6666
"http-errors": "^2.0.0",
67-
"lru-cache": "^11.1.0",
67+
"lru-cache": "^11.2.2",
6868
"prom-client": "^15.1.3",
6969
"rxjs": "^7.8.2",
7070
"winston": "^3.17.0",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2402,7 +2402,7 @@ __metadata:
24022402
express: "npm:^5.1.0"
24032403
express-winston: "npm:^4.2.0"
24042404
http-errors: "npm:^2.0.0"
2405-
lru-cache: "npm:^11.1.0"
2405+
lru-cache: "npm:^11.2.2"
24062406
prom-client: "npm:^15.1.3"
24072407
reflect-metadata: "npm:^0.2.2"
24082408
rxjs: "npm:^7.8.2"
@@ -6574,6 +6574,13 @@ __metadata:
65746574
languageName: node
65756575
linkType: hard
65766576

6577+
"lru-cache@npm:^11.2.2":
6578+
version: 11.2.2
6579+
resolution: "lru-cache@npm:11.2.2"
6580+
checksum: 10/fa7919fbf068a739f79a1ad461eb273514da7246cebb9dca68e3cd7ba19e3839e7e2aaecd9b72867e08038561eeb96941189e89b3d4091c75ced4f56c71c80db
6581+
languageName: node
6582+
linkType: hard
6583+
65776584
"lru-cache@npm:^5.1.1":
65786585
version: 5.1.1
65796586
resolution: "lru-cache@npm:5.1.1"

0 commit comments

Comments
 (0)