jeasx 2.5.0 → 2.5.1

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 (2) hide show
  1. package/CHANGELOG.md +7 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # Changelog
2
2
 
3
- ## 2026-04-15 - Jeasx 2.5.0 released
3
+ ## 2026-04-16 - Jeasx 2.5.1 released
4
+
5
+ 🎉 Upgrade to latest `@fastify/static` to fix [CVE-2026-6410](https://github.com/fastify/fastify-static/security/advisories/GHSA-pr96-94w5-mx2h) and [CVE-2026-6414](https://github.com/fastify/fastify-static/security/advisories/GHSA-x428-ghpx-8j92).
6
+
7
+ Dependency updates: `@fastify/static@9.1.1`
8
+
9
+ ## 2026-04-15 - Jeasx 2.5.0 released]()
4
10
 
5
11
  🎉 This release removes all non-essential Fastify configuration options from the Jeasx core, aligning it more closely with Fastify’s well-chosen default settings.
6
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jeasx",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "Jeasx - the ease of JSX with the power of SSR",
5
5
  "keywords": [
6
6
  "async",
@@ -32,7 +32,7 @@
32
32
  "@fastify/cookie": "11.0.2",
33
33
  "@fastify/formbody": "8.0.2",
34
34
  "@fastify/multipart": "10.0.0",
35
- "@fastify/static": "9.1.0",
35
+ "@fastify/static": "9.1.1",
36
36
  "@types/node": "25.6.0",
37
37
  "esbuild": "0.28.0",
38
38
  "fastify": "5.8.5",