account-lookup-service 17.10.0 → 17.10.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,13 +1,11 @@
1
1
  version: 2.1
2
2
  setup: true
3
3
  orbs:
4
- build: mojaloop/build@1.0.55
4
+ build: mojaloop/build@1.0.66
5
5
  workflows:
6
6
  setup:
7
7
  jobs:
8
8
  - build/workflow:
9
- context: org-global
10
9
  filters:
11
10
  tags:
12
11
  only: /v\d+(\.\d+){2}(-[a-zA-Z-][0-9a-zA-Z-]*\.\d+)?/
13
-
package/.grype.yaml ADDED
@@ -0,0 +1,16 @@
1
+ # Set to true to disable the Grype image scan completely
2
+ disabled: false
3
+
4
+ ignore:
5
+
6
+
7
+ # Set output format defaults
8
+ output:
9
+ - "table"
10
+ - "json"
11
+
12
+ # Modify your CircleCI job to check critical count
13
+ search:
14
+ scope: "squashed"
15
+ quiet: false
16
+ check-for-app-update: false
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 18.20.4
1
+ 22.15.1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
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.10.1](https://github.com/mojaloop/account-lookup-service/compare/v17.10.0...v17.10.1) (2025-05-30)
6
+
7
+
8
+ ### Chore
9
+
10
+ * upgrade to npm version v22.15.0 ([#550](https://github.com/mojaloop/account-lookup-service/issues/550)) ([00ae011](https://github.com/mojaloop/account-lookup-service/commit/00ae011b8ea4e920c7bfd95346b4a1ebc063034a))
11
+
5
12
  ## [17.10.0](https://github.com/mojaloop/account-lookup-service/compare/v17.9.1...v17.10.0) (2025-04-15)
6
13
 
7
14
 
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.10.0",
4
+ "version": "17.10.1",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
7
7
  "contributors": [
@@ -90,23 +90,23 @@
90
90
  "@hapi/hapi": "21.4.0",
91
91
  "@hapi/inert": "7.1.0",
92
92
  "@hapi/vision": "7.0.3",
93
- "@mojaloop/central-services-error-handling": "13.0.7",
94
- "@mojaloop/central-services-health": "15.0.4",
95
- "@mojaloop/central-services-logger": "11.8.1",
96
- "@mojaloop/central-services-metrics": "12.5.0",
97
- "@mojaloop/central-services-shared": "18.23.2",
98
- "@mojaloop/central-services-stream": "11.5.2",
99
- "@mojaloop/database-lib": "11.1.4",
100
- "@mojaloop/event-sdk": "14.4.0",
101
- "@mojaloop/inter-scheme-proxy-cache-lib": "2.5.0",
93
+ "@mojaloop/central-services-error-handling": "13.1.0",
94
+ "@mojaloop/central-services-health": "15.1.0",
95
+ "@mojaloop/central-services-logger": "11.9.0",
96
+ "@mojaloop/central-services-metrics": "12.6.0",
97
+ "@mojaloop/central-services-shared": "18.26.2",
98
+ "@mojaloop/central-services-stream": "11.6.0",
99
+ "@mojaloop/database-lib": "11.2.0",
100
+ "@mojaloop/event-sdk": "14.5.1",
101
+ "@mojaloop/inter-scheme-proxy-cache-lib": "2.6.0",
102
102
  "@mojaloop/ml-schema-transformer-lib": "2.7.1",
103
- "@mojaloop/sdk-standard-components": "19.13.0",
103
+ "@mojaloop/sdk-standard-components": "19.15.2",
104
104
  "@now-ims/hapi-now-auth": "2.1.0",
105
105
  "ajv": "8.17.1",
106
106
  "ajv-keywords": "5.1.0",
107
107
  "blipp": "4.0.2",
108
- "commander": "13.1.0",
109
- "cron": "4.3.0",
108
+ "commander": "14.0.0",
109
+ "cron": "4.3.1",
110
110
  "fast-safe-stringify": "^2.1.1",
111
111
  "hapi-auth-bearer-token": "8.0.0",
112
112
  "joi": "17.13.3",
@@ -162,7 +162,7 @@
162
162
  "devDependencies": {
163
163
  "@types/jest": "29.5.14",
164
164
  "audit-ci": "^7.1.0",
165
- "axios": "1.8.4",
165
+ "axios": "1.9.0",
166
166
  "axios-retry": "^4.5.0",
167
167
  "docdash": "2.0.2",
168
168
  "dotenv": "^16.5.0",
@@ -171,8 +171,8 @@
171
171
  "jest": "29.7.0",
172
172
  "jest-junit": "16.0.0",
173
173
  "jsdoc": "4.0.4",
174
- "nodemon": "3.1.9",
175
- "npm-check-updates": "17.1.18",
174
+ "nodemon": "3.1.10",
175
+ "npm-check-updates": "18.0.1",
176
176
  "nyc": "17.1.0",
177
177
  "pre-commit": "1.2.2",
178
178
  "proxyquire": "2.1.3",