ml-testing-toolkit 18.17.1 → 18.17.2

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/.grype.yaml CHANGED
@@ -23,6 +23,29 @@ ignore:
23
23
  # Medium severity vulnerabilities
24
24
  - vulnerability: CVE-2026-22796
25
25
  reason: "libcrypto3 3.3.5-r0, libssl3 3.3.5-r0"
26
+ # libcrypto3 3.3.5-r0 / libssl3 3.3.5-r0: CVE-2025-15467
27
+ - vulnerability: CVE-2025-15467
28
+ reason: "libcrypto3 3.3.5-r0, libssl3 3.3.5-r0"
29
+ # High severity vulnerabilities
30
+ - vulnerability: GHSA-37qj-frw5-hhjh
31
+ reason: "fast-xml-parser 4.5.3"
32
+ - vulnerability: CVE-2025-69419
33
+ reason: "libcrypto3 3.3.5-r0, libssl3 3.3.5-r0"
34
+ - vulnerability: CVE-2025-69421
35
+ reason: "libcrypto3 3.3.5-r0, libssl3 3.3.5-r0"
36
+ # Medium severity vulnerabilities
37
+ - vulnerability: CVE-2025-66199
38
+ reason: "libcrypto3 3.3.5-r0, libssl3 3.3.5-r0"
39
+ - vulnerability: CVE-2025-15468
40
+ reason: "libcrypto3 3.3.5-r0, libssl3 3.3.5-r0"
41
+ - vulnerability: CVE-2026-22795
42
+ reason: "libcrypto3 3.3.5-r0, libssl3 3.3.5-r0"
43
+ - vulnerability: GHSA-p5wg-g6qr-c7cg
44
+ reason: "eslint 8.57.1"
45
+ - vulnerability: CVE-2025-68160
46
+ reason: "libcrypto3 3.3.5-r0, libssl3 3.3.5-r0"
47
+ - vulnerability: CVE-2025-69418
48
+ reason: "libcrypto3 3.3.5-r0, libssl3 3.3.5-r0"
26
49
  # Set output format defaults
27
50
  output:
28
51
  - "table"
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
  # Changelog: [mojaloop/thirdparty-api-svc](https://github.com/mojaloop/thirdparty-api-svc)
2
+ ### [18.17.2](https://github.com/mojaloop/ml-testing-toolkit/compare/v18.17.1...v18.17.2) (2026-02-03)
3
+
4
+
5
+ ### Chore
6
+
7
+ * bump dep ([#364](https://github.com/mojaloop/ml-testing-toolkit/issues/364)) ([2405c3b](https://github.com/mojaloop/ml-testing-toolkit/commit/2405c3b8e27b3a802dcf40929f464501258fb35b))
8
+ * **sbom:** update sbom [skip ci] ([f0f16ee](https://github.com/mojaloop/ml-testing-toolkit/commit/f0f16eeb1ec9542b64fef3297cf4fd82776b1f57))
9
+
2
10
  ### [18.17.1](https://github.com/mojaloop/ml-testing-toolkit/compare/v18.17.0...v18.17.1) (2026-01-29)
3
11
 
4
12
 
package/audit-ci.jsonc CHANGED
@@ -4,6 +4,7 @@
4
4
  // Only use one of ["low": true, "moderate": true, "high": true, "critical": true]
5
5
  "moderate": true,
6
6
  "allowlist": [
7
- "GHSA-xxjr-mmjv-4gpg"
7
+ "GHSA-xxjr-mmjv-4gpg",
8
+ "GHSA-37qj-frw5-hhjh"
8
9
  ]
9
10
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ml-testing-toolkit",
3
3
  "description": "Testing Toolkit for Mojaloop implementations",
4
- "version": "18.17.1",
4
+ "version": "18.17.2",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Vijaya Kumar Guthi, ModusBox Inc. ",
7
7
  "contributors": [
@@ -80,9 +80,9 @@
80
80
  "@hapi/vision": "7.0.3",
81
81
  "@mojaloop/central-services-logger": "11.10.3",
82
82
  "@mojaloop/central-services-metrics": "12.8.3",
83
- "@mojaloop/ml-schema-transformer-lib": "2.8.0",
83
+ "@mojaloop/ml-schema-transformer-lib": "2.8.1",
84
84
  "@mojaloop/ml-testing-toolkit-shared-lib": "14.3.2",
85
- "@mojaloop/sdk-standard-components": "19.18.5",
85
+ "@mojaloop/sdk-standard-components": "19.18.6",
86
86
  "@now-ims/hapi-now-auth": "2.1.0",
87
87
  "@types/socket.io": "3.0.2",
88
88
  "adm-zip": "0.5.16",