@mojaloop/central-services-shared 18.3.7 → 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.
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.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
+
5
12
  ### [18.3.7](https://github.com/mojaloop/central-services-shared/compare/v18.3.6...v18.3.7) (2024-06-07)
6
13
 
7
14
 
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.7",
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,7 +68,7 @@
68
68
  "shins": "2.6.0",
69
69
  "uuid4": "2.0.3",
70
70
  "widdershins": "^4.0.1",
71
- "yaml": "2.4.3"
71
+ "yaml": "2.4.5"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@hapi/hapi": "21.3.9",
@@ -77,7 +77,7 @@
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",
@@ -103,13 +103,14 @@
103
103
  "yargs-parser": "13.1.2",
104
104
  "markdown-it": "12.3.2",
105
105
  "swagger2openapi": "7.0.8"
106
- }
106
+ },
107
+ "markdown-it": "12.3.2"
107
108
  },
108
109
  "peerDependencies": {
109
110
  "@mojaloop/central-services-error-handling": ">=13.x.x",
110
111
  "@mojaloop/central-services-logger": ">=11.x.x",
111
112
  "@mojaloop/central-services-metrics": ">=12.x.x",
112
- "@mojaloop/event-sdk": ">=14.x.x",
113
+ "@mojaloop/event-sdk": ">=14.1.1",
113
114
  "ajv": "8.x.x",
114
115
  "ajv-keywords": "5.x.x"
115
116
  },