Skip to content

Commit

Permalink
chore(release): 14.0.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mojaloopci committed Jan 16, 2025
1 parent c2466d5 commit f05e7eb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [14.0.2](https://github.com/mojaloop/event-sidecar/compare/v14.0.1...v14.0.2) (2025-01-16)


### Chore

* fix vulnerabilities, update dependencies ([e50a178](https://github.com/mojaloop/event-sidecar/commit/e50a1784ffb63abf1853f5064279d698e5734d03))

### [14.0.1](https://github.com/mojaloop/event-sidecar/compare/v14.0.0...v14.0.1) (2024-06-12)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "event-sidecar",
"description": "Event Sidecar is used to route an event to Kafka",
"version": "14.0.1",
"version": "14.0.2",
"author": "ModusBox",
"contributors": [
"Rajiv Mothilal <[email protected]>",
Expand Down Expand Up @@ -83,13 +83,13 @@
"tap-spec": "^5.0.0",
"tap-xunit": "^2.4.1"
},
"overrides": {
"cross-spawn": "7.0.6",
"swagmock": {
"validator": "13.12.0"
"overrides": {
"cross-spawn": "7.0.6",
"swagmock": {
"validator": "13.12.0"
},
"trim": "0.0.3"
},
"trim": "0.0.3"
},
"ava": {
"files": [
"test/unit/**/**.test.js"
Expand Down

0 comments on commit f05e7eb

Please sign in to comment.