@mojaloop/central-ledger 19.11.3 → 19.11.4-cache.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
@@ -7,8 +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
11
-
10
+ - vulnerability: GHSA-5j98-mcp5-4vw2
12
11
 
13
12
  # Set output format defaults
14
13
  output:
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
- "GHSA-9965-vmph-33xx"
7
+ "GHSA-5j98-mcp5-4vw2"
8
8
  ]
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/central-ledger",
3
- "version": "19.11.3",
3
+ "version": "19.11.4-cache.1",
4
4
  "description": "Central ledger hosted by a scheme to record and settle transfers",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
@@ -44,7 +44,7 @@
44
44
  "lint": "npx standard",
45
45
  "lint:fix": "npx standard --fix",
46
46
  "test": "npm run test:unit:spec",
47
- "test:unit": "npx tape 'test/unit/**/*.test.js'",
47
+ "test:unit": "tape 'test/unit/**/*.test.js'",
48
48
  "test:unit:spec": "npm run test:unit | tap-spec",
49
49
  "test:unit:distLock": "npx tape 'test/unit/lib/distLock/**/*.test.js'",
50
50
  "test:unit:participants-routes": "npx tape test/unit/api/participants/routes.test.js",
@@ -85,28 +85,29 @@
85
85
  "dependencies": {
86
86
  "@hapi/basic": "7.0.2",
87
87
  "@hapi/catbox-memory": "6.0.2",
88
+ "@hapi/catbox": "12.1.1",
88
89
  "@hapi/good": "9.0.1",
89
- "@hapi/hapi": "21.4.3",
90
+ "@hapi/hapi": "21.4.4",
90
91
  "@hapi/inert": "7.1.0",
91
92
  "@hapi/vision": "7.0.3",
92
- "@mojaloop/central-services-error-handling": "13.1.3",
93
- "@mojaloop/central-services-health": "15.2.0",
94
- "@mojaloop/central-services-logger": "11.10.1",
95
- "@mojaloop/central-services-metrics": "12.8.0",
96
- "@mojaloop/central-services-shared": "18.34.2",
97
- "@mojaloop/central-services-stream": "11.8.10",
98
- "@mojaloop/database-lib": "11.3.3",
99
- "@mojaloop/event-sdk": "14.8.1",
93
+ "@mojaloop/central-services-error-handling": "13.1.5",
94
+ "@mojaloop/central-services-health": "15.2.1",
95
+ "@mojaloop/central-services-logger": "11.10.2",
96
+ "@mojaloop/central-services-metrics": "12.8.3",
97
+ "@mojaloop/central-services-shared": "18.34.5",
98
+ "@mojaloop/central-services-stream": "11.8.13",
99
+ "@mojaloop/database-lib": "11.3.4",
100
+ "@mojaloop/event-sdk": "14.8.2",
100
101
  "@mojaloop/inter-scheme-proxy-cache-lib": "2.9.0",
101
- "@mojaloop/ml-number": "11.4.0",
102
- "@mojaloop/object-store-lib": "12.2.0",
102
+ "@mojaloop/ml-number": "11.4.2",
103
+ "@mojaloop/object-store-lib": "12.2.2",
103
104
  "@now-ims/hapi-now-auth": "2.1.0",
104
105
  "ajv": "8.17.1",
105
106
  "ajv-keywords": "5.1.0",
106
107
  "base64url": "3.0.1",
107
108
  "blipp": "4.0.2",
108
109
  "commander": "14.0.2",
109
- "cron": "4.3.3",
110
+ "cron": "4.4.0",
110
111
  "decimal.js": "10.6.0",
111
112
  "docdash": "2.0.2",
112
113
  "event-stream": "4.0.1",
@@ -129,7 +130,7 @@
129
130
  },
130
131
  "devDependencies": {
131
132
  "@opentelemetry/api": "^1.9.0",
132
- "@opentelemetry/auto-instrumentations-node": "^0.66.0",
133
+ "@opentelemetry/auto-instrumentations-node": "^0.67.2",
133
134
  "@types/mock-knex": "0.4.8",
134
135
  "async-retry": "1.3.3",
135
136
  "audit-ci": "^7.1.0",
@@ -137,8 +138,8 @@
137
138
  "jsdoc": "4.0.5",
138
139
  "jsonpath": "1.1.1",
139
140
  "mock-knex": "0.4.13",
140
- "nodemon": "3.1.10",
141
- "npm-check-updates": "19.1.1",
141
+ "nodemon": "3.1.11",
142
+ "npm-check-updates": "19.2.0",
142
143
  "nyc": "17.1.0",
143
144
  "pre-commit": "1.2.2",
144
145
  "proxyquire": "2.1.3",