account-lookup-service 17.12.0 → 17.12.2
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 +21 -0
- package/audit-ci.jsonc +0 -1
- package/docker/mock-proxy/package-lock.json +896 -557
- package/docker/mock-proxy/package.json +9 -8
- package/package.json +12 -10
- package/{sbom-v17.11.2.csv → sbom-v17.12.1.csv} +199 -213
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,27 @@
|
|
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
|
+
|
17
|
+
### [17.12.1](https://github.com/mojaloop/account-lookup-service/compare/v17.12.0...v17.12.1) (2025-07-30)
|
18
|
+
|
19
|
+
|
20
|
+
### Chore
|
21
|
+
|
22
|
+
* **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))
|
23
|
+
* 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))
|
24
|
+
* **sbom:** update sbom [skip ci] ([22b269e](https://github.com/mojaloop/account-lookup-service/commit/22b269ee7747ea812ba5091cc126980ad686a986))
|
25
|
+
|
5
26
|
## [17.12.0](https://github.com/mojaloop/account-lookup-service/compare/v17.11.2...v17.12.0) (2025-07-17)
|
6
27
|
|
7
28
|
|