account-lookup-service 17.12.0-snapshot.0 → 17.12.1

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.66
4
+ build: mojaloop/build@1.1.0
5
5
  workflows:
6
6
  setup:
7
7
  jobs:
package/CHANGELOG.md CHANGED
@@ -2,6 +2,35 @@
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.12.1](https://github.com/mojaloop/account-lookup-service/compare/v17.12.0...v17.12.1) (2025-07-30)
6
+
7
+
8
+ ### Chore
9
+
10
+ * **deps:** bump form-data from 4.0.1 to 4.0.4 in /docker/mock-proxy ([#561](https://github.com/mojaloop/account-lookup-service/issues/561)) ([033b1e4](https://github.com/mojaloop/account-lookup-service/commit/033b1e417925e2e9ca4f0573c14811f5dd2a8570))
11
+ * fix vuls and update deps ([#563](https://github.com/mojaloop/account-lookup-service/issues/563)) ([aa10309](https://github.com/mojaloop/account-lookup-service/commit/aa103094a9c3cf474cdc4d1654f9b279b7f06a04))
12
+ * **sbom:** update sbom [skip ci] ([22b269e](https://github.com/mojaloop/account-lookup-service/commit/22b269ee7747ea812ba5091cc126980ad686a986))
13
+
14
+ ## [17.12.0](https://github.com/mojaloop/account-lookup-service/compare/v17.11.2...v17.12.0) (2025-07-17)
15
+
16
+
17
+ ### Features
18
+
19
+ * enable mysql2 ([#558](https://github.com/mojaloop/account-lookup-service/issues/558)) ([e2ebd5e](https://github.com/mojaloop/account-lookup-service/commit/e2ebd5e65696fa7921677ac957e0827805fef96c))
20
+
21
+
22
+ ### Chore
23
+
24
+ * **sbom:** update sbom [skip ci] ([82fcacc](https://github.com/mojaloop/account-lookup-service/commit/82fcacc2f4ef27bcbc508a48811b7826c422db76))
25
+
26
+ ### [17.11.2](https://github.com/mojaloop/account-lookup-service/compare/v17.11.0...v17.11.2) (2025-07-17)
27
+
28
+
29
+ ### Chore
30
+
31
+ * add initial sbom ([#559](https://github.com/mojaloop/account-lookup-service/issues/559)) ([24b4d62](https://github.com/mojaloop/account-lookup-service/commit/24b4d621f22afd3e8b38b7e26dfa8fdbd976af9b))
32
+ * update dependencies ([#557](https://github.com/mojaloop/account-lookup-service/issues/557)) ([cf65f5e](https://github.com/mojaloop/account-lookup-service/commit/cf65f5e0559af5ed4946cc7e7f8235569aed8bc0))
33
+
5
34
  ### [17.11.1](https://github.com/mojaloop/account-lookup-service/compare/v17.11.0...v17.11.1) (2025-07-11)
6
35
 
7
36
 
@@ -1890,6 +1890,21 @@
1890
1890
  "node": ">= 0.4"
1891
1891
  }
1892
1892
  },
1893
+ "node_modules/es-set-tostringtag": {
1894
+ "version": "2.1.0",
1895
+ "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
1896
+ "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
1897
+ "license": "MIT",
1898
+ "dependencies": {
1899
+ "es-errors": "^1.3.0",
1900
+ "get-intrinsic": "^1.2.6",
1901
+ "has-tostringtag": "^1.0.2",
1902
+ "hasown": "^2.0.2"
1903
+ },
1904
+ "engines": {
1905
+ "node": ">= 0.4"
1906
+ }
1907
+ },
1893
1908
  "node_modules/es6-promise": {
1894
1909
  "version": "3.3.1",
1895
1910
  "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-3.3.1.tgz",
@@ -2168,12 +2183,15 @@
2168
2183
  "integrity": "sha512-k6GAGDyqLe9JaebCsFCoudPPWfihKu8pylYXRlqP1J7ms39iPoTtk2fviNglIeQEwdh0bQeKJ01ZPyuyQvKzwg=="
2169
2184
  },
2170
2185
  "node_modules/form-data": {
2171
- "version": "4.0.1",
2172
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz",
2173
- "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==",
2186
+ "version": "4.0.4",
2187
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz",
2188
+ "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
2189
+ "license": "MIT",
2174
2190
  "dependencies": {
2175
2191
  "asynckit": "^0.4.0",
2176
2192
  "combined-stream": "^1.0.8",
2193
+ "es-set-tostringtag": "^2.1.0",
2194
+ "hasown": "^2.0.2",
2177
2195
  "mime-types": "^2.1.12"
2178
2196
  },
2179
2197
  "engines": {
@@ -2426,6 +2444,21 @@
2426
2444
  "url": "https://github.com/sponsors/ljharb"
2427
2445
  }
2428
2446
  },
2447
+ "node_modules/has-tostringtag": {
2448
+ "version": "1.0.2",
2449
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
2450
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
2451
+ "license": "MIT",
2452
+ "dependencies": {
2453
+ "has-symbols": "^1.0.3"
2454
+ },
2455
+ "engines": {
2456
+ "node": ">= 0.4"
2457
+ },
2458
+ "funding": {
2459
+ "url": "https://github.com/sponsors/ljharb"
2460
+ }
2461
+ },
2429
2462
  "node_modules/hasown": {
2430
2463
  "version": "2.0.2",
2431
2464
  "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
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.12.0-snapshot.0",
4
+ "version": "17.12.1",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
7
7
  "contributors": [
@@ -95,19 +95,19 @@
95
95
  "@mojaloop/central-services-health": "15.1.0",
96
96
  "@mojaloop/central-services-logger": "11.9.0",
97
97
  "@mojaloop/central-services-metrics": "12.6.0",
98
- "@mojaloop/central-services-shared": "18.29.0",
99
- "@mojaloop/central-services-stream": "11.8.1",
100
- "@mojaloop/database-lib": "^11.2.1",
98
+ "@mojaloop/central-services-shared": "18.30.6",
99
+ "@mojaloop/central-services-stream": "11.8.2",
100
+ "@mojaloop/database-lib": "^11.3.2",
101
101
  "@mojaloop/event-sdk": "14.6.1",
102
102
  "@mojaloop/inter-scheme-proxy-cache-lib": "2.6.0",
103
- "@mojaloop/ml-schema-transformer-lib": "2.7.1",
104
- "@mojaloop/sdk-standard-components": "19.16.0",
103
+ "@mojaloop/ml-schema-transformer-lib": "2.7.7",
104
+ "@mojaloop/sdk-standard-components": "19.16.4",
105
105
  "@now-ims/hapi-now-auth": "2.1.0",
106
106
  "ajv": "8.17.1",
107
107
  "ajv-keywords": "5.1.0",
108
108
  "blipp": "4.0.2",
109
109
  "commander": "14.0.0",
110
- "cron": "4.3.1",
110
+ "cron": "4.3.2",
111
111
  "fast-safe-stringify": "^2.1.1",
112
112
  "hapi-auth-bearer-token": "8.0.0",
113
113
  "joi": "17.13.3",
@@ -120,6 +120,8 @@
120
120
  "rc": "1.2.8"
121
121
  },
122
122
  "overrides": {
123
+ "form-data": "4.0.4",
124
+ "on-headers": "1.1.0",
123
125
  "postcss": {
124
126
  "nanoid": "^3.3.8"
125
127
  },
@@ -164,17 +166,17 @@
164
166
  "devDependencies": {
165
167
  "@types/jest": "30.0.0",
166
168
  "audit-ci": "^7.1.0",
167
- "axios": "1.10.0",
169
+ "axios": "1.11.0",
168
170
  "axios-retry": "^4.5.0",
169
171
  "docdash": "2.0.2",
170
- "dotenv": "^17.2.0",
172
+ "dotenv": "^17.2.1",
171
173
  "get-port": "5.1.1",
172
174
  "ioredis-mock": "^8.9.0",
173
175
  "jest": "29.7.0",
174
176
  "jest-junit": "16.0.0",
175
177
  "jsdoc": "4.0.4",
176
178
  "nodemon": "3.1.10",
177
- "npm-check-updates": "18.0.1",
179
+ "npm-check-updates": "18.0.2",
178
180
  "nyc": "17.1.0",
179
181
  "pre-commit": "1.2.2",
180
182
  "proxyquire": "2.1.3",