@mojaloop/sdk-scheme-adapter 24.3.0 → 24.3.2
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/{@typescript-eslint-eslint-plugin-npm-8.26.0-64bda8e44c-fbfc0e65b9.zip → @typescript-eslint-eslint-plugin-npm-8.26.1-1c840523d3-633a37d9e6.zip} +0 -0
- package/.yarn/cache/{@typescript-eslint-parser-npm-8.26.0-80aadd4d9c-6d8a8fcca1.zip → @typescript-eslint-parser-npm-8.26.1-69088fa315-98daa1652b.zip} +0 -0
- package/.yarn/cache/{@typescript-eslint-scope-manager-npm-8.26.0-ef399f862d-b1d35e8b4e.zip → @typescript-eslint-scope-manager-npm-8.26.1-e95481198a-e854c2c6b8.zip} +0 -0
- package/.yarn/cache/{@typescript-eslint-type-utils-npm-8.26.0-f34f57bfb3-eab175e5be.zip → @typescript-eslint-type-utils-npm-8.26.1-cb25d3d453-7513b2dbb2.zip} +0 -0
- package/.yarn/cache/{@typescript-eslint-types-npm-8.26.0-6090977dc6-dea8535575.zip → @typescript-eslint-types-npm-8.26.1-b7d54af192-11c5e80786.zip} +0 -0
- package/.yarn/cache/{@typescript-eslint-typescript-estree-npm-8.26.0-352c786ebb-492ad542c1.zip → @typescript-eslint-typescript-estree-npm-8.26.1-23f980f4b7-71adb8e06e.zip} +0 -0
- package/.yarn/cache/{@typescript-eslint-utils-npm-8.26.0-50b78242aa-6bb6e7c9bd.zip → @typescript-eslint-utils-npm-8.26.1-33138d7104-a7037f94b1.zip} +0 -0
- package/.yarn/cache/{@typescript-eslint-visitor-keys-npm-8.26.0-ff1c3f4568-4209794bbd.zip → @typescript-eslint-visitor-keys-npm-8.26.1-74d45343c6-fbb06a2158.zip} +0 -0
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +14 -0
- package/modules/outbound-command-event-handler/package.json +2 -2
- package/modules/outbound-domain-event-handler/package.json +2 -2
- package/modules/private-shared-lib/package.json +2 -2
- package/package.json +4 -3
- package/.yarn/cache/axios-npm-1.7.9-3c98466f87-cb8ce29181.zip +0 -0
- package/.yarn/cache/axios-npm-1.8.1-8a5eaf948f-3c434b86bb.zip +0 -0
- package/modules/private-shared-lib/package-lock.json +0 -17372
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
# Changelog: [mojaloop/sdk-scheme-adapter](https://github.com/mojaloop/sdk-scheme-adapter)
|
|
2
|
+
### [24.3.2](https://github.com/mojaloop/sdk-scheme-adapter/compare/v24.3.1...v24.3.2) (2025-03-10)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Chore
|
|
6
|
+
|
|
7
|
+
* fix axios high vulnerability ([#561](https://github.com/mojaloop/sdk-scheme-adapter/issues/561)) ([f118cc4](https://github.com/mojaloop/sdk-scheme-adapter/commit/f118cc48fda089e4f21fdd26a190eea0df1f5318))
|
|
8
|
+
|
|
9
|
+
### [24.3.1](https://github.com/mojaloop/sdk-scheme-adapter/compare/v24.3.0...v24.3.1) (2025-03-10)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Chore
|
|
13
|
+
|
|
14
|
+
* fix vulnerabilities ([#560](https://github.com/mojaloop/sdk-scheme-adapter/issues/560)) ([72314be](https://github.com/mojaloop/sdk-scheme-adapter/commit/72314bed24053b210b691aaad1621b7070e540df))
|
|
15
|
+
|
|
2
16
|
## [24.3.0](https://github.com/mojaloop/sdk-scheme-adapter/compare/v24.2.0...v24.3.0) (2025-03-10)
|
|
3
17
|
|
|
4
18
|
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"@types/supertest": "6.0.2",
|
|
65
65
|
"@types/swagger-ui-express": "4.1.8",
|
|
66
66
|
"@types/yamljs": "0.2.34",
|
|
67
|
-
"@typescript-eslint/eslint-plugin": "8.26.
|
|
68
|
-
"@typescript-eslint/parser": "8.26.
|
|
67
|
+
"@typescript-eslint/eslint-plugin": "8.26.1",
|
|
68
|
+
"@typescript-eslint/parser": "8.26.1",
|
|
69
69
|
"copyfiles": "2.4.1",
|
|
70
70
|
"eslint": "9.15.0",
|
|
71
71
|
"jest": "29.7.0",
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"@types/supertest": "6.0.2",
|
|
62
62
|
"@types/swagger-ui-express": "4.1.8",
|
|
63
63
|
"@types/yamljs": "0.2.34",
|
|
64
|
-
"@typescript-eslint/eslint-plugin": "8.26.
|
|
65
|
-
"@typescript-eslint/parser": "8.26.
|
|
64
|
+
"@typescript-eslint/eslint-plugin": "8.26.1",
|
|
65
|
+
"@typescript-eslint/parser": "8.26.1",
|
|
66
66
|
"copyfiles": "2.4.1",
|
|
67
67
|
"eslint": "9.15.0",
|
|
68
68
|
"jest": "29.7.0",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"@eslint/compat": "1.2.7",
|
|
43
43
|
"@types/node": "22.13.10",
|
|
44
44
|
"@types/uuid": "10.0.0",
|
|
45
|
-
"@typescript-eslint/eslint-plugin": "8.26.
|
|
46
|
-
"@typescript-eslint/parser": "8.26.
|
|
45
|
+
"@typescript-eslint/eslint-plugin": "8.26.1",
|
|
46
|
+
"@typescript-eslint/parser": "8.26.1",
|
|
47
47
|
"eslint": "9.15.0",
|
|
48
48
|
"jest": "29.7.0",
|
|
49
49
|
"npm-check-updates": "16.7.10",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/sdk-scheme-adapter",
|
|
3
|
-
"version": "24.3.
|
|
3
|
+
"version": "24.3.2",
|
|
4
4
|
"description": "mojaloop sdk-scheme-adapter",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/mojaloop/sdk-scheme-adapter",
|
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
"@types/jest": "29.5.14",
|
|
85
85
|
"@types/node": "22.13.10",
|
|
86
86
|
"@types/node-cache": "4.2.5",
|
|
87
|
-
"@typescript-eslint/eslint-plugin": "8.26.
|
|
88
|
-
"@typescript-eslint/parser": "8.26.
|
|
87
|
+
"@typescript-eslint/eslint-plugin": "8.26.1",
|
|
88
|
+
"@typescript-eslint/parser": "8.26.1",
|
|
89
89
|
"audit-ci": "7.1.0",
|
|
90
90
|
"eslint": "9.15.0",
|
|
91
91
|
"eslint-config-airbnb-typescript": "18.0.0",
|
|
@@ -114,6 +114,7 @@
|
|
|
114
114
|
"yargs-parser": "21.1.1"
|
|
115
115
|
},
|
|
116
116
|
"resolutions": {
|
|
117
|
+
"axios": "1.8.2",
|
|
117
118
|
"body-parser": "1.20.3",
|
|
118
119
|
"cacache/tar": "6.2.1",
|
|
119
120
|
"path-to-regexp": "0.1.12",
|
|
Binary file
|
|
Binary file
|