@mojaloop/central-ledger 17.7.7 → 17.7.8
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 +7 -0
- package/audit-ci.jsonc +1 -16
- package/package.json +10 -7
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
|
+
### [17.7.8](https://github.com/mojaloop/central-ledger/compare/v17.7.7...v17.7.8) (2024-06-14)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Chore
|
|
9
|
+
|
|
10
|
+
* dependency updates and clean up audit exceptions ([#1053](https://github.com/mojaloop/central-ledger/issues/1053)) ([3362906](https://github.com/mojaloop/central-ledger/commit/33629066e0f4949fafd572d2dc32868e312c564a))
|
|
11
|
+
|
|
5
12
|
### [17.7.7](https://github.com/mojaloop/central-ledger/compare/v17.7.6...v17.7.7) (2024-06-07)
|
|
6
13
|
|
|
7
14
|
|
package/audit-ci.jsonc
CHANGED
|
@@ -4,21 +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-
|
|
8
|
-
"GHSA-phwq-j96m-2c2q", // @mojaloop/central-services-shared>shins>ejs
|
|
9
|
-
"GHSA-c429-5p7v-vgjp", // hapi>boom>hoek
|
|
10
|
-
"GHSA-282f-qqgm-c34q", // widdershins>swagger2openapi>better-ajv-errors>jsonpointer
|
|
11
|
-
"GHSA-8cf7-32gw-wr33", // @now-ims/hapi-now-auth>jsonwebtoken
|
|
12
|
-
"GHSA-hjrf-2m68-5959", // @now-ims/hapi-now-auth>jsonwebtoken
|
|
13
|
-
"GHSA-qwph-4952-7xr6", // @now-ims/hapi-now-auth>jsonwebtoken
|
|
14
|
-
"GHSA-6vfc-qv3f-vr6c", // widdershins>markdown-it
|
|
15
|
-
"GHSA-7fh5-64p2-3v2j", // @mojaloop/central-services-shared>shins>sanitize-html>postcss
|
|
16
|
-
"GHSA-mjxr-4v3x-q3m4", // @mojaloop/central-services-shared>shins>sanitize-html
|
|
17
|
-
"GHSA-rjqq-98f6-6j3r", // @mojaloop/central-services-shared>shins>sanitize-html
|
|
18
|
-
"GHSA-rm97-x556-q36h", // @mojaloop/central-services-shared>shins>sanitize-html
|
|
19
|
-
"GHSA-w5p7-h5w8-2hfq", // tap-spec>tap-out>trim
|
|
20
|
-
"GHSA-p9pc-299p-vxgp", // widdershins>yargs>yargs-parser
|
|
21
|
-
"GHSA-ghr5-ch3p-vcr6", // https://github.com/advisories/GHSA-ghr5-ch3p-vcr6
|
|
22
|
-
"GHSA-cgfm-xwp7-2cvr" // https://github.com/advisories/GHSA-cgfm-xwp7-2cvr
|
|
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.
|
|
23
8
|
]
|
|
24
9
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/central-ledger",
|
|
3
|
-
"version": "17.7.
|
|
3
|
+
"version": "17.7.8",
|
|
4
4
|
"description": "Central ledger hosted by a scheme to record and settle transfers",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "ModusBox",
|
|
@@ -80,20 +80,20 @@
|
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
82
|
"@hapi/good": "9.0.1",
|
|
83
|
-
"@hapi/hapi": "21.3.
|
|
83
|
+
"@hapi/hapi": "21.3.10",
|
|
84
84
|
"@hapi/basic": "7.0.2",
|
|
85
85
|
"@hapi/inert": "7.1.0",
|
|
86
86
|
"@hapi/joi": "17.1.1",
|
|
87
87
|
"@hapi/vision": "7.0.3",
|
|
88
|
-
"@hapi/catbox-memory": "6.0.
|
|
88
|
+
"@hapi/catbox-memory": "6.0.2",
|
|
89
89
|
"@mojaloop/database-lib": "11.0.5",
|
|
90
90
|
"@mojaloop/central-services-error-handling": "13.0.1",
|
|
91
91
|
"@mojaloop/central-services-health": "15.0.0",
|
|
92
92
|
"@mojaloop/central-services-logger": "11.3.1",
|
|
93
93
|
"@mojaloop/central-services-metrics": "12.0.8",
|
|
94
|
-
"@mojaloop/central-services-shared": "18.3.
|
|
95
|
-
"@mojaloop/central-services-stream": "11.3.
|
|
96
|
-
"@mojaloop/event-sdk": "14.1.
|
|
94
|
+
"@mojaloop/central-services-shared": "18.3.8",
|
|
95
|
+
"@mojaloop/central-services-stream": "11.3.1",
|
|
96
|
+
"@mojaloop/event-sdk": "14.1.1",
|
|
97
97
|
"@mojaloop/ml-number": "11.2.4",
|
|
98
98
|
"@mojaloop/object-store-lib": "12.0.3",
|
|
99
99
|
"@now-ims/hapi-now-auth": "2.1.0",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"jsonpath": "1.1.1",
|
|
130
130
|
"nodemon": "3.1.3",
|
|
131
131
|
"npm-check-updates": "16.14.20",
|
|
132
|
-
"nyc": "
|
|
132
|
+
"nyc": "17.0.0",
|
|
133
133
|
"pre-commit": "1.2.2",
|
|
134
134
|
"proxyquire": "2.1.3",
|
|
135
135
|
"replace": "^1.2.2",
|
|
@@ -154,6 +154,9 @@
|
|
|
154
154
|
"yargs-parser": "13.1.2",
|
|
155
155
|
"markdown-it": "12.3.2"
|
|
156
156
|
},
|
|
157
|
+
"@now-ims/hapi-now-auth": {
|
|
158
|
+
"@hapi/hoek": "9.0.3"
|
|
159
|
+
},
|
|
157
160
|
"jsonwebtoken": "9.0.0",
|
|
158
161
|
"jsonpointer": "5.0.0"
|
|
159
162
|
},
|