account-lookup-service 17.14.2 → 17.14.4
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/.grype.yaml +1 -0
- package/CHANGELOG.md +20 -0
- package/audit-ci.jsonc +2 -1
- package/docker/mock-proxy/package-lock.json +2269 -453
- package/package.json +11 -10
- package/{sbom-v17.14.1.csv → sbom-v17.14.3.csv} +84 -86
- package/src/domain/parties/services/GetPartiesService.js +2 -1
package/.grype.yaml
CHANGED
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.4](https://github.com/mojaloop/account-lookup-service/compare/v17.14.3...v17.14.4) (2025-10-31)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Chore
|
|
9
|
+
|
|
10
|
+
* **sbom:** update sbom [skip ci] ([9a6974c](https://github.com/mojaloop/account-lookup-service/commit/9a6974c5339422b3c5147f855d97e719c857db34))
|
|
11
|
+
* update dependencies ([#583](https://github.com/mojaloop/account-lookup-service/issues/583)) ([d15ce94](https://github.com/mojaloop/account-lookup-service/commit/d15ce94ad6593f8604df942900c462aa6a73697f))
|
|
12
|
+
|
|
13
|
+
### [17.14.3](https://github.com/mojaloop/account-lookup-service/compare/v17.14.2...v17.14.3) (2025-10-10)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* **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))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Chore
|
|
22
|
+
|
|
23
|
+
* **sbom:** update sbom [skip ci] ([789c2ad](https://github.com/mojaloop/account-lookup-service/commit/789c2ad37bab5280b1a2afea402ab4426ceebd7b))
|
|
24
|
+
|
|
5
25
|
### [17.14.2](https://github.com/mojaloop/account-lookup-service/compare/v17.14.1...v17.14.2) (2025-10-06)
|
|
6
26
|
|
|
7
27
|
|
package/audit-ci.jsonc
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
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-4hjh-wcwx-xvwj" // todo: update axios - https://github.com/advisories/GHSA-4hjh-wcwx-xvwj
|
|
8
|
+
"GHSA-4hjh-wcwx-xvwj", // todo: update axios - https://github.com/advisories/GHSA-4hjh-wcwx-xvwj
|
|
9
|
+
"GHSA-9965-vmph-33xx" // originates from dev dependency swagmock
|
|
9
10
|
]
|
|
10
11
|
}
|