account-lookup-service 17.12.10 → 17.13.0-snapshot.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/.grype.yaml CHANGED
@@ -2,7 +2,9 @@
2
2
  disabled: false
3
3
 
4
4
  ignore:
5
-
5
+ - vulnerability: "GHSA-4hjh-wcwx-xvwj" # todo: need to fix this
6
+ package:
7
+ name: "axios"
6
8
 
7
9
  # Set output format defaults
8
10
  output:
package/audit-ci.jsonc CHANGED
@@ -5,5 +5,6 @@
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
9
  ]
9
10
  }
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.10",
4
+ "version": "17.13.0-snapshot.2",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
7
7
  "contributors": [
@@ -91,7 +91,7 @@
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.1",
94
+ "@mojaloop/central-services-error-handling": "13.1.2-snapshot.0",
95
95
  "@mojaloop/central-services-health": "15.1.0",
96
96
  "@mojaloop/central-services-logger": "11.9.3",
97
97
  "@mojaloop/central-services-metrics": "12.7.1",
@@ -106,7 +106,7 @@
106
106
  "ajv": "8.17.1",
107
107
  "ajv-keywords": "5.1.0",
108
108
  "blipp": "4.0.2",
109
- "commander": "14.0.0",
109
+ "commander": "14.0.1",
110
110
  "cron": "4.3.3",
111
111
  "hapi-auth-bearer-token": "8.0.0",
112
112
  "joi": "18.0.1",
@@ -124,6 +124,7 @@
124
124
  "postcss": {
125
125
  "nanoid": "^3.3.8"
126
126
  },
127
+ "@mojaloop/central-services-error-handling": "13.1.2-snapshot.0",
127
128
  "@mojaloop/central-services-health": {
128
129
  "@mojaloop/central-services-logger": ">=11.4.0"
129
130
  },
@@ -165,7 +166,7 @@
165
166
  "devDependencies": {
166
167
  "@types/jest": "30.0.0",
167
168
  "audit-ci": "^7.1.0",
168
- "axios": "1.11.0",
169
+ "axios": "1.12.2",
169
170
  "axios-retry": "^4.5.0",
170
171
  "docdash": "2.0.2",
171
172
  "dotenv": "^17.2.2",
@@ -175,7 +176,7 @@
175
176
  "jest-junit": "16.0.0",
176
177
  "jsdoc": "4.0.4",
177
178
  "nodemon": "3.1.10",
178
- "npm-check-updates": "18.1.0",
179
+ "npm-check-updates": "18.1.1",
179
180
  "nyc": "17.1.0",
180
181
  "pre-commit": "1.2.2",
181
182
  "proxyquire": "2.1.3",