@mojaloop/bulk-api-adapter 17.2.2 → 17.2.3
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/.circleci/config.yml +1 -1
- package/.grype.yaml +3 -0
- package/.ncurc.yaml +2 -1
- package/.nvmrc +1 -1
- package/CHANGELOG.md +8 -0
- package/Dockerfile +1 -1
- package/package.json +22 -19
- package/{sbom-v17.2.1.csv → sbom-v17.2.2.csv} +1250 -1274
package/.circleci/config.yml
CHANGED
package/.grype.yaml
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
disabled: false
|
|
2
2
|
|
|
3
3
|
ignore:
|
|
4
|
+
- vulnerability: GHSA-5j98-mcp5-4vw2
|
|
5
|
+
include-aliases: true
|
|
6
|
+
reason: "glob 10.4.5 is bundled in base image npm (/usr/local/lib/node_modules/npm/), not in application code. App uses glob 10.5.0."
|
|
4
7
|
|
|
5
8
|
# Set output format defaults
|
|
6
9
|
output:
|
package/.ncurc.yaml
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
## Add a TODO comment indicating the reason for each rejected dependency upgrade added to this list, and what should be done to resolve it (i.e. handle it through a story, etc).
|
|
2
2
|
reject: [
|
|
3
3
|
# Issues created to resolve this: https://github.com/mojaloop/project/issues/3260
|
|
4
|
-
"@mojaloop/central-services-shared"
|
|
4
|
+
"@mojaloop/central-services-shared",
|
|
5
|
+
"joi" # The latest hapi-swagger (17.3.2) still requires joi@17.x - there's no version supporting joi 18.
|
|
5
6
|
]
|
package/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
22.
|
|
1
|
+
22.21.1
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
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
|
+
### [17.2.3](https://github.com/mojaloop/bulk-api-adapter/compare/v17.2.2...v17.2.3) (2025-12-16)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Chore
|
|
9
|
+
|
|
10
|
+
* **ci:** update CircleCI orb to 1.1.9 ([#138](https://github.com/mojaloop/bulk-api-adapter/issues/138)) ([322cf69](https://github.com/mojaloop/bulk-api-adapter/commit/322cf69b2cbfb7e3a60dbd4d37c155cc205df0d3))
|
|
11
|
+
* **sbom:** update sbom [skip ci] ([2e69ccc](https://github.com/mojaloop/bulk-api-adapter/commit/2e69ccc13704b55dac171d5717eb28800a8fa72a))
|
|
12
|
+
|
|
5
13
|
### [17.2.2](https://github.com/mojaloop/bulk-api-adapter/compare/v17.2.1...v17.2.2) (2025-07-27)
|
|
6
14
|
|
|
7
15
|
|
package/Dockerfile
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/bulk-api-adapter",
|
|
3
|
-
"version": "17.2.
|
|
3
|
+
"version": "17.2.3",
|
|
4
4
|
"description": "Mojaloop Bulk API Adapter",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "ModusBox",
|
|
@@ -67,27 +67,27 @@
|
|
|
67
67
|
"@hapi/catbox": "12.1.1",
|
|
68
68
|
"@hapi/catbox-memory": "6.0.2",
|
|
69
69
|
"@hapi/good": "9.0.1",
|
|
70
|
-
"@hapi/hapi": "21.4.
|
|
70
|
+
"@hapi/hapi": "21.4.4",
|
|
71
71
|
"@hapi/inert": "7.1.0",
|
|
72
72
|
"@hapi/vision": "7.0.3",
|
|
73
|
-
"@mojaloop/central-services-error-handling": "13.1.
|
|
74
|
-
"@mojaloop/central-services-health": "15.1
|
|
75
|
-
"@mojaloop/central-services-logger": "11.
|
|
76
|
-
"@mojaloop/central-services-metrics": "12.
|
|
73
|
+
"@mojaloop/central-services-error-handling": "13.1.5",
|
|
74
|
+
"@mojaloop/central-services-health": "15.2.1",
|
|
75
|
+
"@mojaloop/central-services-logger": "11.10.2",
|
|
76
|
+
"@mojaloop/central-services-metrics": "12.8.3",
|
|
77
77
|
"@mojaloop/central-services-shared": "^18.26.2",
|
|
78
|
-
"@mojaloop/central-services-stream": "11.8.
|
|
79
|
-
"@mojaloop/event-sdk": "14.
|
|
80
|
-
"@mojaloop/object-store-lib": "12.
|
|
81
|
-
"@mojaloop/sdk-standard-components": "19.
|
|
78
|
+
"@mojaloop/central-services-stream": "11.8.13",
|
|
79
|
+
"@mojaloop/event-sdk": "14.8.2",
|
|
80
|
+
"@mojaloop/object-store-lib": "12.2.2",
|
|
81
|
+
"@mojaloop/sdk-standard-components": "19.18.1",
|
|
82
82
|
"@now-ims/hapi-now-auth": "2.1.0",
|
|
83
|
-
"axios": "1.
|
|
83
|
+
"axios": "1.13.2",
|
|
84
84
|
"blipp": "4.0.2",
|
|
85
|
-
"commander": "14.0.
|
|
85
|
+
"commander": "14.0.2",
|
|
86
86
|
"hapi-auth-bearer-token": "8.0.0",
|
|
87
87
|
"hapi-openapi": "3.0.0",
|
|
88
88
|
"hapi-swagger": "17.3.2",
|
|
89
|
-
"immutable": "5.1.
|
|
90
|
-
"joi": "
|
|
89
|
+
"immutable": "5.1.4",
|
|
90
|
+
"joi": "17.13.3",
|
|
91
91
|
"mongo-uri-builder": "^4.0.0",
|
|
92
92
|
"mustache": "4.2.0",
|
|
93
93
|
"parse-strings-in-object": "2.0.0",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"nanoid": "^3.3.8"
|
|
104
104
|
},
|
|
105
105
|
"swagmock": {
|
|
106
|
-
"validator": "13.
|
|
106
|
+
"validator": "13.15.22"
|
|
107
107
|
},
|
|
108
108
|
"shins": {
|
|
109
109
|
"ajv": "6.12.3",
|
|
@@ -124,17 +124,20 @@
|
|
|
124
124
|
"jsonpointer": "5.0.0",
|
|
125
125
|
"cross-spawn": "7.0.6",
|
|
126
126
|
"trim": "0.0.3",
|
|
127
|
-
"yargs-parser": "21.1.1"
|
|
127
|
+
"yargs-parser": "21.1.1",
|
|
128
|
+
"validator": "13.15.22",
|
|
129
|
+
"js-yaml": "3.14.2",
|
|
130
|
+
"jws": "4.0.1"
|
|
128
131
|
},
|
|
129
132
|
"devDependencies": {
|
|
130
133
|
"audit-ci": "^7.1.0",
|
|
131
|
-
"nodemon": "3.1.
|
|
132
|
-
"npm-check-updates": "
|
|
134
|
+
"nodemon": "3.1.11",
|
|
135
|
+
"npm-check-updates": "19.2.0",
|
|
133
136
|
"nyc": "17.1.0",
|
|
134
137
|
"pre-commit": "1.2.2",
|
|
135
138
|
"proxyquire": "2.1.3",
|
|
136
139
|
"replace": "^1.2.2",
|
|
137
|
-
"rewire": "9.0.
|
|
140
|
+
"rewire": "9.0.1",
|
|
138
141
|
"sinon": "21.0.0",
|
|
139
142
|
"standard": "17.1.2",
|
|
140
143
|
"standard-version": "^9.5.0",
|