@mojaloop/central-ledger 19.4.4 → 19.5.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
@@ -2,9 +2,7 @@ ignore:
2
2
  # Ignore cross-spawn vulnerabilities by CVE ID due to false positive
3
3
  # as grype looks at package-lock.json where it shows versions with
4
4
  # vulnerabilities, npm ls shows only 7.0.6 verion is used
5
- - vulnerability: "GHSA-3xgq-45jj-v275"
6
- package:
7
- name: "cross-spawn"
5
+
8
6
 
9
7
  # Set output format defaults
10
8
  output:
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 18.20.6
1
+ 22.15.1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
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.5.0](https://github.com/mojaloop/central-ledger/compare/v19.4.4...v19.5.0) (2025-05-27)
6
+
7
+
8
+ ### Features
9
+
10
+ * bump up node to v22.15.1 ([#1168](https://github.com/mojaloop/central-ledger/issues/1168)) ([11ba0e0](https://github.com/mojaloop/central-ledger/commit/11ba0e0ee2b98413e13687791321eb9f02ba8a09))
11
+
5
12
  ### [19.4.4](https://github.com/mojaloop/central-ledger/compare/v19.4.3...v19.4.4) (2025-04-10)
6
13
 
7
14
 
package/audit-ci.jsonc CHANGED
@@ -4,6 +4,5 @@
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-968p-4wvh-cqc8" // https://github.com/advisories/GHSA-968p-4wvh-cqc8
8
7
  ]
9
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/central-ledger",
3
- "version": "19.4.4",
3
+ "version": "19.5.0",
4
4
  "description": "Central ledger hosted by a scheme to record and settle transfers",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
@@ -87,24 +87,24 @@
87
87
  "@hapi/hapi": "21.4.0",
88
88
  "@hapi/inert": "7.1.0",
89
89
  "@hapi/vision": "7.0.3",
90
- "@mojaloop/central-services-error-handling": "13.0.7",
91
- "@mojaloop/central-services-health": "15.0.4",
92
- "@mojaloop/central-services-logger": "11.8.1",
93
- "@mojaloop/central-services-metrics": "12.5.0",
94
- "@mojaloop/central-services-shared": "18.23.2",
95
- "@mojaloop/central-services-stream": "11.5.2",
96
- "@mojaloop/database-lib": "11.1.4",
97
- "@mojaloop/event-sdk": "14.4.0",
98
- "@mojaloop/inter-scheme-proxy-cache-lib": "2.5.0",
90
+ "@mojaloop/central-services-error-handling": "13.1.0",
91
+ "@mojaloop/central-services-health": "15.1.0",
92
+ "@mojaloop/central-services-logger": "11.9.0",
93
+ "@mojaloop/central-services-metrics": "12.6.0",
94
+ "@mojaloop/central-services-shared": "18.26.2",
95
+ "@mojaloop/central-services-stream": "11.6.0",
96
+ "@mojaloop/database-lib": "11.2.0",
97
+ "@mojaloop/event-sdk": "14.5.1",
98
+ "@mojaloop/inter-scheme-proxy-cache-lib": "2.6.0",
99
99
  "@mojaloop/ml-number": "11.2.7",
100
- "@mojaloop/object-store-lib": "12.0.7",
100
+ "@mojaloop/object-store-lib": "12.1.0",
101
101
  "@now-ims/hapi-now-auth": "2.1.0",
102
102
  "ajv": "8.17.1",
103
103
  "ajv-keywords": "5.1.0",
104
104
  "base64url": "3.0.1",
105
105
  "blipp": "4.0.2",
106
- "commander": "13.1.0",
107
- "cron": "4.1.4",
106
+ "commander": "14.0.0",
107
+ "cron": "4.3.0",
108
108
  "decimal.js": "10.5.0",
109
109
  "docdash": "2.0.2",
110
110
  "event-stream": "4.0.1",
@@ -127,7 +127,7 @@
127
127
  },
128
128
  "devDependencies": {
129
129
  "@opentelemetry/api": "^1.9.0",
130
- "@opentelemetry/auto-instrumentations-node": "^0.57.1",
130
+ "@opentelemetry/auto-instrumentations-node": "^0.59.0",
131
131
  "@types/mock-knex": "0.4.8",
132
132
  "async-retry": "1.3.3",
133
133
  "audit-ci": "^7.1.0",
@@ -135,8 +135,8 @@
135
135
  "jsdoc": "4.0.4",
136
136
  "jsonpath": "1.1.1",
137
137
  "mock-knex": "0.4.13",
138
- "nodemon": "3.1.9",
139
- "npm-check-updates": "17.1.16",
138
+ "nodemon": "3.1.10",
139
+ "npm-check-updates": "18.0.1",
140
140
  "nyc": "17.1.0",
141
141
  "pre-commit": "1.2.2",
142
142
  "proxyquire": "2.1.3",
@@ -150,7 +150,7 @@
150
150
  "tapes": "4.1.0"
151
151
  },
152
152
  "overrides": {
153
- "undici": "6.21.1",
153
+ "undici": "6.21.2",
154
154
  "shins": {
155
155
  "ajv": "6.12.3",
156
156
  "ejs": "3.1.10",