Skip to content

Commit a5afe80

Browse files
author
mojaloopci
committed
chore(release): 19.6.3 [skip ci]
1 parent 2838c79 commit a5afe80

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog: [mojaloop/sdk-standard-components](https://github.com/mojaloop/sdk-standard-components)
2+
### [19.6.3](https://github.com/mojaloop/sdk-standard-components/compare/v19.6.2...v19.6.3) (2025-01-08)
3+
4+
5+
### Chore
6+
7+
* fix vulnerabilities, dep update ([#234](https://github.com/mojaloop/sdk-standard-components/issues/234)) ([2838c79](https://github.com/mojaloop/sdk-standard-components/commit/2838c79f135b760674b7ef8d6f72527c634c4f3a))
8+
29
### [19.6.2](https://github.com/mojaloop/sdk-standard-components/compare/v19.6.1...v19.6.2) (2024-12-06)
310

411

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mojaloop/sdk-standard-components",
3-
"version": "19.6.2",
3+
"version": "19.6.3",
44
"description": "A set of standard components for connecting to Mojaloop API enabled Switches",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",
@@ -62,9 +62,9 @@
6262
"swagger2openapi": "7.0.8",
6363
"markdown-it": "12.3.2"
6464
},
65-
"cross-spawn": "7.0.6",
66-
"trim": "0.0.3",
67-
"yargs-parser" : "21.1.1"
65+
"cross-spawn": "7.0.6",
66+
"trim": "0.0.3",
67+
"yargs-parser": "21.1.1"
6868
},
6969
"devDependencies": {
7070
"@mojaloop/api-snippets": "^17.7.8",

0 commit comments

Comments
 (0)