@mojaloop/central-services-shared 18.3.0 → 18.3.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 +15 -0
- package/CODEOWNERS +1 -1
- package/package.json +9 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
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
|
+
### [18.3.2](https://github.com/mojaloop/central-services-shared/compare/v18.3.1...v18.3.2) (2024-04-05)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Chore
|
|
9
|
+
|
|
10
|
+
* dependency updates to address issues ([#365](https://github.com/mojaloop/central-services-shared/issues/365)) ([6dd4a53](https://github.com/mojaloop/central-services-shared/commit/6dd4a53fd5092a3af566032fd7a8f4a968778d4d))
|
|
11
|
+
|
|
12
|
+
### [18.3.1](https://github.com/mojaloop/central-services-shared/compare/v18.3.0...v18.3.1) (2024-04-04)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Chore
|
|
16
|
+
|
|
17
|
+
* **deps:** bump express from 4.18.2 to 4.19.2 ([#363](https://github.com/mojaloop/central-services-shared/issues/363)) ([248bad2](https://github.com/mojaloop/central-services-shared/commit/248bad29d36ad9a09832792f45d3a2d8d66ae2da))
|
|
18
|
+
* **deps:** bump follow-redirects from 1.15.5 to 1.15.6 ([#364](https://github.com/mojaloop/central-services-shared/issues/364)) ([eed3eeb](https://github.com/mojaloop/central-services-shared/commit/eed3eebf0adefeed5f954d5aa31eddc730e04325))
|
|
19
|
+
|
|
5
20
|
## [18.3.0](https://github.com/mojaloop/central-services-shared/compare/v18.2.0...v18.3.0) (2024-03-07)
|
|
6
21
|
|
|
7
22
|
|
package/CODEOWNERS
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
## @global-owner1 and @global-owner2 will be requested for
|
|
7
7
|
## review when someone opens a pull request.
|
|
8
8
|
#* @global-owner1 @global-owner2
|
|
9
|
-
* @mdebarros @elnyry-sam-k @vijayg10 @kleyow
|
|
9
|
+
* @mdebarros @elnyry-sam-k @vijayg10 @kleyow @oderayi
|
|
10
10
|
|
|
11
11
|
## Order is important; the last matching pattern takes the most
|
|
12
12
|
## precedence. When someone opens a pull request that only
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/central-services-shared",
|
|
3
|
-
"version": "18.3.
|
|
3
|
+
"version": "18.3.2",
|
|
4
4
|
"description": "Shared code for mojaloop central services",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "ModusBox",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@hapi/catbox": "12.1.1",
|
|
56
56
|
"@hapi/catbox-memory": "5.0.1",
|
|
57
|
-
"axios": "1.6.
|
|
57
|
+
"axios": "1.6.8",
|
|
58
58
|
"clone": "2.1.2",
|
|
59
59
|
"dotenv": "16.4.5",
|
|
60
60
|
"env-var": "7.4.1",
|
|
@@ -71,12 +71,12 @@
|
|
|
71
71
|
"yaml": "2.4.1"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@hapi/hapi": "21.3.
|
|
74
|
+
"@hapi/hapi": "21.3.8",
|
|
75
75
|
"@hapi/joi": "17.1.1",
|
|
76
76
|
"audit-ci": "^6.6.1",
|
|
77
77
|
"base64url": "3.0.1",
|
|
78
78
|
"chance": "1.1.11",
|
|
79
|
-
"npm-check-updates": "16.14.
|
|
79
|
+
"npm-check-updates": "16.14.18",
|
|
80
80
|
"nyc": "15.1.0",
|
|
81
81
|
"pre-commit": "1.2.2",
|
|
82
82
|
"proxyquire": "2.1.3",
|
|
@@ -90,6 +90,11 @@
|
|
|
90
90
|
"tape": "5.7.5",
|
|
91
91
|
"tapes": "4.1.0"
|
|
92
92
|
},
|
|
93
|
+
"overrides": {
|
|
94
|
+
"shins": {
|
|
95
|
+
"ejs": "3.1.7"
|
|
96
|
+
}
|
|
97
|
+
},
|
|
93
98
|
"peerDependencies": {
|
|
94
99
|
"@mojaloop/central-services-error-handling": ">=12.x.x",
|
|
95
100
|
"@mojaloop/central-services-logger": ">=11.x.x",
|