@mojaloop/central-ledger 19.11.2 → 19.11.3

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
@@ -7,6 +7,7 @@ ignore:
7
7
  - vulnerability: CVE-2025-9230
8
8
  - vulnerability: CVE-2025-9232
9
9
  - vulnerability: CVE-2025-9231
10
+ - vulnerability: GHSA-9965-vmph-33xx
10
11
 
11
12
 
12
13
  # Set output format defaults
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [19.11.3](https://github.com/mojaloop/central-ledger/compare/v19.11.2...v19.11.3) (2025-10-27)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * remove fulfil depdendant from being timedout ([#1219](https://github.com/mojaloop/central-ledger/issues/1219)) ([1503cf2](https://github.com/mojaloop/central-ledger/commit/1503cf22ac57e9b2afd2552c153895b54c0b7bb3))
11
+
12
+
13
+ ### Chore
14
+
15
+ * **sbom:** update sbom [skip ci] ([7d981aa](https://github.com/mojaloop/central-ledger/commit/7d981aa701c5243d3f42148ef58aeae87ac2e8f4))
16
+
5
17
  ### [19.11.2](https://github.com/mojaloop/central-ledger/compare/v19.11.1...v19.11.2) (2025-10-09)
6
18
 
7
19
 
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": [ // NOTE: Please add as much information as possible to any items added to the allowList
7
-
7
+ "GHSA-9965-vmph-33xx"
8
8
  ]
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/central-ledger",
3
- "version": "19.11.2",
3
+ "version": "19.11.3",
4
4
  "description": "Central ledger hosted by a scheme to record and settle transfers",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
@@ -93,10 +93,10 @@
93
93
  "@mojaloop/central-services-health": "15.2.0",
94
94
  "@mojaloop/central-services-logger": "11.10.1",
95
95
  "@mojaloop/central-services-metrics": "12.8.0",
96
- "@mojaloop/central-services-shared": "18.34.1",
97
- "@mojaloop/central-services-stream": "11.8.8",
96
+ "@mojaloop/central-services-shared": "18.34.2",
97
+ "@mojaloop/central-services-stream": "11.8.10",
98
98
  "@mojaloop/database-lib": "11.3.3",
99
- "@mojaloop/event-sdk": "14.8.0",
99
+ "@mojaloop/event-sdk": "14.8.1",
100
100
  "@mojaloop/inter-scheme-proxy-cache-lib": "2.9.0",
101
101
  "@mojaloop/ml-number": "11.4.0",
102
102
  "@mojaloop/object-store-lib": "12.2.0",
@@ -105,7 +105,7 @@
105
105
  "ajv-keywords": "5.1.0",
106
106
  "base64url": "3.0.1",
107
107
  "blipp": "4.0.2",
108
- "commander": "14.0.1",
108
+ "commander": "14.0.2",
109
109
  "cron": "4.3.3",
110
110
  "decimal.js": "10.6.0",
111
111
  "docdash": "2.0.2",
@@ -129,7 +129,7 @@
129
129
  },
130
130
  "devDependencies": {
131
131
  "@opentelemetry/api": "^1.9.0",
132
- "@opentelemetry/auto-instrumentations-node": "^0.65.0",
132
+ "@opentelemetry/auto-instrumentations-node": "^0.66.0",
133
133
  "@types/mock-knex": "0.4.8",
134
134
  "async-retry": "1.3.3",
135
135
  "audit-ci": "^7.1.0",
@@ -138,7 +138,7 @@
138
138
  "jsonpath": "1.1.1",
139
139
  "mock-knex": "0.4.13",
140
140
  "nodemon": "3.1.10",
141
- "npm-check-updates": "19.0.0",
141
+ "npm-check-updates": "19.1.1",
142
142
  "nyc": "17.1.0",
143
143
  "pre-commit": "1.2.2",
144
144
  "proxyquire": "2.1.3",