account-lookup-service 17.12.8 → 17.12.10

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,22 @@
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.10](https://github.com/mojaloop/account-lookup-service/compare/v17.12.9...v17.12.10) (2025-09-10)
6
+
7
+
8
+ ### Chore
9
+
10
+ * bump metrics for app critical metrics ([#573](https://github.com/mojaloop/account-lookup-service/issues/573)) ([8c4f48f](https://github.com/mojaloop/account-lookup-service/commit/8c4f48f864f5ca3069c4400b0fe3996dcd2be9e0))
11
+ * **sbom:** update sbom [skip ci] ([207c1d8](https://github.com/mojaloop/account-lookup-service/commit/207c1d867d6b18a9153eb98e46dd16ee89005131))
12
+
13
+ ### [17.12.9](https://github.com/mojaloop/account-lookup-service/compare/v17.12.8...v17.12.9) (2025-09-08)
14
+
15
+
16
+ ### Chore
17
+
18
+ * bump metrics for app critical metrics ([#572](https://github.com/mojaloop/account-lookup-service/issues/572)) ([45b6d0f](https://github.com/mojaloop/account-lookup-service/commit/45b6d0f6e0ae8593a3fb2eb046f18e62c511282d))
19
+ * **sbom:** update sbom [skip ci] ([d975f1c](https://github.com/mojaloop/account-lookup-service/commit/d975f1c561cda4183e573d2e93bd6f745401775c))
20
+
5
21
  ### [17.12.8](https://github.com/mojaloop/account-lookup-service/compare/v17.12.7...v17.12.8) (2025-09-05)
6
22
 
7
23
 
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.8",
4
+ "version": "17.12.10",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
7
7
  "contributors": [
@@ -91,12 +91,12 @@
91
91
  "@hapi/hapi": "21.4.3",
92
92
  "@hapi/inert": "7.1.0",
93
93
  "@hapi/vision": "7.0.3",
94
- "@mojaloop/central-services-error-handling": "13.1.0",
94
+ "@mojaloop/central-services-error-handling": "13.1.1",
95
95
  "@mojaloop/central-services-health": "15.1.0",
96
- "@mojaloop/central-services-logger": "11.9.1",
97
- "@mojaloop/central-services-metrics": "12.6.0",
98
- "@mojaloop/central-services-shared": "18.30.8",
99
- "@mojaloop/central-services-stream": "11.8.6",
96
+ "@mojaloop/central-services-logger": "11.9.3",
97
+ "@mojaloop/central-services-metrics": "12.7.1",
98
+ "@mojaloop/central-services-shared": "18.32.0",
99
+ "@mojaloop/central-services-stream": "11.8.7",
100
100
  "@mojaloop/database-lib": "^11.3.2",
101
101
  "@mojaloop/event-sdk": "14.7.0",
102
102
  "@mojaloop/inter-scheme-proxy-cache-lib": "2.6.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.14.4",
116
+ "mysql2": "^3.14.5",
117
117
  "npm-run-all": "4.1.5",
118
118
  "parse-strings-in-object": "2.0.0",
119
119
  "rc": "1.2.8"
@@ -175,7 +175,7 @@
175
175
  "jest-junit": "16.0.0",
176
176
  "jsdoc": "4.0.4",
177
177
  "nodemon": "3.1.10",
178
- "npm-check-updates": "18.0.3",
178
+ "npm-check-updates": "18.1.0",
179
179
  "nyc": "17.1.0",
180
180
  "pre-commit": "1.2.2",
181
181
  "proxyquire": "2.1.3",