@mojaloop/sdk-scheme-adapter 24.10.4 → 24.10.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/.yarn/cache/on-headers-npm-1.1.0-7d18779060-98aa64629f.zip +0 -0
- package/.yarn/cache/typescript-npm-5.9.2-d00cd8b149-cc2fe6c822.zip +0 -0
- package/.yarn/cache/typescript-patch-bcfe2ebaf8-bd810ab13e.zip +0 -0
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +8 -0
- package/modules/outbound-command-event-handler/package.json +1 -1
- package/modules/outbound-domain-event-handler/package.json +1 -1
- package/modules/private-shared-lib/package.json +1 -1
- package/package.json +8 -2
- package/{sbom-v24.10.3.csv → sbom-v24.10.4.csv} +1003 -998
- package/.yarn/cache/brace-expansion-npm-1.1.11-fb95eb05ad-faf34a7bb0.zip +0 -0
- package/.yarn/cache/concat-map-npm-0.0.1-85a921b7ee-9680699c8e.zip +0 -0
- package/.yarn/cache/cookie-npm-0.6.0-362d6a2e45-c1f8f2ea7d.zip +0 -0
- package/.yarn/cache/cookie-npm-0.7.1-f01524ff99-aec6a6aa07.zip +0 -0
- package/.yarn/cache/express-npm-4.19.2-f81334a22a-3fcd792536.zip +0 -0
- package/.yarn/cache/finalhandler-npm-1.2.0-593d001463-635718cb20.zip +0 -0
- package/.yarn/cache/formidable-npm-2.1.2-40ba18d67f-d385180e04.zip +0 -0
- package/.yarn/cache/hexoid-npm-1.0.0-2274609209-f2271b8b6b.zip +0 -0
- package/.yarn/cache/merge-descriptors-npm-1.0.1-615287aaa8-5abc259d2a.zip +0 -0
- package/.yarn/cache/on-headers-npm-1.0.2-e7cd3ea25e-870766c163.zip +0 -0
- package/.yarn/cache/qs-npm-6.11.0-caf1bc9dea-5a3bfea3e2.zip +0 -0
- package/.yarn/cache/send-npm-0.18.0-faadf6353f-ec66c0ad10.zip +0 -0
- package/.yarn/cache/serve-static-npm-1.15.0-86c81879f5-699b2d4c29.zip +0 -0
- package/.yarn/cache/typescript-npm-5.8.3-fbd7aef456-65c40944c5.zip +0 -0
- package/.yarn/cache/typescript-patch-f64146f279-b9b1e73dab.zip +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
# Changelog: [mojaloop/sdk-scheme-adapter](https://github.com/mojaloop/sdk-scheme-adapter)
|
|
2
|
+
### [24.10.5](https://github.com/mojaloop/sdk-scheme-adapter/compare/v24.10.4...v24.10.5) (2025-08-01)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Chore
|
|
6
|
+
|
|
7
|
+
* fix vuls and update deps ([#599](https://github.com/mojaloop/sdk-scheme-adapter/issues/599)) ([f40131a](https://github.com/mojaloop/sdk-scheme-adapter/commit/f40131a9f65b888dce3cea5eb0149c1044e5a062))
|
|
8
|
+
* **sbom:** update sbom [skip ci] ([f42ef94](https://github.com/mojaloop/sdk-scheme-adapter/commit/f42ef94e6708d0fc8483d0da50c820a9838182e0))
|
|
9
|
+
|
|
2
10
|
### [24.10.4](https://github.com/mojaloop/sdk-scheme-adapter/compare/v24.10.3...v24.10.4) (2025-07-31)
|
|
3
11
|
|
|
4
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/sdk-scheme-adapter",
|
|
3
|
-
"version": "24.10.
|
|
3
|
+
"version": "24.10.5",
|
|
4
4
|
"description": "mojaloop sdk-scheme-adapter",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/mojaloop/sdk-scheme-adapter",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"standard-version": "9.5.0",
|
|
100
100
|
"ts-jest": "29.4.0",
|
|
101
101
|
"ts-node": "10.9.2",
|
|
102
|
-
"typescript": "5.
|
|
102
|
+
"typescript": "5.9.2",
|
|
103
103
|
"yarn-audit-fix": "10.1.1"
|
|
104
104
|
},
|
|
105
105
|
"overrides": {
|
|
@@ -118,9 +118,15 @@
|
|
|
118
118
|
"@mojaloop/api-snippets": "17.10.3",
|
|
119
119
|
"axios": "1.8.2",
|
|
120
120
|
"body-parser": "1.20.3",
|
|
121
|
+
"brace-expansion": "2.0.1",
|
|
121
122
|
"cacache/tar": "6.2.1",
|
|
123
|
+
"cookie": "1.0.2",
|
|
124
|
+
"express": "4.21.2",
|
|
122
125
|
"form-data": "4.0.4",
|
|
126
|
+
"formidable": "3.5.4",
|
|
127
|
+
"on-headers": "1.1.0",
|
|
123
128
|
"path-to-regexp": "0.1.12",
|
|
129
|
+
"serve-static": "1.16.2",
|
|
124
130
|
"shins/ejs": "3.1.10",
|
|
125
131
|
"shins/sanitize-html": "2.12.1",
|
|
126
132
|
"shins/jsonpointer": "5.0.0",
|