@mojaloop/database-lib 11.3.6 → 11.3.7

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,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
+ ### [11.3.7](https://github.com/mojaloop/database-lib/compare/v11.3.6...v11.3.7) (2026-02-18)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * replace allowlisted vulnerabilities with npm overrides ([#189](https://github.com/mojaloop/database-lib/issues/189)) ([904fcad](https://github.com/mojaloop/database-lib/commit/904fcad46304946a7f6493cfd4914a26a3c8dc87))
11
+
5
12
  ### [11.3.6](https://github.com/mojaloop/database-lib/compare/v11.3.5...v11.3.6) (2026-02-18)
6
13
 
7
14
  ### [11.3.5](https://github.com/mojaloop/database-lib/compare/v11.3.4...v11.3.5) (2026-01-13)
package/audit-ci.jsonc CHANGED
@@ -4,8 +4,6 @@
4
4
  // Only use one of ["low": true, "moderate": true, "high": true, "critical": true]
5
5
  "moderate": true,
6
6
  "allowlist": [ // NOTE: Please add as much information as possible to any items added to the allowList
7
- "GHSA-43fc-jf86-j433",
8
- "GHSA-2g4f-4pwh-qvx6", // ajv ReDoS with $data option - transitive via eslint, override breaks standardjs linter
9
- "GHSA-xxjr-mmjv-4gpg" // lodash/lodash-es prototype pollution - transitive via @mojaloop upstream packages
7
+ "GHSA-2g4f-4pwh-qvx6" // ajv ReDoS with $data option - transitive via eslint, override breaks standardjs linter
10
8
  ]
11
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/database-lib",
3
- "version": "11.3.6",
3
+ "version": "11.3.7",
4
4
  "description": "Shared database code for central services",
5
5
  "main": "src/index.js",
6
6
  "license": "Apache-2.0",
@@ -77,7 +77,10 @@
77
77
  "yargs-parser": "21.1.1",
78
78
  "validator": "13.15.22",
79
79
  "fast-xml-parser": "5.3.6",
80
- "qs": "6.14.2"
80
+ "qs": "6.14.2",
81
+ "axios": "1.13.5",
82
+ "lodash": "4.17.23",
83
+ "lodash-es": "4.17.23"
81
84
  },
82
85
  "devDependencies": {
83
86
  "@mojaloop/sdk-standard-components": "19.18.7",