@mojaloop/ml-testing-toolkit-client-lib 1.11.0 → 1.12.0-ceph-bucket.0

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
@@ -5,6 +5,7 @@ ignore:
5
5
  - vulnerability: CVE-2025-9230
6
6
  - vulnerability: CVE-2025-9231
7
7
  - vulnerability: CVE-2025-9232
8
+ - vulnerability: GHSA-9965-vmph-33xx # validator 13.15.15
8
9
 
9
10
  # Set output format defaults
10
11
  output:
package/audit-ci.jsonc CHANGED
@@ -4,5 +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-9965-vmph-33xx" // validator 13.15.15
7
8
  ]
8
9
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mojaloop/ml-testing-toolkit-client-lib",
3
3
  "description": "Testing Toolkit Client Library",
4
- "version": "1.11.0",
4
+ "version": "1.12.0-ceph-bucket.0",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Vijaya Kumar Guthi, ModusBox Inc. ",
7
7
  "contributors": [
@@ -93,7 +93,7 @@
93
93
  "audit-ci": "7.1.0",
94
94
  "jest": "30.2.0",
95
95
  "jest-junit": "16.0.0",
96
- "npm-check-updates": "19.0.0",
96
+ "npm-check-updates": "19.1.1",
97
97
  "nyc": "17.1.0",
98
98
  "parse-strings-in-object": "1.6.0",
99
99
  "pre-commit": "1.2.2",