@poolzin/pool-bot 2026.1.37 → 2026.1.38

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
@@ -5,6 +5,15 @@ All notable changes to Pool Bot will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [2026.1.38] - 2026-02-07
9
+
10
+ ### 🔒 Security: Bump hono to fix 4 moderate CVEs
11
+
12
+ - **hono 4.11.4 → 4.11.8** — fixes GHSA-9r54-q6cx-xmh5 (XSS via ErrorBoundary), GHSA-6wqw-2p9w-4vw4 (cache middleware ignores Cache-Control: private), GHSA-r354-f388-2fhh (IPv4 validation bypass in IP restriction middleware), GHSA-w332-q679-j88p (arbitrary key read in serve-static Cloudflare adapter).
13
+ - npm audit: 10 → 6 vulnerabilities (4 moderate hono CVEs eliminated).
14
+
15
+ ---
16
+
8
17
  ## [2026.1.37] - 2026-02-07
9
18
 
10
19
  ### 🔒 Security: Remove node-llama-cpp, fix tar vulnerability
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2026.1.37",
3
- "commit": "7958e0d404baac731dd5d36d1e1a33b321101a26",
4
- "builtAt": "2026-02-07T22:53:01.149Z"
2
+ "version": "2026.1.38",
3
+ "commit": "81a36d3e7fbb666876601f4843b977bdde5ddad5",
4
+ "builtAt": "2026-02-07T23:11:04.554Z"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@poolzin/pool-bot",
3
- "version": "2026.1.37",
3
+ "version": "2026.1.38",
4
4
  "description": "🎱 Pool Bot - AI assistant with PLCODE integrations",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -184,7 +184,7 @@
184
184
  "express": "^5.2.1",
185
185
  "file-type": "^21.3.0",
186
186
  "grammy": "^1.39.3",
187
- "hono": "4.11.4",
187
+ "hono": "4.11.8",
188
188
  "jiti": "^2.6.1",
189
189
  "json5": "^2.2.3",
190
190
  "jszip": "^3.10.1",
@@ -245,7 +245,7 @@
245
245
  "minimumReleaseAge": 2880,
246
246
  "overrides": {
247
247
  "@sinclair/typebox": "0.34.47",
248
- "hono": "4.11.4",
248
+ "hono": "4.11.8",
249
249
  "tar": "7.5.7"
250
250
  }
251
251
  },