ml-testing-toolkit 18.17.0 → 18.17.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/.grype.yaml CHANGED
@@ -15,7 +15,14 @@ ignore:
15
15
  - vulnerability: CVE-2026-21637
16
16
  - vulnerability: CVE-2025-59466
17
17
  - vulnerability: GHSA-xxjr-mmjv-4gpg
18
-
18
+ # High severity vulnerabilities
19
+ - vulnerability: CVE-2025-69420
20
+ reason: "libcrypto3 3.3.5-r0, libssl3 3.3.5-r0"
21
+ - vulnerability: GHSA-34x7-hfp2-rc4v
22
+ reason: "tar 6.2.1, 7.4.3"
23
+ # Medium severity vulnerabilities
24
+ - vulnerability: CVE-2026-22796
25
+ reason: "libcrypto3 3.3.5-r0, libssl3 3.3.5-r0"
19
26
  # Set output format defaults
20
27
  output:
21
28
  - "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.1](https://github.com/mojaloop/ml-testing-toolkit/compare/v18.17.0...v18.17.1) (2026-01-29)
3
+
4
+
5
+ ### Chore
6
+
7
+ * **sbom:** update sbom [skip ci] ([daf48a2](https://github.com/mojaloop/ml-testing-toolkit/commit/daf48a22b1d0110707d60c973d0efe4a49f86ebd))
8
+ * update dependencies and audit ([#363](https://github.com/mojaloop/ml-testing-toolkit/issues/363)) ([f0f9c44](https://github.com/mojaloop/ml-testing-toolkit/commit/f0f9c449ad90804d2439099242715711787b0f99))
9
+
2
10
  ## [18.17.0](https://github.com/mojaloop/ml-testing-toolkit/compare/v18.16.6...v18.17.0) (2026-01-26)
3
11
 
4
12
 
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.0",
4
+ "version": "18.17.1",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Vijaya Kumar Guthi, ModusBox Inc. ",
7
7
  "contributors": [
@@ -71,7 +71,7 @@
71
71
  "genexec": "pkg -t node8-win ."
72
72
  },
73
73
  "dependencies": {
74
- "@elastic/elasticsearch": "9.2.0",
74
+ "@elastic/elasticsearch": "9.2.1",
75
75
  "@hapi/basic": "7.0.2",
76
76
  "@hapi/boom": "10.0.1",
77
77
  "@hapi/good": "9.0.1",
@@ -80,15 +80,15 @@
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.7.13",
83
+ "@mojaloop/ml-schema-transformer-lib": "2.8.0",
84
84
  "@mojaloop/ml-testing-toolkit-shared-lib": "14.3.2",
85
- "@mojaloop/sdk-standard-components": "19.18.4",
85
+ "@mojaloop/sdk-standard-components": "19.18.5",
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",
89
89
  "ajv-formats": "3.0.1",
90
90
  "atob": "2.1.2",
91
- "axios": "1.13.3",
91
+ "axios": "1.13.4",
92
92
  "chai": "4.4.1",
93
93
  "connection-string": "^5.0.0",
94
94
  "cookie-parser": "1.4.7",
@@ -138,7 +138,7 @@
138
138
  "jest": "29.7.0",
139
139
  "jest-junit": "16.0.0",
140
140
  "nodemon": "3.1.11",
141
- "npm-check-updates": "19.3.1",
141
+ "npm-check-updates": "19.3.2",
142
142
  "nyc": "17.1.0",
143
143
  "parse-strings-in-object": "1.6.0",
144
144
  "pre-commit": "1.2.2",