Skip to content

Commit e4e5ec4

Browse files
chore(deps-dev): bump hono-rate-limiter from 0.4.2 to 0.5.3
Bumps [hono-rate-limiter](https://github.com/rhinobase/hono-rate-limiter) from 0.4.2 to 0.5.3. - [Release notes](https://github.com/rhinobase/hono-rate-limiter/releases) - [Commits](https://github.com/rhinobase/hono-rate-limiter/commits/v0.5.3) --- updated-dependencies: - dependency-name: hono-rate-limiter dependency-version: 0.5.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1650484 commit e4e5ec4

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

packages/mcp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@
5555
"peerDependencies": {
5656
"@modelcontextprotocol/sdk": "^1.25.1",
5757
"hono": "*",
58-
"hono-rate-limiter": "^0.4.2",
58+
"hono-rate-limiter": "^0.5.3",
5959
"zod": "^3.25.0 || ^4.0.0"
6060
},
6161
"devDependencies": {
6262
"@arethetypeswrong/cli": "^0.17.4",
6363
"@modelcontextprotocol/sdk": "^1.25.1",
6464
"@types/node": "^25.2.3",
6565
"hono": "^4.11.5",
66-
"hono-rate-limiter": "^0.4.2",
66+
"hono-rate-limiter": "^0.5.3",
6767
"tsdown": "^0.15.9",
6868
"typescript": "^5.9.3",
6969
"vitest": "^4.1.0-beta.1",

yarn.lock

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2078,7 +2078,7 @@ __metadata:
20782078
"@modelcontextprotocol/sdk": "npm:^1.25.1"
20792079
"@types/node": "npm:^25.2.3"
20802080
hono: "npm:^4.11.5"
2081-
hono-rate-limiter: "npm:^0.4.2"
2081+
hono-rate-limiter: "npm:^0.5.3"
20822082
pkce-challenge: "npm:^5.0.0"
20832083
tsdown: "npm:^0.15.9"
20842084
typescript: "npm:^5.9.3"
@@ -2087,7 +2087,7 @@ __metadata:
20872087
peerDependencies:
20882088
"@modelcontextprotocol/sdk": ^1.25.1
20892089
hono: "*"
2090-
hono-rate-limiter: ^0.4.2
2090+
hono-rate-limiter: ^0.5.3
20912091
zod: ^3.25.0 || ^4.0.0
20922092
languageName: unknown
20932093
linkType: soft
@@ -9624,12 +9624,16 @@ __metadata:
96249624
languageName: unknown
96259625
linkType: soft
96269626

9627-
"hono-rate-limiter@npm:^0.4.2":
9628-
version: 0.4.2
9629-
resolution: "hono-rate-limiter@npm:0.4.2"
9627+
"hono-rate-limiter@npm:^0.5.3":
9628+
version: 0.5.3
9629+
resolution: "hono-rate-limiter@npm:0.5.3"
96309630
peerDependencies:
9631-
hono: ^4.1.1
9632-
checksum: 10c0/fd6c2d484a3112cdf97759c6afe9d457d20029471c9ae2ab2fce4ae75e1cd629a7947988b3f8026fceeaab5b7fcf0e208b7b51d3618a16c4a7181d93a32ee51e
9631+
hono: ^4.10.8
9632+
unstorage: ^1.17.3
9633+
peerDependenciesMeta:
9634+
unstorage:
9635+
optional: true
9636+
checksum: 10c0/4153dc1ac0179a6903ec8b57351fd38477d70a7e441962b6c591bd5412f5d082230a91168eeb70b9cffac78e551c958352d4877ee2f2b4ae3647c14768e9a14e
96339637
languageName: node
96349638
linkType: hard
96359639

0 commit comments

Comments
 (0)