email-notifier 14.1.2 → 14.1.4

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.
@@ -1,7 +1,7 @@
1
1
  version: 2.1
2
2
  setup: true
3
3
  orbs:
4
- build: mojaloop/build@1.0.66
4
+ build: mojaloop/build@1.1.0
5
5
  workflows:
6
6
  setup:
7
7
  jobs:
package/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
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
+ ### [14.1.4](https://github.com/mojaloop/email-notifier/compare/v14.1.3...v14.1.4) (2025-07-25)
6
+
7
+
8
+ ### Chore
9
+
10
+ * fix vuls and update deps ([#227](https://github.com/mojaloop/email-notifier/issues/227)) ([9061ee4](https://github.com/mojaloop/email-notifier/commit/9061ee417e2d6d33062c266884787d36f0c199db))
11
+ * **sbom:** update sbom [skip ci] ([50c34ad](https://github.com/mojaloop/email-notifier/commit/50c34add5220dfee9c2966bfc9e7c531b6c2202a))
12
+
13
+ ### [14.1.3](https://github.com/mojaloop/email-notifier/compare/v14.1.2...v14.1.3) (2025-07-17)
14
+
15
+
16
+ ### Chore
17
+
18
+ * add initial sbom ([#225](https://github.com/mojaloop/email-notifier/issues/225)) ([72d3597](https://github.com/mojaloop/email-notifier/commit/72d3597c1ea5657e40ad006addcc99c19d2bea90))
19
+
5
20
  ### [14.1.2](https://github.com/mojaloop/email-notifier/compare/v14.1.1...v14.1.2) (2025-06-17)
6
21
 
7
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "email-notifier",
3
- "version": "14.1.2",
3
+ "version": "14.1.4",
4
4
  "description": "email notifier to monitor the notification kafka topic and send emails.",
5
5
  "license": "Apache-2.0",
6
6
  "main": "app.js",
@@ -52,19 +52,19 @@
52
52
  "@mojaloop/central-services-health": "15.1.0",
53
53
  "@mojaloop/central-services-logger": "11.9.0",
54
54
  "@mojaloop/central-services-metrics": "12.6.0",
55
- "@mojaloop/central-services-shared": "18.28.2",
56
- "@mojaloop/central-services-stream": "11.7.0",
55
+ "@mojaloop/central-services-shared": "18.30.6",
56
+ "@mojaloop/central-services-stream": "11.8.2",
57
57
  "@mojaloop/event-sdk": "14.6.1",
58
58
  "ajv": "8.17.1",
59
59
  "ajv-keywords": "5.1.0",
60
60
  "camelcase": "8.0.0",
61
61
  "check-types": "11.2.3",
62
- "config": "4.0.0",
62
+ "config": "4.1.0",
63
63
  "json-rules-engine": "7.3.1",
64
64
  "lazy-ass": "2.0.3",
65
65
  "lodash": "4.17.21",
66
66
  "mustache": "4.2.0",
67
- "nodemailer": "7.0.3",
67
+ "nodemailer": "7.0.5",
68
68
  "rxjs": "7.8.2",
69
69
  "rxjs-compat": "6.6.7",
70
70
  "uuid4": "2.0.3"
@@ -74,13 +74,13 @@
74
74
  "jsonpath": "1.1.1",
75
75
  "nodemailer-mock": "2.0.9",
76
76
  "nodemon": "3.1.10",
77
- "npm-check-updates": "18.0.1",
77
+ "npm-check-updates": "18.0.2",
78
78
  "npm-run-all": "4.1.5",
79
79
  "nyc": "17.1.0",
80
80
  "pre-commit": "1.2.2",
81
81
  "proxyquire": "2.1.3",
82
82
  "replace": "1.2.2",
83
- "rewire": "8.0.0",
83
+ "rewire": "9.0.0",
84
84
  "rxjs-marbles": "7.0.1",
85
85
  "sinon": "21.0.0",
86
86
  "standard": "17.1.2",
@@ -91,7 +91,9 @@
91
91
  "tapes": "4.1.0"
92
92
  },
93
93
  "overrides": {
94
- "nodemailer": "7.0.3",
94
+ "form-data": "3.0.4",
95
+ "on-headers": "1.1.0",
96
+ "nodemailer": "7.0.5",
95
97
  "shins": {
96
98
  "ajv": "6.12.3",
97
99
  "ejs": "3.1.10",