claude-threads 1.4.5 → 1.4.7
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 +26 -0
- package/dist/index.js +847 -830
- package/dist/mcp/permission-server.js +14409 -1008
- package/package.json +12 -6
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,32 @@ 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.4.7] - 2026-03-08
|
|
9
|
+
|
|
10
|
+
### Security
|
|
11
|
+
- **Bump hono to 4.12.5** - Fixes CVE-2026-29045 (arbitrary file access via serveStatic)
|
|
12
|
+
- **Bump @hono/node-server to 1.19.11** - Fixes CVE-2026-29087 (authorization bypass via encoded slashes)
|
|
13
|
+
- **Bump express-rate-limit to 8.3.0** - Fixes CVE-2026-30827 (IPv4-mapped IPv6 rate limiting bypass)
|
|
14
|
+
- **Bump @modelcontextprotocol/sdk to 1.26.0** - Fixes CVE-2026-25536
|
|
15
|
+
- **Bump hono to 4.12.3** - Fixes CVE-2026-27700
|
|
16
|
+
|
|
17
|
+
### Dependencies
|
|
18
|
+
- **Bump production dependencies** - hono 4.12.5, @hono/node-server 1.19.11, express-rate-limit 8.3.0, @modelcontextprotocol/sdk 1.26.0 (#281, #276, #271, #270)
|
|
19
|
+
- **Bump dev dependencies** - ajv 6.14.0 (#264)
|
|
20
|
+
- **Bump CI actions** - actions/upload-artifact v6→v7 (#273), aquasecurity/trivy-action 0.34.2 (#274, #265, #257)
|
|
21
|
+
- **Add overrides/resolutions** for @hono/node-server and express-rate-limit to pin transitive deps
|
|
22
|
+
- **Ignore transitive minimatch ReDoS advisories** in bun audit
|
|
23
|
+
|
|
24
|
+
## [1.4.6] - 2026-01-29
|
|
25
|
+
|
|
26
|
+
### Security
|
|
27
|
+
- **Bump hono to 4.11.7** - Resolves 4 moderate audit vulnerabilities (GHSA-9r54, GHSA-w332, GHSA-6wqw, GHSA-r354)
|
|
28
|
+
|
|
29
|
+
### Dependencies
|
|
30
|
+
- **Bump production dependencies** - commander 14.0.2, diff 8.0.3, hono 4.11.7, semver 7.7.3, zod 3.25.76 (#248)
|
|
31
|
+
- **Bump dev dependencies** - @types/bun, @types/node 25.0.3, @types/react 19.2.7, eslint 9.39.2 (#247)
|
|
32
|
+
- **Bump trivy-action** - aquasecurity/trivy-action from 0.31.0 to 0.33.1 (#243)
|
|
33
|
+
|
|
8
34
|
## [1.4.5] - 2026-01-18
|
|
9
35
|
|
|
10
36
|
### Fixed
|