Skip to content

Commit e78e4dc

Browse files
chore(deps): bump h3 from 1.15.4 to 1.15.5
Bumps [h3](https://github.com/h3js/h3) from 1.15.4 to 1.15.5. - [Release notes](https://github.com/h3js/h3/releases) - [Changelog](https://github.com/h3js/h3/blob/v1.15.5/CHANGELOG.md) - [Commits](h3js/h3@v1.15.4...v1.15.5) --- updated-dependencies: - dependency-name: h3 dependency-version: 1.15.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2c2ed8f commit e78e4dc

File tree

3 files changed

+119
-20
lines changed

3 files changed

+119
-20
lines changed

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"citty": "^0.1.6",
29-
"h3": "^1.13.0",
29+
"h3": "^1.15.5",
3030
"zod": "^4.0.17",
3131
"@modelcontextprotocol/sdk": "^1.17.2"
3232
},

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"test": "vitest run packages/nuxt"
3535
},
3636
"devDependencies": {
37-
"h3": "^1.15.4",
37+
"h3": "^1.15.5",
3838
"typescript": "^5.5.4",
3939
"unbuild": "^2.0.0"
4040
}

0 commit comments

Comments
 (0)