@mojaloop/central-services-shared 18.30.5 → 18.30.6
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 +4 -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.30.6](https://github.com/mojaloop/central-services-shared/compare/v18.30.5...v18.30.6) (2025-07-23)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Chore
|
|
9
|
+
|
|
10
|
+
* fix vuls and update deps ([#471](https://github.com/mojaloop/central-services-shared/issues/471)) ([a05df6d](https://github.com/mojaloop/central-services-shared/commit/a05df6d980b4cdb0fc27d9b6d7a5b79bc4eab023))
|
|
11
|
+
|
|
5
12
|
### [18.30.5](https://github.com/mojaloop/central-services-shared/compare/v18.30.4...v18.30.5) (2025-07-23)
|
|
6
13
|
|
|
7
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/central-services-shared",
|
|
3
|
-
"version": "18.30.
|
|
3
|
+
"version": "18.30.6",
|
|
4
4
|
"description": "Shared code for mojaloop central services",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "ModusBox",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@opentelemetry/api": "1.9.0",
|
|
72
72
|
"async-exit-hook": "2.0.1",
|
|
73
73
|
"async-retry": "1.3.3",
|
|
74
|
-
"axios": "1.
|
|
74
|
+
"axios": "1.11.0",
|
|
75
75
|
"clone": "2.1.2",
|
|
76
76
|
"convict": "^6.2.4",
|
|
77
77
|
"dotenv": "17.2.0",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"@mojaloop/central-services-logger": "11.9.0",
|
|
99
99
|
"@mojaloop/central-services-metrics": "12.6.0",
|
|
100
100
|
"@mojaloop/event-sdk": "14.6.1",
|
|
101
|
-
"@mojaloop/sdk-standard-components": "19.16.
|
|
101
|
+
"@mojaloop/sdk-standard-components": "19.16.3",
|
|
102
102
|
"@opentelemetry/auto-instrumentations-node": "^0.62.0",
|
|
103
103
|
"@types/hapi__joi": "17.1.15",
|
|
104
104
|
"ajv": "^8.17.1",
|
|
@@ -123,6 +123,7 @@
|
|
|
123
123
|
"tapes": "4.1.0"
|
|
124
124
|
},
|
|
125
125
|
"overrides": {
|
|
126
|
+
"axios": "1.11.0",
|
|
126
127
|
"brace-expansion": "2.0.2",
|
|
127
128
|
"form-data": "4.0.4",
|
|
128
129
|
"nanoid": "5.1.5",
|