@equinor/fusion-framework-cli 15.1.6 → 15.1.8

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,28 @@
1
1
  # Change Log
2
2
 
3
+ ## 15.1.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 48d55b4: Updated `adm-zip` from `^0.5.x` to `^0.6.0`. This release includes a fix for **CVE-2026-39244** (decompression bomb — crafted archives could exhaust memory via a declared-but-absent huge uncompressed size), a prototype pollution hardening fix, and several bug fixes.
8
+ - 841c728: Updated `semver` from `7.8.4` to `7.8.5`. Patch bug fix release.
9
+ - c39af35: Updated `vite` from `8.0.16` to `8.1.5`.
10
+
11
+ Notable changes:
12
+ - `server.fs.deny` extended with common sensitive files (security hardening)
13
+ - New `caseSensitive` option for `import.meta.glob`
14
+ - WASM ESM Integration (direct `.wasm` imports)
15
+ - `html.additionalAssetSources` option
16
+ - Various bug fixes across HMR, CSS, SSR, and dev server
17
+ - @equinor/fusion-framework-dev-portal@8.0.0
18
+ - @equinor/fusion-framework-dev-server@2.0.14
19
+
20
+ ## 15.1.7
21
+
22
+ ### Patch Changes
23
+
24
+ - @equinor/fusion-framework-dev-portal@7.0.3
25
+
3
26
  ## 15.1.6
4
27
 
5
28
  ### Patch Changes