@equinor/fusion-framework-cli 14.2.3 → 14.2.5
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 +25 -0
- package/bin/build/bin.mjs +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 14.2.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @equinor/fusion-framework-dev-portal@5.1.6
|
|
8
|
+
- @equinor/fusion-framework-dev-server@2.0.3
|
|
9
|
+
|
|
10
|
+
## 14.2.4
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 4f71408: Internal: Bump `simple-git` from 3.35.2 to 3.36.0.
|
|
15
|
+
- ee9c669: Patched transitive security vulnerabilities in build toolchain dependencies:
|
|
16
|
+
- `serialize-javascript` → 7.0.5 (CPU exhaustion DoS)
|
|
17
|
+
- `minimatch` → 5.1.8 / 9.0.7 (ReDoS via repeated wildcards)
|
|
18
|
+
- `brace-expansion` → 2.0.3 / 5.0.5 (zero-step sequence DoS)
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [4f71408]
|
|
21
|
+
- Updated dependencies [1fc204f]
|
|
22
|
+
- Updated dependencies [d14caa6]
|
|
23
|
+
- Updated dependencies [4f71408]
|
|
24
|
+
- @equinor/fusion-framework-dev-portal@5.1.5
|
|
25
|
+
- @equinor/fusion-framework-module-msal-node@4.0.2
|
|
26
|
+
- @equinor/fusion-framework-dev-server@2.0.2
|
|
27
|
+
|
|
3
28
|
## 14.2.3
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|