liteagents 2.15.1 → 2.15.3
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
CHANGED
|
@@ -15,6 +15,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
15
15
|
- Enhanced testing capabilities
|
|
16
16
|
- Performance optimizations
|
|
17
17
|
|
|
18
|
+
## [2.15.3] - 2026-08-04
|
|
19
|
+
|
|
20
|
+
### Security
|
|
21
|
+
- Merges Dependabot #29/#28: hono 4.13.0 (closes residual moderate ReDoS,
|
|
22
|
+
GHSA-8j4g-w8fx-2239), ip-address 10.4.0 (3 high SSRF/trust-boundary
|
|
23
|
+
advisories). Also applies `npm audit fix` for fast-uri 3.1.5 (high,
|
|
24
|
+
GHSA-7p8r-x3mc-p8w7) — flagged by audit but not yet proposed as a
|
|
25
|
+
separate Dependabot PR. Transitive deps of the bundled live-canvas-channel
|
|
26
|
+
plugin's MCP SDK; unreachable in its stdio server. Plugin audit: 3 → 0
|
|
27
|
+
vulnerabilities. 138 root tests green.
|
|
28
|
+
|
|
29
|
+
## [2.15.2] - 2026-07-24
|
|
30
|
+
|
|
31
|
+
### Security
|
|
32
|
+
|
|
33
|
+
- **Cleared the last plugin audit finding via an `overrides` pin: `@hono/node-server` → 2.0.11.** The advisory [GHSA-frvp-7c67-39w9](https://github.com/advisories/GHSA-frvp-7c67-39w9) (moderate, Windows-only serve-static path traversal) is patched only in `@hono/node-server@2.0.5`+ — a **major** bump. The plugin's `@modelcontextprotocol/sdk@1.29.0` (latest) pins `@hono/node-server: ^1.19.9`, a `1.x` range that can never resolve to the fix, so `npm audit fix` couldn't clear it (upstream tracked in [modelcontextprotocol/typescript-sdk#2531](https://github.com/modelcontextprotocol/typescript-sdk/issues/2531), still open). Added the community-confirmed `overrides` block to the plugin's `package.json` forcing `@hono/node-server` to `^2.0.11` within the SDK subtree. Plugin `npm audit` is now **0 findings**. The path was already unreachable here (stdio server, no `@hono/node-server`/HTTP-transport usage); this just removes the audit noise. Note: `@hono/node-server@2.x` needs Node 20+, but the plugin never loads it, so its own `>=18` runtime floor is unchanged. 138 root tests green; remove the override once the SDK widens its range.
|
|
34
|
+
|
|
18
35
|
## [2.15.1] - 2026-07-24
|
|
19
36
|
|
|
20
37
|
### Security
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "liteagents",
|
|
3
|
-
"version": "2.15.
|
|
3
|
+
"version": "2.15.3",
|
|
4
4
|
"description": "AI development toolkit with 11 specialized agents and 17 commands including live-canvas UI design with click-to-annotate feedback. Simple one-question installer for Claude, Opencode, Ampcode, and Droid.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
"node_modules/@hono/node-server": {
|
|
19
|
-
"version": "
|
|
20
|
-
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-
|
|
21
|
-
"integrity": "sha512-
|
|
19
|
+
"version": "2.0.11",
|
|
20
|
+
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-2.0.11.tgz",
|
|
21
|
+
"integrity": "sha512-bjD221KPLoJTWUwso1J6fGKiTXEUFedG/s0visavY4zakFPkeGURMRNly+FhBHs7T8Dz4qHaZIMX9ZoJHSJtKA==",
|
|
22
22
|
"license": "MIT",
|
|
23
23
|
"engines": {
|
|
24
|
-
"node": ">=
|
|
24
|
+
"node": ">=20"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"hono": "^4"
|
|
@@ -448,9 +448,9 @@
|
|
|
448
448
|
"license": "MIT"
|
|
449
449
|
},
|
|
450
450
|
"node_modules/fast-uri": {
|
|
451
|
-
"version": "3.1.
|
|
452
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.
|
|
453
|
-
"integrity": "sha512-
|
|
451
|
+
"version": "3.1.5",
|
|
452
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.5.tgz",
|
|
453
|
+
"integrity": "sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==",
|
|
454
454
|
"funding": [
|
|
455
455
|
{
|
|
456
456
|
"type": "github",
|
|
@@ -585,9 +585,9 @@
|
|
|
585
585
|
}
|
|
586
586
|
},
|
|
587
587
|
"node_modules/hono": {
|
|
588
|
-
"version": "4.
|
|
589
|
-
"resolved": "https://registry.npmjs.org/hono/-/hono-4.
|
|
590
|
-
"integrity": "sha512-
|
|
588
|
+
"version": "4.13.0",
|
|
589
|
+
"resolved": "https://registry.npmjs.org/hono/-/hono-4.13.0.tgz",
|
|
590
|
+
"integrity": "sha512-jhunvfHWxd7J5EFfSgH4xsYJzSe/lfqbUCxiyyeaQasUsXeEHXtzVid+7EOGByc5JnFa23SSFL3Y2RV/z1T+eQ==",
|
|
591
591
|
"license": "MIT",
|
|
592
592
|
"engines": {
|
|
593
593
|
"node": ">=16.9.0"
|
|
@@ -636,9 +636,9 @@
|
|
|
636
636
|
"license": "ISC"
|
|
637
637
|
},
|
|
638
638
|
"node_modules/ip-address": {
|
|
639
|
-
"version": "10.
|
|
640
|
-
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.
|
|
641
|
-
"integrity": "sha512
|
|
639
|
+
"version": "10.4.0",
|
|
640
|
+
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.4.0.tgz",
|
|
641
|
+
"integrity": "sha512-oSK96Grm3aP6OrS263xVxbNDGVL7rzBtYdpGqlDG8iQdoenDoTs/nkki+DflYbAEE8Xl6o5YxhxlrKvI3nqKXQ==",
|
|
642
642
|
"license": "MIT",
|
|
643
643
|
"engines": {
|
|
644
644
|
"node": ">= 12"
|