@funnycode/myclaude 0.1.310 → 0.1.312

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.
Files changed (4) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/dist/myclaude.js +40841 -36551
  3. package/dist/myclaude.mjs +40841 -36551
  4. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.310] - 2026-09-06
4
+
5
+ ### Security
6
+ - **Upgraded `marked` from 18.0.9 → 18.0.11** — pulls in the latest upstream patch releases to address known Markdown-parser vulnerabilities (ReDoS / XSS hardening). The project only uses `marked.lexer` (no HTML renderer), so the XSS surface is already minimal, but staying on the latest patch is the standard mitigation for CVEs in this dependency (fixes #990).
7
+
3
8
  ## [0.1.23] - 2026-06-17
4
9
 
5
10
  ### Fixed