@mojaloop/central-ledger 18.0.0 → 18.0.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/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
+ ### [18.0.1](https://github.com/mojaloop/central-ledger/compare/v18.0.0...v18.0.1) (2025-01-10)
6
+
7
+
8
+ ### Chore
9
+
10
+ * fix vulnerabilities, update deps, clean audit ([#1143](https://github.com/mojaloop/central-ledger/issues/1143)) ([bc0ddc7](https://github.com/mojaloop/central-ledger/commit/bc0ddc7dad22327fb464302060e5b392ae508741))
11
+
5
12
  ## [18.0.0](https://github.com/mojaloop/central-ledger/compare/v17.7.8...v18.0.0) (2024-12-20)
6
13
 
7
14
 
package/audit-ci.jsonc CHANGED
@@ -4,20 +4,11 @@
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-w5p7-h5w8-2hfq", // tap-spec>tap-out>trim; This has been analyzed and this is acceptable as it is used to run tests.
8
7
  "GHSA-2mvq-xp48-4c77", // https://github.com/advisories/GHSA-2mvq-xp48-4c77
9
8
  "GHSA-5854-jvxx-2cg9", // https://github.com/advisories/GHSA-5854-jvxx-2cg9
10
9
  "GHSA-7hx8-2rxv-66xv", // https://github.com/advisories/GHSA-7hx8-2rxv-66xv
11
10
  "GHSA-c429-5p7v-vgjp", // https://github.com/advisories/GHSA-c429-5p7v-vgjp
12
11
  "GHSA-g64q-3vg8-8f93", // https://github.com/advisories/GHSA-g64q-3vg8-8f93
13
- "GHSA-mg85-8mv5-ffjr", // https://github.com/advisories/GHSA-mg85-8mv5-ffjr
14
- "GHSA-8hc4-vh64-cxmj", // https://github.com/advisories/GHSA-8hc4-vh64-cxmj
15
- "GHSA-952p-6rrq-rcjv", // https://github.com/advisories/GHSA-952p-6rrq-rcjv
16
- "GHSA-9wv6-86v2-598j", // https://github.com/advisories/GHSA-9wv6-86v2-598j
17
- "GHSA-qwcr-r2fm-qrc7", // https://github.com/advisories/GHSA-qwcr-r2fm-qrc7
18
- "GHSA-cm22-4g7w-348p", // https://github.com/advisories/GHSA-cm22-4g7w-348p
19
- "GHSA-m6fv-jmcg-4jfg", // https://github.com/advisories/GHSA-m6fv-jmcg-4jfg
20
- "GHSA-qw6h-vgh9-j6wx", // https://github.com/advisories/GHSA-qw6h-vgh9-j6wx
21
- "GHSA-3xgq-45jj-v275" // High vulnerability https://github.com/advisories/GHSA-3xgq-45jj-v275 ignoring for now since devDependency
12
+ "GHSA-mg85-8mv5-ffjr" // https://github.com/advisories/GHSA-mg85-8mv5-ffjr
22
13
  ]
23
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/central-ledger",
3
- "version": "18.0.0",
3
+ "version": "18.0.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",
@@ -88,24 +88,24 @@
88
88
  "@hapi/inert": "7.1.0",
89
89
  "@hapi/joi": "17.1.1",
90
90
  "@hapi/vision": "7.0.3",
91
- "@mojaloop/central-services-error-handling": "13.0.2",
91
+ "@mojaloop/central-services-error-handling": "13.0.3",
92
92
  "@mojaloop/central-services-health": "15.0.0",
93
- "@mojaloop/central-services-logger": "11.5.1",
94
- "@mojaloop/central-services-metrics": "12.4.2",
95
- "@mojaloop/central-services-shared": "18.14.1",
96
- "@mojaloop/central-services-stream": "11.4.1",
97
- "@mojaloop/database-lib": "11.0.6",
93
+ "@mojaloop/central-services-logger": "11.5.2",
94
+ "@mojaloop/central-services-metrics": "12.4.3",
95
+ "@mojaloop/central-services-shared": "18.15.1",
96
+ "@mojaloop/central-services-stream": "11.4.2",
97
+ "@mojaloop/database-lib": "11.1.1",
98
98
  "@mojaloop/event-sdk": "14.1.1",
99
99
  "@mojaloop/inter-scheme-proxy-cache-lib": "2.3.1",
100
- "@mojaloop/ml-number": "11.2.4",
101
- "@mojaloop/object-store-lib": "12.0.3",
100
+ "@mojaloop/ml-number": "11.2.5",
101
+ "@mojaloop/object-store-lib": "12.0.4",
102
102
  "@now-ims/hapi-now-auth": "2.1.0",
103
103
  "ajv": "8.17.1",
104
104
  "ajv-keywords": "5.1.0",
105
105
  "base64url": "3.0.1",
106
106
  "blipp": "4.0.2",
107
- "commander": "12.1.0",
108
- "cron": "3.3.1",
107
+ "commander": "13.0.0",
108
+ "cron": "3.3.2",
109
109
  "decimal.js": "10.4.3",
110
110
  "docdash": "2.0.2",
111
111
  "event-stream": "4.0.1",
@@ -135,7 +135,7 @@
135
135
  "jsonpath": "1.1.1",
136
136
  "mock-knex": "0.4.13",
137
137
  "nodemon": "3.1.9",
138
- "npm-check-updates": "17.1.11",
138
+ "npm-check-updates": "17.1.13",
139
139
  "nyc": "17.1.0",
140
140
  "pre-commit": "1.2.2",
141
141
  "proxyquire": "2.1.3",
@@ -153,19 +153,20 @@
153
153
  "ajv": "6.12.3",
154
154
  "ejs": "3.1.10",
155
155
  "sanitize-html": "2.12.1",
156
- "yargs-parser": "18.1.1",
157
156
  "markdown-it": "12.3.2"
158
157
  },
159
158
  "widdershins": {
160
159
  "swagger2openapi": "7.0.8",
161
- "yargs-parser": "13.1.2",
162
160
  "markdown-it": "12.3.2"
163
161
  },
164
162
  "@now-ims/hapi-now-auth": {
165
163
  "@hapi/hoek": "9.0.3"
166
164
  },
167
165
  "jsonwebtoken": "9.0.0",
168
- "jsonpointer": "5.0.0"
166
+ "jsonpointer": "5.0.0",
167
+ "trim": "0.0.3",
168
+ "cross-spawn": "7.0.6",
169
+ "yargs-parser": "21.1.1"
169
170
  },
170
171
  "config": {
171
172
  "knex": "--knexfile ./config/knexfile.js",