@mojaloop/central-services-shared 18.3.6 → 18.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 +7 -0
- package/package.json +8 -3
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
|
+
### [18.3.7](https://github.com/mojaloop/central-services-shared/compare/v18.3.6...v18.3.7) (2024-06-07)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Chore
|
|
9
|
+
|
|
10
|
+
* dependency updates to sub dependencies in widdershins for ajv ([#381](https://github.com/mojaloop/central-services-shared/issues/381)) ([b64403d](https://github.com/mojaloop/central-services-shared/commit/b64403d4936f7ca584938dd5614b10d532d2b48b))
|
|
11
|
+
|
|
5
12
|
### [18.3.6](https://github.com/mojaloop/central-services-shared/compare/v18.3.5...v18.3.6) (2024-05-24)
|
|
6
13
|
|
|
7
14
|
|
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.7",
|
|
4
4
|
"description": "Shared code for mojaloop central services",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "ModusBox",
|
|
@@ -68,12 +68,12 @@
|
|
|
68
68
|
"shins": "2.6.0",
|
|
69
69
|
"uuid4": "2.0.3",
|
|
70
70
|
"widdershins": "^4.0.1",
|
|
71
|
-
"yaml": "2.4.
|
|
71
|
+
"yaml": "2.4.3"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@hapi/hapi": "21.3.9",
|
|
75
75
|
"@hapi/joi": "17.1.1",
|
|
76
|
-
"audit-ci": "^
|
|
76
|
+
"audit-ci": "^7.0.1",
|
|
77
77
|
"base64url": "3.0.1",
|
|
78
78
|
"chance": "1.1.11",
|
|
79
79
|
"npm-check-updates": "16.14.20",
|
|
@@ -98,6 +98,11 @@
|
|
|
98
98
|
"markdown-it": "12.3.2",
|
|
99
99
|
"yargs-parser": "13.1.2",
|
|
100
100
|
"postcss": "8.4.31"
|
|
101
|
+
},
|
|
102
|
+
"widdershins": {
|
|
103
|
+
"yargs-parser": "13.1.2",
|
|
104
|
+
"markdown-it": "12.3.2",
|
|
105
|
+
"swagger2openapi": "7.0.8"
|
|
101
106
|
}
|
|
102
107
|
},
|
|
103
108
|
"peerDependencies": {
|