@mojaloop/central-services-shared 18.34.4 → 18.34.5
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 +12 -10
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.34.5](https://github.com/mojaloop/central-services-shared/compare/v18.34.4...v18.34.5) (2025-12-08)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Chore
|
|
9
|
+
|
|
10
|
+
* update dependencies ([#494](https://github.com/mojaloop/central-services-shared/issues/494)) ([2b08270](https://github.com/mojaloop/central-services-shared/commit/2b082707c256e9aa238f91a7ad0a7a233db1902d))
|
|
11
|
+
|
|
5
12
|
### [18.34.4](https://github.com/mojaloop/central-services-shared/compare/v18.34.3...v18.34.4) (2025-11-19)
|
|
6
13
|
|
|
7
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/central-services-shared",
|
|
3
|
-
"version": "18.34.
|
|
3
|
+
"version": "18.34.5",
|
|
4
4
|
"description": "Shared code for mojaloop central services",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "ModusBox",
|
|
@@ -84,22 +84,22 @@
|
|
|
84
84
|
"lodash": "4.17.21",
|
|
85
85
|
"mustache": "4.2.0",
|
|
86
86
|
"openapi-backend": "5.15.0",
|
|
87
|
-
"raw-body": "3.0.
|
|
87
|
+
"raw-body": "3.0.2",
|
|
88
88
|
"rc": "1.2.8",
|
|
89
89
|
"redlock": "5.0.0-beta.2",
|
|
90
90
|
"shins": "2.6.0",
|
|
91
91
|
"ulidx": "2.4.1",
|
|
92
92
|
"uuid4": "2.0.3",
|
|
93
93
|
"widdershins": "4.0.1",
|
|
94
|
-
"yaml": "2.8.
|
|
94
|
+
"yaml": "2.8.2"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"@mojaloop/central-services-error-handling": "13.1.
|
|
98
|
-
"@mojaloop/central-services-logger": "11.10.
|
|
99
|
-
"@mojaloop/central-services-metrics": "12.8.
|
|
100
|
-
"@mojaloop/event-sdk": "14.8.
|
|
101
|
-
"@mojaloop/sdk-standard-components": "19.18.
|
|
102
|
-
"@opentelemetry/auto-instrumentations-node": "^0.67.
|
|
97
|
+
"@mojaloop/central-services-error-handling": "13.1.5",
|
|
98
|
+
"@mojaloop/central-services-logger": "11.10.2",
|
|
99
|
+
"@mojaloop/central-services-metrics": "12.8.2",
|
|
100
|
+
"@mojaloop/event-sdk": "14.8.2",
|
|
101
|
+
"@mojaloop/sdk-standard-components": "19.18.1",
|
|
102
|
+
"@opentelemetry/auto-instrumentations-node": "^0.67.2",
|
|
103
103
|
"@types/hapi__joi": "17.1.15",
|
|
104
104
|
"ajv": "^8.17.1",
|
|
105
105
|
"ajv-formats": "^3.0.1",
|
|
@@ -144,7 +144,9 @@
|
|
|
144
144
|
"markdown-it": "12.3.2",
|
|
145
145
|
"trim": "0.0.3",
|
|
146
146
|
"cross-spawn": "7.0.6",
|
|
147
|
-
"yargs-parser": "21.1.1"
|
|
147
|
+
"yargs-parser": "21.1.1",
|
|
148
|
+
"jws": "3.2.3",
|
|
149
|
+
"validator": "13.15.22"
|
|
148
150
|
},
|
|
149
151
|
"peerDependencies": {
|
|
150
152
|
"@mojaloop/central-services-error-handling": "13.x.x",
|