account-lookup-service 17.12.1 → 17.12.3-connection-lost.0

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,18 @@
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.2](https://github.com/mojaloop/account-lookup-service/compare/v17.12.1...v17.12.2) (2025-08-01)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * form-data vulnerability ([#564](https://github.com/mojaloop/account-lookup-service/issues/564)) ([6d93096](https://github.com/mojaloop/account-lookup-service/commit/6d93096e75f3b3f4ff7036d81b81989fca74869f))
11
+
12
+
13
+ ### Chore
14
+
15
+ * **sbom:** update sbom [skip ci] ([f4780d2](https://github.com/mojaloop/account-lookup-service/commit/f4780d21f36b30b7c84efcb1a665e43eebc4acb0))
16
+
5
17
  ### [17.12.1](https://github.com/mojaloop/account-lookup-service/compare/v17.12.0...v17.12.1) (2025-07-30)
6
18
 
7
19
 
package/audit-ci.jsonc CHANGED
@@ -5,6 +5,5 @@
5
5
  "moderate": true,
6
6
  // NOTE: Please add as much information as possible to any items added to the allowList
7
7
  "allowlist": [
8
- "GHSA-968p-4wvh-cqc8" // https://github.com/advisories/GHSA-968p-4wvh-cqc8
9
8
  ]
10
9
  }