@red-hat-developer-hub/plugin-cost-management-common 2.2.0 → 2.2.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 +33 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @red-hat-developer-hub/plugin-cost-management-common
|
|
2
2
|
|
|
3
|
+
## 2.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 558b7c3: fix: patch transitive dependency CVEs via yarn resolutions
|
|
8
|
+
|
|
9
|
+
Pins vulnerable transitive dependencies to patched versions to address open Dependabot alerts:
|
|
10
|
+
|
|
11
|
+
- 815580b: fix: additional CVE patches and dependency updates for 2.2.1
|
|
12
|
+
|
|
13
|
+
Covers the following changes merged after the initial CVE patch (558b7c3):
|
|
14
|
+
|
|
15
|
+
- chore(deps): update rhdh cost management dependencies (patch) (#3000) — bumps
|
|
16
|
+
`@aws-sdk/core/fast-xml-parser` to 4.5.6, `request/form-data` to 2.5.5,
|
|
17
|
+
`request/tough-cookie` to 4.1.4, `typeorm` to 0.3.29, and `file-type` to 21.3.4
|
|
18
|
+
via yarn resolutions
|
|
19
|
+
|
|
20
|
+
- fix: resolve lodash CVEs via workspace resolution (#3135) — pins lodash to 4.18.1
|
|
21
|
+
to address GHSA-r5fr-rjxr-66jc (Code Injection via _.template, CVSS 8.1) and
|
|
22
|
+
GHSA-f23m-r3pf-42rh (Prototype Pollution via _.unset/\_.omit, CVSS 6.5)
|
|
23
|
+
|
|
24
|
+
- fix: update lodash direct deps to 4.18.1 to close Dependabot alerts (#3142) —
|
|
25
|
+
updates pinned lodash versions in individual plugin package.json files so
|
|
26
|
+
Dependabot can detect the fix for GHSA-r5fr-rjxr-66jc and GHSA-f23m-r3pf-42rh
|
|
27
|
+
|
|
28
|
+
- fix: CVE patches for casbin/minimatch and fast-xml-parser (#3143) — adds
|
|
29
|
+
`casbin/minimatch` resolution to 7.4.8 and bumps `fast-xml-parser` to 5.7.3
|
|
30
|
+
|
|
31
|
+
- fix: upgrade @backstage-community/plugin-rbac-backend to ^7.12.4 (#3161) —
|
|
32
|
+
upgrades rbac-backend and rbac-common to address a Backstage backend CVE
|
|
33
|
+
|
|
34
|
+
- chore(deps): update linkifyjs to v4.3.3 (#3155) — patch version bump
|
|
35
|
+
|
|
3
36
|
## 2.2.0
|
|
4
37
|
|
|
5
38
|
### Minor Changes
|
package/package.json
CHANGED