@equinor/fusion-framework-cli 14.1.0 → 14.1.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Change Log
2
2
 
3
+ ## 14.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 8f16c97: Update rollup (4.59.0 → 4.60.1) used to produce the published bundles for both packages.
8
+
9
+ rollup 4.60.1 fixes a bug where side-effect imports could be silently dropped during bundling due to a namespace re-export caching issue ([rollup#6274](https://github.com/rollup/rollup/issues/6274)). Both packages use rollup to bundle their published output, so the fix ensures the emitted artifacts are correct.
10
+
11
+ No API or behaviour changes for consumers.
12
+
13
+ - fe63b78: Internal: update bundled ajv (8.17.1 → 8.18.0) in the CLI.
14
+
15
+ ajv 8.18.0 includes a security fix for CVE-2025-69873 — a ReDoS vulnerability in the `$data` keyword's `pattern` validation. The CLI bundles ajv for portal schema validation, so this patch updates the bundled copy.
16
+
17
+ No CLI API or behaviour changes for consumers.
18
+
19
+ - Updated dependencies [6872aad]
20
+ - Updated dependencies [5c836fb]
21
+ - @equinor/fusion-framework-module-msal-node@4.0.1
22
+ - @equinor/fusion-framework-dev-server@2.0.1
23
+ - @equinor/fusion-framework-dev-portal@5.1.1
24
+
3
25
  ## 14.1.0
4
26
 
5
27
  ### Minor Changes