@mojaloop/central-services-shared 18.15.0 → 18.15.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 +7 -0
- package/audit-ci.jsonc +0 -22
- package/package.json +4 -2
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.15.1](https://github.com/mojaloop/central-services-shared/compare/v18.15.0...v18.15.1) (2025-01-07)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Chore
|
|
9
|
+
|
|
10
|
+
* fix vulnerabilities and clean audit-ci.jsonc ([#426](https://github.com/mojaloop/central-services-shared/issues/426)) ([d6728eb](https://github.com/mojaloop/central-services-shared/commit/d6728ebe4cae3d1b0d12eb547d9962c6c4a08098))
|
|
11
|
+
|
|
5
12
|
## [18.15.0](https://github.com/mojaloop/central-services-shared/compare/v18.14.2...v18.15.0) (2025-01-06)
|
|
6
13
|
|
|
7
14
|
|
package/audit-ci.jsonc
CHANGED
|
@@ -5,27 +5,5 @@
|
|
|
5
5
|
"moderate": true,
|
|
6
6
|
"allowlist": [ // NOTE: Please add as much information as possible to any items added to the allowList
|
|
7
7
|
// Currently no fixes available for the following
|
|
8
|
-
"GHSA-v88g-cgmw-v5xw",
|
|
9
|
-
"GHSA-phwq-j96m-2c2q",
|
|
10
|
-
"GHSA-282f-qqgm-c34q",
|
|
11
|
-
"GHSA-6vfc-qv3f-vr6c",
|
|
12
|
-
"GHSA-mjxr-4v3x-q3m4",
|
|
13
|
-
"GHSA-rjqq-98f6-6j3r",
|
|
14
|
-
"GHSA-w5p7-h5w8-2hfq",
|
|
15
|
-
"GHSA-p9pc-299p-vxgp",
|
|
16
|
-
"GHSA-7fh5-64p2-3v2j",
|
|
17
|
-
"GHSA-rm97-x556-q36h", // https://github.com/advisories/GHSA-rm97-x556-q36h
|
|
18
|
-
"GHSA-ghr5-ch3p-vcr6", // https://github.com/advisories/GHSA-ghr5-ch3p-vcr6
|
|
19
|
-
"GHSA-cgfm-xwp7-2cvr", // https://github.com/advisories/GHSA-cgfm-xwp7-2cvr
|
|
20
|
-
"GHSA-9wv6-86v2-598j",
|
|
21
|
-
"GHSA-9wv6-86v2-598j",
|
|
22
|
-
"GHSA-cm22-4g7w-348p",
|
|
23
|
-
"GHSA-m6fv-jmcg-4jfg",
|
|
24
|
-
"GHSA-m6fv-jmcg-4jfg",
|
|
25
|
-
"GHSA-qw6h-vgh9-j6wx",
|
|
26
|
-
"GHSA-qwcr-r2fm-qrc7",
|
|
27
|
-
"GHSA-3xgq-45jj-v275", // https://github.com/advisories/GHSA-3xgq-45jj-v275
|
|
28
|
-
"GHSA-rhx6-c78j-4q9w" // https://github.com/advisories/GHSA-rhx6-c78j-4q9w
|
|
29
|
-
|
|
30
8
|
]
|
|
31
9
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/central-services-shared",
|
|
3
|
-
"version": "18.15.
|
|
3
|
+
"version": "18.15.1",
|
|
4
4
|
"description": "Shared code for mojaloop central services",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "ModusBox",
|
|
@@ -118,7 +118,9 @@
|
|
|
118
118
|
"markdown-it": "12.3.2",
|
|
119
119
|
"swagger2openapi": "7.0.8"
|
|
120
120
|
},
|
|
121
|
-
"markdown-it": "12.3.2"
|
|
121
|
+
"markdown-it": "12.3.2",
|
|
122
|
+
"trim": "0.0.3",
|
|
123
|
+
"cross-spawn": "7.0.6"
|
|
122
124
|
},
|
|
123
125
|
"peerDependencies": {
|
|
124
126
|
"@mojaloop/central-services-error-handling": ">=13.x.x",
|