Skip to content

Commit cbe2e31

Browse files
author
Temp
committed
chore(deps): update dependencies to latest versions
Dependencies updated: - @modelcontextprotocol/sdk: 1.25.2 -> 1.25.3 - @types/node: 25.0.8 -> 25.0.10 - @vitest/coverage-v8: 4.0.17 -> 4.0.18 - cors: 2.8.5 -> 2.8.6 - globals: 17.0.0 -> 17.1.0 - mysql2: 3.16.0 -> 3.16.1 - typescript-eslint: 8.53.0 -> 8.53.1 - vitest: 4.0.17 -> 4.0.18 - zod: 4.3.5 -> 4.3.6 Also includes documentation updates to README and DOCKER_README
1 parent 39dfe93 commit cbe2e31

File tree

5 files changed

+273
-268
lines changed

5 files changed

+273
-268
lines changed

CHANGELOG.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- **Dependabot Grouping** — Added dependency groups for `vitest` (vitest, @vitest/*), `eslint` (eslint, @eslint/*, typescript-eslint, globals), and `types` (@types/*) to prevent peer dependency fragmentation.
1414

1515
### Dependencies
16-
- Bumped `@modelcontextprotocol/sdk` from `^1.25.1` to `^1.25.2`
17-
- Bumped `typescript-eslint` from `^8.51.0` to `^8.53.0`
18-
- Bumped `@types/node` from `^25.0.3` to `^25.0.8`
19-
- Bumped `@vitest/coverage-v8` from `^4.0.16` to `^4.0.17`
20-
- Bumped `vitest` from `^4.0.16` to `^4.0.17`
21-
- Bumped `globals` from `^16.5.0` to `^17.0.0` (ESLint 9+ compatibility)
22-
- Bumped `zod` from `^4.2.1` to `^4.3.5`
23-
- Bumped transitive `hono` from `4.11.1` to `4.11.4` (via @hono/node-server)
16+
- Bumped `@modelcontextprotocol/sdk` from `^1.25.2` to `^1.25.3`
17+
- Bumped `@types/node` from `^25.0.8` to `^25.0.10`
18+
- Bumped `@vitest/coverage-v8` from `^4.0.17` to `^4.0.18`
19+
- Bumped `cors` from `^2.8.5` to `^2.8.6`
20+
- Bumped `globals` from `^17.0.0` to `^17.1.0`
21+
- Bumped `mysql2` from `^3.16.0` to `^3.16.1`
22+
- Bumped `typescript-eslint` from `^8.53.0` to `^8.53.1`
23+
- Bumped `vitest` from `^4.0.17` to `^4.0.18`
24+
- Bumped `zod` from `^4.3.5` to `^4.3.6`
2425

2526
### Security
2627
- **CVE Fix: hono JWT Algorithm Confusion** — Updated transitive dependency `hono` to 4.11.4 to fix GHSA-f67f-6cw9-8mq4 (JWT algorithm confusion allowing token forgery and auth bypass when JWK lacks "alg" field).

DOCKER_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MySQL MCP Server
22

3-
*Last updated January 14, 2026 - Production/Stable v2.1.0*
3+
*Last updated January 25, 2026 - Production/Stable v2.1.0*
44

55
[![GitHub](https://img.shields.io/badge/GitHub-neverinfamous/mysql--mcp-blue?logo=github)](https://github.com/neverinfamous/mysql-mcp)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- mcp-name: io.github.neverinfamous/mysql-mcp -->
44

5-
*Last updated January 14, 2026 - Production/Stable v2.1.0*
5+
*Last updated January 25, 2026 - Production/Stable v2.1.0*
66

77
[![GitHub](https://img.shields.io/badge/GitHub-neverinfamous/mysql--mcp-blue?logo=github)](https://github.com/neverinfamous/mysql-mcp)
88
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)