account-lookup-service 17.14.1 → 17.14.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/CHANGELOG.md CHANGED
@@ -2,6 +2,26 @@
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.14.3](https://github.com/mojaloop/account-lookup-service/compare/v17.14.2...v17.14.3) (2025-10-10)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **csi-1259:** returned only isActive proxies ([#581](https://github.com/mojaloop/account-lookup-service/issues/581)) ([0361a18](https://github.com/mojaloop/account-lookup-service/commit/0361a18e681ec1b8f0a4617b7702ed88492a6bd1))
11
+
12
+
13
+ ### Chore
14
+
15
+ * **sbom:** update sbom [skip ci] ([789c2ad](https://github.com/mojaloop/account-lookup-service/commit/789c2ad37bab5280b1a2afea402ab4426ceebd7b))
16
+
17
+ ### [17.14.2](https://github.com/mojaloop/account-lookup-service/compare/v17.14.1...v17.14.2) (2025-10-06)
18
+
19
+
20
+ ### Chore
21
+
22
+ * bump deps ([#580](https://github.com/mojaloop/account-lookup-service/issues/580)) ([b508e51](https://github.com/mojaloop/account-lookup-service/commit/b508e5132658b3a5d0d30e3c1aabe66a37fd9130))
23
+ * **sbom:** update sbom [skip ci] ([6d5c10c](https://github.com/mojaloop/account-lookup-service/commit/6d5c10c655b2cd6b3051e4a31d259a670263128b))
24
+
5
25
  ### [17.14.1](https://github.com/mojaloop/account-lookup-service/compare/v17.14.0...v17.14.1) (2025-10-03)
6
26
 
7
27
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "account-lookup-service",
3
3
  "description": "Account Lookup Service is used to validate Party and Participant lookups.",
4
- "version": "17.14.1",
4
+ "version": "17.14.3",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
7
7
  "contributors": [
@@ -95,13 +95,13 @@
95
95
  "@mojaloop/central-services-health": "15.2.0",
96
96
  "@mojaloop/central-services-logger": "11.10.1",
97
97
  "@mojaloop/central-services-metrics": "12.8.0",
98
- "@mojaloop/central-services-shared": "18.34.0",
98
+ "@mojaloop/central-services-shared": "18.34.2",
99
99
  "@mojaloop/central-services-stream": "11.8.8",
100
100
  "@mojaloop/database-lib": "^11.3.3",
101
- "@mojaloop/event-sdk": "14.8.0",
102
- "@mojaloop/inter-scheme-proxy-cache-lib": "2.8.0",
101
+ "@mojaloop/event-sdk": "14.8.1",
102
+ "@mojaloop/inter-scheme-proxy-cache-lib": "2.9.0",
103
103
  "@mojaloop/ml-schema-transformer-lib": "2.7.8",
104
- "@mojaloop/sdk-standard-components": "19.17.0",
104
+ "@mojaloop/sdk-standard-components": "19.18.0",
105
105
  "@now-ims/hapi-now-auth": "2.1.0",
106
106
  "ajv": "8.17.1",
107
107
  "ajv-keywords": "5.1.0",
@@ -113,7 +113,7 @@
113
113
  "knex": "3.1.0",
114
114
  "mustache": "4.2.0",
115
115
  "mysql": "2.18.1",
116
- "mysql2": "^3.15.1",
116
+ "mysql2": "^3.15.2",
117
117
  "npm-run-all": "4.1.5",
118
118
  "parse-strings-in-object": "2.0.0",
119
119
  "rc": "1.2.8"
@@ -173,7 +173,7 @@
173
173
  "ioredis-mock": "^8.13.0",
174
174
  "jest": "29.7.0",
175
175
  "jest-junit": "16.0.0",
176
- "jsdoc": "4.0.4",
176
+ "jsdoc": "4.0.5",
177
177
  "nodemon": "3.1.10",
178
178
  "npm-check-updates": "19.0.0",
179
179
  "nyc": "17.1.0",