scenri 0.8.1 → 0.8.2

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
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.8.2](https://github.com/tonygorb/Scenri/compare/v0.8.1...v0.8.2) (2026-09-03)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **deps:** patch fastify and fast-uri for the September advisories ([b87a1a6](https://github.com/tonygorb/Scenri/commit/b87a1a6da111cc45d73ae547df6d997e84ad7a7e))
9
+ * **deps:** patch fastify and fast-uri for the September advisories ([8e6a060](https://github.com/tonygorb/Scenri/commit/8e6a06059d075e46fd550336f9305d548352eb96))
10
+
3
11
  ## [0.8.1](https://github.com/tonygorb/Scenri/compare/v0.8.0...v0.8.1) (2026-09-03)
4
12
 
5
13
 
package/dist/serve.js CHANGED
@@ -9675,6 +9675,16 @@ function registerImageRoutes(app, deps) {
9675
9675
 
9676
9676
  // src/release/notes.data.ts
9677
9677
  var RELEASES = [
9678
+ {
9679
+ version: "0.8.2",
9680
+ date: "2026-09-03",
9681
+ sections: [
9682
+ {
9683
+ heading: "Security",
9684
+ body: "The server Scenri runs on and the URL parser under it are on their patched releases. Nothing about how Scenri works changes."
9685
+ }
9686
+ ]
9687
+ },
9678
9688
  {
9679
9689
  version: "0.8.1",
9680
9690
  date: "2026-09-03",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scenri",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "author": "Tony Gorb <hello@scenri.co>",
5
5
  "license": "AGPL-3.0-only",
6
6
  "type": "module",
@@ -22,7 +22,7 @@
22
22
  "ajv-formats": "^3.0.1",
23
23
  "better-sqlite3": "^12.0.0",
24
24
  "cheerio": "^1.0.0",
25
- "fastify": "^5.0.0",
25
+ "fastify": "^5.12.1",
26
26
  "jszip": "^3.10.1",
27
27
  "node-html-parser": "^7.0.1",
28
28
  "open": "^10.1.0",