@mojaloop/central-services-shared 18.30.3 → 18.30.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
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.5](https://github.com/mojaloop/central-services-shared/compare/v18.30.4...v18.30.5) (2025-07-23)
6
+
7
+
8
+ ### Chore
9
+
10
+ * fix vuls and update deps ([#469](https://github.com/mojaloop/central-services-shared/issues/469)) ([fcda835](https://github.com/mojaloop/central-services-shared/commit/fcda835c44ea35c721c0dd75f60bea06d1abea04))
11
+
12
+ ### [18.30.4](https://github.com/mojaloop/central-services-shared/compare/v18.30.3...v18.30.4) (2025-07-21)
13
+
14
+
15
+ ### Chore
16
+
17
+ * **deps:** bump on-headers and compression ([#467](https://github.com/mojaloop/central-services-shared/issues/467)) ([b59a6c5](https://github.com/mojaloop/central-services-shared/commit/b59a6c584c775a9163916dd57b9f1b4e994dad7c))
18
+
5
19
  ### [18.30.3](https://github.com/mojaloop/central-services-shared/compare/v18.30.2...v18.30.3) (2025-07-17)
6
20
 
7
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/central-services-shared",
3
- "version": "18.30.3",
3
+ "version": "18.30.5",
4
4
  "description": "Shared code for mojaloop central services",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
@@ -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.1",
101
+ "@mojaloop/sdk-standard-components": "19.16.2",
102
102
  "@opentelemetry/auto-instrumentations-node": "^0.62.0",
103
103
  "@types/hapi__joi": "17.1.15",
104
104
  "ajv": "^8.17.1",
@@ -107,7 +107,7 @@
107
107
  "audit-ci": "7.1.0",
108
108
  "base64url": "3.0.1",
109
109
  "chance": "1.1.13",
110
- "npm-check-updates": "18.0.1",
110
+ "npm-check-updates": "18.0.2",
111
111
  "nyc": "17.1.0",
112
112
  "portfinder": "1.0.37",
113
113
  "pre-commit": "1.2.2",
@@ -124,6 +124,7 @@
124
124
  },
125
125
  "overrides": {
126
126
  "brace-expansion": "2.0.2",
127
+ "form-data": "4.0.4",
127
128
  "nanoid": "5.1.5",
128
129
  "postcss": {
129
130
  "nanoid": "5.1.5"