@mojaloop/bulk-api-adapter 17.1.6 → 17.1.7

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 +7 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
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.1.7](https://github.com/mojaloop/bulk-api-adapter/compare/v17.1.6...v17.1.7) (2025-02-24)
6
+
7
+
8
+ ### Chore
9
+
10
+ * update dependencies ([#122](https://github.com/mojaloop/bulk-api-adapter/issues/122)) ([43b4c5c](https://github.com/mojaloop/bulk-api-adapter/commit/43b4c5cce2529e335c483f80666bd58f5e18c730))
11
+
5
12
  ### [17.1.6](https://github.com/mojaloop/bulk-api-adapter/compare/v17.1.5...v17.1.6) (2025-02-20)
6
13
 
7
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/bulk-api-adapter",
3
- "version": "17.1.6",
3
+ "version": "17.1.7",
4
4
  "description": "Mojaloop Bulk API Adapter",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
@@ -71,14 +71,14 @@
71
71
  "@hapi/inert": "7.1.0",
72
72
  "@hapi/vision": "7.0.3",
73
73
  "@mojaloop/central-services-error-handling": "13.0.6",
74
- "@mojaloop/central-services-health": "15.0.2",
74
+ "@mojaloop/central-services-health": "15.0.4",
75
75
  "@mojaloop/central-services-logger": "11.5.5",
76
76
  "@mojaloop/central-services-metrics": "12.4.5",
77
77
  "@mojaloop/central-services-shared": "18.15.1",
78
- "@mojaloop/central-services-stream": "11.4.3",
79
- "@mojaloop/sdk-standard-components": "19.6.4",
80
- "@mojaloop/event-sdk": "14.1.3",
81
- "@mojaloop/object-store-lib": "12.0.5",
78
+ "@mojaloop/central-services-stream": "11.5.1",
79
+ "@mojaloop/sdk-standard-components": "19.6.7",
80
+ "@mojaloop/event-sdk": "14.1.5",
81
+ "@mojaloop/object-store-lib": "12.0.6",
82
82
  "@now-ims/hapi-now-auth": "2.1.0",
83
83
  "axios": "1.7.9",
84
84
  "blipp": "4.0.2",
@@ -127,7 +127,7 @@
127
127
  "audit-ci": "^7.1.0",
128
128
  "nyc": "17.1.0",
129
129
  "nodemon": "3.1.9",
130
- "npm-check-updates": "17.1.14",
130
+ "npm-check-updates": "17.1.15",
131
131
  "pre-commit": "1.2.2",
132
132
  "proxyquire": "2.1.3",
133
133
  "replace": "^1.2.2",