@mojaloop/central-services-shared 18.3.2 → 18.3.3
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/package.json +8 -3
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.3.3](https://github.com/mojaloop/central-services-shared/compare/v18.3.2...v18.3.3) (2024-04-05)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Chore
|
|
9
|
+
|
|
10
|
+
* overrides to 3p dependencies to address vulnerabilities ([#366](https://github.com/mojaloop/central-services-shared/issues/366)) ([8e87809](https://github.com/mojaloop/central-services-shared/commit/8e87809c8f552d18dd644fe1242987cec178414c))
|
|
11
|
+
|
|
5
12
|
### [18.3.2](https://github.com/mojaloop/central-services-shared/compare/v18.3.1...v18.3.2) (2024-04-05)
|
|
6
13
|
|
|
7
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/central-services-shared",
|
|
3
|
-
"version": "18.3.
|
|
3
|
+
"version": "18.3.3",
|
|
4
4
|
"description": "Shared code for mojaloop central services",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "ModusBox",
|
|
@@ -92,11 +92,16 @@
|
|
|
92
92
|
},
|
|
93
93
|
"overrides": {
|
|
94
94
|
"shins": {
|
|
95
|
-
"ejs": "3.1.7"
|
|
95
|
+
"ejs": "^3.1.7",
|
|
96
|
+
"sanitize-html": "^2.12.1",
|
|
97
|
+
"jsonpointer": "^5.0.0",
|
|
98
|
+
"markdown-it": "^12.3.2",
|
|
99
|
+
"yargs-parser": "13.1.2",
|
|
100
|
+
"postcss": "8.4.31"
|
|
96
101
|
}
|
|
97
102
|
},
|
|
98
103
|
"peerDependencies": {
|
|
99
|
-
"@mojaloop/central-services-error-handling": ">=
|
|
104
|
+
"@mojaloop/central-services-error-handling": ">=13.x.x",
|
|
100
105
|
"@mojaloop/central-services-logger": ">=11.x.x",
|
|
101
106
|
"@mojaloop/central-services-metrics": ">=12.x.x",
|
|
102
107
|
"@mojaloop/event-sdk": ">=14.x.x",
|