liteagents 2.15.2 → 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,17 @@ 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
+
18
29
  ## [2.15.2] - 2026-07-24
19
30
 
20
31
  ### Security
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "liteagents",
3
- "version": "2.15.2",
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": {
@@ -448,9 +448,9 @@
448
448
  "license": "MIT"
449
449
  },
450
450
  "node_modules/fast-uri": {
451
- "version": "3.1.4",
452
- "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz",
453
- "integrity": "sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==",
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.12.31",
589
- "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.31.tgz",
590
- "integrity": "sha512-zJIHFrl6bq3RDd2YusFNCDlM8qUprxKswyi/OPzPyzKDdyBXDqWx8bZlZ7R+saTdSTatUmb3O7K4SspGPaEOQg==",
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.2.0",
640
- "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.2.0.tgz",
641
- "integrity": "sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==",
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"