@mojaloop/central-ledger 17.7.1 → 17.7.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 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.7.2](https://github.com/mojaloop/central-ledger/compare/v17.7.1...v17.7.2) (2024-06-04)
6
+
7
+
8
+ ### Chore
9
+
10
+ * dependency updates to address dependabot alerts ([#1044](https://github.com/mojaloop/central-ledger/issues/1044)) ([d6bb4b9](https://github.com/mojaloop/central-ledger/commit/d6bb4b912d24f07f21822cc8079338146e0f0be6))
11
+
5
12
  ### [17.7.1](https://github.com/mojaloop/central-ledger/compare/v17.7.0...v17.7.1) (2024-06-04)
6
13
 
7
14
 
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # LICENSE
2
2
 
3
- Copyright © 2020 Mojaloop Foundation
3
+ Copyright © 2020-2024 Mojaloop Foundation
4
4
 
5
5
  The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0
6
6
  (the "License") and you may not use these files except in compliance with the [License](http://www.apache.org/licenses/LICENSE-2.0).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/central-ledger",
3
- "version": "17.7.1",
3
+ "version": "17.7.2",
4
4
  "description": "Central ledger hosted by a scheme to record and settle transfers",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
@@ -96,7 +96,7 @@
96
96
  "@mojaloop/ml-number": "11.2.4",
97
97
  "@mojaloop/object-store-lib": "12.0.3",
98
98
  "@now-ims/hapi-now-auth": "2.1.0",
99
- "ajv": "8.14.0",
99
+ "ajv": "8.15.0",
100
100
  "ajv-keywords": "5.1.0",
101
101
  "base64url": "3.0.1",
102
102
  "blipp": "4.0.2",
@@ -141,6 +141,13 @@
141
141
  "tape": "4.16.2",
142
142
  "tapes": "4.1.0"
143
143
  },
144
+ "overrides": {
145
+ "shins": {
146
+ "ejs": "3.1.10",
147
+ "sanitize-html": "2.12.1",
148
+ "@hapi/hoek": "9.3.0"
149
+ }
150
+ },
144
151
  "config": {
145
152
  "knex": "--knexfile ./config/knexfile.js",
146
153
  "images": {