@mojaloop/bulk-api-adapter 17.2.0 → 17.2.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.
@@ -1,7 +1,7 @@
1
1
  version: 2.1
2
2
  setup: true
3
3
  orbs:
4
- build: mojaloop/build@1.0.64
4
+ build: mojaloop/build@1.1.1
5
5
  workflows:
6
6
  setup:
7
7
  jobs:
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
+ ### [17.2.2](https://github.com/mojaloop/bulk-api-adapter/compare/v17.2.1...v17.2.2) (2025-07-27)
6
+
7
+
8
+ ### Chore
9
+
10
+ * add initial sbom ([#133](https://github.com/mojaloop/bulk-api-adapter/issues/133)) ([c6dfee2](https://github.com/mojaloop/bulk-api-adapter/commit/c6dfee2c2bf06aee2cf607e9db795a1f058e119c))
11
+
12
+ ### [17.2.1](https://github.com/mojaloop/bulk-api-adapter/compare/v17.2.0...v17.2.1) (2025-07-25)
13
+
14
+
15
+ ### Chore
16
+
17
+ * fix vuls and update deps ([#132](https://github.com/mojaloop/bulk-api-adapter/issues/132)) ([6087f03](https://github.com/mojaloop/bulk-api-adapter/commit/6087f0318572fd5ddf7b1b8546860c31ec817ea4))
18
+
5
19
  ## [17.2.0](https://github.com/mojaloop/bulk-api-adapter/compare/v17.1.9...v17.2.0) (2025-05-27)
6
20
 
7
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/bulk-api-adapter",
3
- "version": "17.2.0",
3
+ "version": "17.2.2",
4
4
  "description": "Mojaloop Bulk API Adapter",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
@@ -75,18 +75,18 @@
75
75
  "@mojaloop/central-services-logger": "11.9.0",
76
76
  "@mojaloop/central-services-metrics": "12.6.0",
77
77
  "@mojaloop/central-services-shared": "^18.26.2",
78
- "@mojaloop/central-services-stream": "11.6.0",
79
- "@mojaloop/event-sdk": "14.5.1",
78
+ "@mojaloop/central-services-stream": "11.8.2",
79
+ "@mojaloop/event-sdk": "14.6.1",
80
80
  "@mojaloop/object-store-lib": "12.1.0",
81
- "@mojaloop/sdk-standard-components": "19.15.2",
81
+ "@mojaloop/sdk-standard-components": "19.16.4",
82
82
  "@now-ims/hapi-now-auth": "2.1.0",
83
- "axios": "1.9.0",
83
+ "axios": "1.11.0",
84
84
  "blipp": "4.0.2",
85
85
  "commander": "14.0.0",
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.2",
89
+ "immutable": "5.1.3",
90
90
  "joi": "^17.13.3",
91
91
  "mongo-uri-builder": "^4.0.0",
92
92
  "mustache": "4.2.0",
@@ -95,6 +95,9 @@
95
95
  "uuid4": "2.0.3"
96
96
  },
97
97
  "overrides": {
98
+ "form-data": "4.0.4",
99
+ "on-headers": "1.1.0",
100
+ "brace-expansion": "2.0.2",
98
101
  "ansi-regex": "5.0.1",
99
102
  "postcss": {
100
103
  "nanoid": "^3.3.8"
@@ -126,13 +129,13 @@
126
129
  "devDependencies": {
127
130
  "audit-ci": "^7.1.0",
128
131
  "nodemon": "3.1.10",
129
- "npm-check-updates": "18.0.1",
132
+ "npm-check-updates": "18.0.2",
130
133
  "nyc": "17.1.0",
131
134
  "pre-commit": "1.2.2",
132
135
  "proxyquire": "2.1.3",
133
136
  "replace": "^1.2.2",
134
- "rewire": "7.0.0",
135
- "sinon": "20.0.0",
137
+ "rewire": "9.0.0",
138
+ "sinon": "21.0.0",
136
139
  "standard": "17.1.2",
137
140
  "standard-version": "^9.5.0",
138
141
  "swagmock": "1.0.0",