@mojaloop/central-services-shared 18.3.6 → 18.3.8

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/LICENSE.md +1 -1
  3. package/package.json +12 -6
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
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.8](https://github.com/mojaloop/central-services-shared/compare/v18.3.7...v18.3.8) (2024-06-11)
6
+
7
+
8
+ ### Chore
9
+
10
+ * dependency updates and minor maintenance ([#383](https://github.com/mojaloop/central-services-shared/issues/383)) ([764f6b0](https://github.com/mojaloop/central-services-shared/commit/764f6b082f04a187f561f0fc17ea1eafa4736929))
11
+
12
+ ### [18.3.7](https://github.com/mojaloop/central-services-shared/compare/v18.3.6...v18.3.7) (2024-06-07)
13
+
14
+
15
+ ### Chore
16
+
17
+ * 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))
18
+
5
19
  ### [18.3.6](https://github.com/mojaloop/central-services-shared/compare/v18.3.5...v18.3.6) (2024-05-24)
6
20
 
7
21
 
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # LICENSE
2
2
 
3
- Copyright © 2021 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-services-shared",
3
- "version": "18.3.6",
3
+ "version": "18.3.8",
4
4
  "description": "Shared code for mojaloop central services",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
@@ -68,16 +68,16 @@
68
68
  "shins": "2.6.0",
69
69
  "uuid4": "2.0.3",
70
70
  "widdershins": "^4.0.1",
71
- "yaml": "2.4.2"
71
+ "yaml": "2.4.5"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@hapi/hapi": "21.3.9",
75
75
  "@hapi/joi": "17.1.1",
76
- "audit-ci": "^6.6.1",
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",
80
- "nyc": "15.1.0",
80
+ "nyc": "17.0.0",
81
81
  "pre-commit": "1.2.2",
82
82
  "proxyquire": "2.1.3",
83
83
  "replace": "^1.2.2",
@@ -98,13 +98,19 @@
98
98
  "markdown-it": "12.3.2",
99
99
  "yargs-parser": "13.1.2",
100
100
  "postcss": "8.4.31"
101
- }
101
+ },
102
+ "widdershins": {
103
+ "yargs-parser": "13.1.2",
104
+ "markdown-it": "12.3.2",
105
+ "swagger2openapi": "7.0.8"
106
+ },
107
+ "markdown-it": "12.3.2"
102
108
  },
103
109
  "peerDependencies": {
104
110
  "@mojaloop/central-services-error-handling": ">=13.x.x",
105
111
  "@mojaloop/central-services-logger": ">=11.x.x",
106
112
  "@mojaloop/central-services-metrics": ">=12.x.x",
107
- "@mojaloop/event-sdk": ">=14.x.x",
113
+ "@mojaloop/event-sdk": ">=14.1.1",
108
114
  "ajv": "8.x.x",
109
115
  "ajv-keywords": "5.x.x"
110
116
  },