@overpod/mcp-telegram 1.36.1 → 1.36.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.36.2] — 2026-05-10
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Dependency updates (no behavioral changes, no API surface changes):
|
|
13
|
+
- `@biomejs/biome` `^2.4.14` → `^2.4.15` (devDep, lint/format only)
|
|
14
|
+
- `biome.json` schema bumped to 2.4.15 via `biome migrate --write`
|
|
15
|
+
- `npm audit fix` resolved 9 transitive advisories pulled in via `@modelcontextprotocol/sdk`:
|
|
16
|
+
- `hono` 4.12.9 → 4.12.18 (CSS injection in JSX SSR, JWT NumericDate, Cache `Vary`, etc.)
|
|
17
|
+
- `fast-uri` 3.1.0 → 3.1.2 (host confusion + path traversal)
|
|
18
|
+
- `ip-address` 10.1.0 → 10.2.0 (Address6 HTML XSS)
|
|
19
|
+
- `@hono/node-server` 1.19.11 → 1.19.14 (middleware bypass via repeated slashes)
|
|
20
|
+
- `express-rate-limit` 8.3.1 → 8.5.1
|
|
21
|
+
- 3 remaining moderate advisories in `vitepress → vite → esbuild` are dev-only (docs site) with no upstream fix available.
|
|
22
|
+
|
|
8
23
|
## [1.36.1] — 2026-05-04
|
|
9
24
|
|
|
10
25
|
### Fixed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@overpod/mcp-telegram",
|
|
3
|
-
"version": "1.36.
|
|
3
|
+
"version": "1.36.2",
|
|
4
4
|
"description": "MCP server for Telegram userbot — messages, media, reactions, polls & more. Built on GramJS/MTProto.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"zod": "^4.4.3"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@biomejs/biome": "^2.4.
|
|
69
|
+
"@biomejs/biome": "^2.4.15",
|
|
70
70
|
"@types/node": "^25.6.0",
|
|
71
71
|
"@types/qrcode": "^1.5.6",
|
|
72
72
|
"c8": "^11.0.0",
|