ml-testing-toolkit 18.16.5-trace-id.0 → 18.16.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/.grype.yaml CHANGED
@@ -6,6 +6,7 @@ ignore:
6
6
  - vulnerability: CVE-2025-9232
7
7
  - vulnerability: CVE-2025-9231
8
8
  - vulnerability: GHSA-3xgq-45jj-v275
9
+ - vulnerability: GHSA-5j98-mcp5-4vw2 # false positive report for glob 10.4.5, not found in package-lock.json
9
10
 
10
11
  # Set output format defaults
11
12
  output:
package/CHANGELOG.md CHANGED
@@ -1,4 +1,17 @@
1
1
  # Changelog: [mojaloop/thirdparty-api-svc](https://github.com/mojaloop/thirdparty-api-svc)
2
+ ### [18.16.5](https://github.com/mojaloop/ml-testing-toolkit/compare/v18.16.4...v18.16.5) (2025-11-18)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * consider optional traceId in response body ([#351](https://github.com/mojaloop/ml-testing-toolkit/issues/351)) ([a9d3e6c](https://github.com/mojaloop/ml-testing-toolkit/commit/a9d3e6c77f2ec91367ae8dfaf3cfc008c2cb4a24))
8
+ * dependencies ([#353](https://github.com/mojaloop/ml-testing-toolkit/issues/353)) ([a821e99](https://github.com/mojaloop/ml-testing-toolkit/commit/a821e99c9c3273986c6e6a8df8348a90a1c190f9))
9
+
10
+
11
+ ### Chore
12
+
13
+ * **sbom:** update sbom [skip ci] ([64d799f](https://github.com/mojaloop/ml-testing-toolkit/commit/64d799f7d0905309d1f7651bb6a9e56b863556ad))
14
+
2
15
  ### [18.16.4](https://github.com/mojaloop/ml-testing-toolkit/compare/v18.16.3...v18.16.4) (2025-11-10)
3
16
 
4
17
 
package/CODEOWNERS CHANGED
@@ -4,7 +4,7 @@
4
4
  ## @global-owner1 and @global-owner2 will be requested for
5
5
  ## review when someone opens a pull request.
6
6
  #* @global-owner1 @global-owner2
7
- * @vijayg10 @elnyry-sam-k @bushjames @shashi165 @gibaros @kleyow
7
+ * @vijayg10 @elnyry-sam-k @bushjames @shashi165 @gibaros @kleyow @geka-evk
8
8
  ## Order is important; the last matching pattern takes the most
9
9
  ## precedence. When someone opens a pull request that only
10
10
  ## modifies JS files, only @js-owner and not the global
package/audit-ci.jsonc CHANGED
@@ -4,6 +4,6 @@
4
4
  // Only use one of ["low": true, "moderate": true, "high": true, "critical": true]
5
5
  "moderate": true,
6
6
  "allowlist": [
7
- "GHSA-mh29-5h37-fv8m" // js-yaml https://github.com/advisories/GHSA-mh29-5h37-fv8m
7
+
8
8
  ]
9
9
  }
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.16.5-trace-id.0",
4
+ "version": "18.16.5",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Vijaya Kumar Guthi, ModusBox Inc. ",
7
7
  "contributors": [
@@ -108,7 +108,7 @@
108
108
  "json-rules-engine": "7.3.1",
109
109
  "jsonwebtoken": "9.0.2",
110
110
  "lodash": "4.17.21",
111
- "mongoose": "8.19.4",
111
+ "mongoose": "8.20.0",
112
112
  "multer": "2.0.2",
113
113
  "mustache": "4.2.0",
114
114
  "mv": "2.1.1",