Dawid Dziurla
949ec3d78a
node_modules: update ( #270 )
...
Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com >
v12
2026-03-10 10:09:25 +01:00
dependabot[bot]
f0e039bce4
build(deps): bump nodemailer from 8.0.1 to 8.0.2 ( #269 )
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) from 8.0.1 to 8.0.2.
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v8.0.1...v8.0.2 )
---
updated-dependencies:
- dependency-name: nodemailer
dependency-version: 8.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-10 10:08:28 +01:00
Fritz Elfert
41125078ce
Misc. fixes ( #267 )
...
* Misc. fixes
- Do not expose 'username' to a potential recipient.
- Make 'from' mandatory, because there is no fallback anymore.
- Validate 'from' to make shure, it contains an email address.
- Avoid namespace pollution: Use let instead of var.
* Suggested changes from codereview
2026-03-10 10:08:10 +01:00
dependabot[bot]
e035119249
build(deps): bump minimatch from 3.1.3 to 3.1.5 ( #265 )
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 3.1.3 to 3.1.5.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.1.3...v3.1.5 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-version: 3.1.5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-27 13:42:35 +01:00
Spiros Kalogeropoulos
ba302ba66e
Add support for custom email headers via JSON input ( #264 )
...
* Adding custom header with JSON support
* Adding headers in test workflow
---------
Co-authored-by: W506810_wexinc <spiros.kalogeropoulos@wexinc.com >
v11
2026-02-27 13:38:27 +01:00
Dawid Dziurla
7c60f8f904
node_modules: update ( #263 )
...
Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com >
v10
2026-02-25 14:17:23 +01:00
dependabot[bot]
09ee758a9b
build(deps): bump minimatch from 3.1.2 to 3.1.3 ( #262 )
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 3.1.2 to 3.1.3.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.3 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-version: 3.1.3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-25 14:16:23 +01:00
Dawid Dziurla
5335a581b9
node_modules: update ( #261 )
...
Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com >
2026-02-09 10:59:27 +01:00
dependabot[bot]
63e792e90a
build(deps): bump nodemailer from 8.0.0 to 8.0.1 ( #260 )
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v8.0.0...v8.0.1 )
---
updated-dependencies:
- dependency-name: nodemailer
dependency-version: 8.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-09 10:57:57 +01:00
Dawid Dziurla
62a2d05b79
node_modules: update ( #259 )
...
Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com >
v9
2026-02-05 08:49:11 +01:00
dependabot[bot]
a4eb4faebc
build(deps): bump nodemailer from 7.0.13 to 8.0.0 ( #258 )
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) from 7.0.13 to 8.0.0.
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v7.0.13...v8.0.0 )
---
updated-dependencies:
- dependency-name: nodemailer
dependency-version: 8.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-05 08:47:46 +01:00
Copilot
afe9786629
Run npm ci --ignore-scripts to update dependencies ( #254 )
...
* Initial plan
* Run npm ci --ignore-scripts to update dependencies
Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com >
* Convert CommonJS to ESM (#255 )
* Initial plan
* Convert CommonJS imports to ESM
Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com >
* Use node: protocol prefix for built-in modules
Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com >
v8
2026-01-30 13:31:20 +01:00
Copilot
85c1af852f
Convert CommonJS to ESM ( #255 )
...
* Initial plan
* Convert CommonJS imports to ESM
Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com >
* Use node: protocol prefix for built-in modules
Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com >
2026-01-30 13:27:03 +01:00
dependabot[bot]
fa42c49841
build(deps): bump @actions/core from 2.0.3 to 3.0.0 ( #252 )
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 2.0.3 to 3.0.0.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-version: 3.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-30 13:11:26 +01:00
dependabot[bot]
975798d508
build(deps): bump @actions/glob from 0.5.1 to 0.6.1 ( #253 )
...
Bumps [@actions/glob](https://github.com/actions/toolkit/tree/HEAD/packages/glob ) from 0.5.1 to 0.6.1.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/glob/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/glob )
---
updated-dependencies:
- dependency-name: "@actions/glob"
dependency-version: 0.6.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-30 13:07:39 +01:00
dependabot[bot]
af9f10cee5
build(deps): bump nodemailer from 7.0.12 to 7.0.13 ( #250 )
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) from 7.0.12 to 7.0.13.
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v7.0.12...v7.0.13 )
---
updated-dependencies:
- dependency-name: nodemailer
dependency-version: 7.0.13
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-28 23:40:14 +01:00
dependabot[bot]
6e0ef37caa
build(deps): bump @actions/glob from 0.5.0 to 0.5.1 ( #249 )
...
Bumps [@actions/glob](https://github.com/actions/toolkit/tree/HEAD/packages/glob ) from 0.5.0 to 0.5.1.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/glob/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/glob )
---
updated-dependencies:
- dependency-name: "@actions/glob"
dependency-version: 0.5.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-28 23:09:46 +01:00
dependabot[bot]
5fea552c33
build(deps): bump @actions/core from 2.0.2 to 2.0.3 ( #251 )
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 2.0.2 to 2.0.3.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-version: 2.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-28 20:17:57 +01:00
Dawid Dziurla
e1da0f2cc9
node_modules: update ( #248 )
...
Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com >
2026-01-09 14:32:48 +01:00
dependabot[bot]
a9ca158f0a
build(deps): bump @actions/core from 2.0.1 to 2.0.2 ( #247 )
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 2.0.1 to 2.0.2.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-version: 2.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-09 14:31:33 +01:00
Dawid Dziurla
acb47d474a
Change action-send-mail version reference
...
Updated action-send-mail reference in README.
2025-12-25 11:16:10 +01:00
Dawid Dziurla
ffc93b5192
Update action-send-mail version to v7
2025-12-25 11:03:15 +01:00
Dawid Dziurla
6e71c855c9
node_modules: update ( #246 )
...
Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com >
v7
2025-12-25 10:58:28 +01:00
Dawid Dziurla
de27f3a58b
Add NPM updates workflow configuration
2025-12-25 10:18:23 +01:00
dependabot[bot]
cb8de46f10
build(deps): bump nodemailer from 7.0.11 to 7.0.12 ( #245 )
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) from 7.0.11 to 7.0.12.
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v7.0.11...v7.0.12 )
---
updated-dependencies:
- dependency-name: nodemailer
dependency-version: 7.0.12
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-23 08:56:14 +01:00
dependabot[bot]
46d151ccd7
build(deps): bump @actions/core from 2.0.0 to 2.0.1 ( #244 )
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 2.0.0 to 2.0.1.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/@actions/artifact@2.0.1/packages/core )
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-version: 2.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-12 11:13:32 +01:00
dependabot[bot]
ff6c7dc339
build(deps): bump nodemailer from 7.0.10 to 7.0.11 ( #242 )
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) from 7.0.10 to 7.0.11.
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v7.0.10...v7.0.11 )
---
updated-dependencies:
- dependency-name: nodemailer
dependency-version: 7.0.11
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-10 08:04:24 +01:00
dependabot[bot]
5f4fa74a22
build(deps): bump @actions/core from 1.11.1 to 2.0.0 ( #243 )
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.11.1 to 2.0.0.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-version: 2.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-10 07:51:47 +01:00
dependabot[bot]
b3bfbe4cf7
build(deps): bump actions/checkout from 5 to 6 ( #241 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-21 07:32:26 +01:00
dependabot[bot]
5d2f5abd00
build(deps): bump nodemailer from 7.0.9 to 7.0.10 ( #239 )
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) from 7.0.9 to 7.0.10.
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v7.0.9...v7.0.10 )
---
updated-dependencies:
- dependency-name: nodemailer
dependency-version: 7.0.10
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-24 07:53:51 +02:00
dependabot[bot]
bd53a4f08c
build(deps): bump nodemailer from 7.0.7 to 7.0.9 ( #237 )
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) from 7.0.7 to 7.0.9.
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v7.0.7...v7.0.9 )
---
updated-dependencies:
- dependency-name: nodemailer
dependency-version: 7.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-08 09:15:51 +02:00
dependabot[bot]
a5f3b55b58
build(deps): bump nodemailer from 7.0.6 to 7.0.7 ( #236 )
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) from 7.0.6 to 7.0.7.
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v7.0.6...v7.0.7 )
---
updated-dependencies:
- dependency-name: nodemailer
dependency-version: 7.0.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-06 07:55:57 +02:00
dependabot[bot]
ea08c107f1
build(deps): bump nodemailer from 7.0.5 to 7.0.6 ( #235 )
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) from 7.0.5 to 7.0.6.
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v7.0.5...v7.0.6 )
---
updated-dependencies:
- dependency-name: nodemailer
dependency-version: 7.0.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-01 10:22:08 +02:00
dependabot[bot]
6f924fa0cf
build(deps): bump actions/checkout from 4 to 5 ( #233 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 18:01:08 +02:00
dependabot[bot]
f5778250ba
build(deps): bump nodemailer from 7.0.4 to 7.0.5 ( #232 )
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) from 7.0.4 to 7.0.5.
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v7.0.4...v7.0.5 )
---
updated-dependencies:
- dependency-name: nodemailer
dependency-version: 7.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-08 16:10:51 +02:00
dependabot[bot]
a78954cc59
build(deps): bump nodemailer from 7.0.3 to 7.0.4 ( #230 )
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) from 7.0.3 to 7.0.4.
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v7.0.3...v7.0.4 )
---
updated-dependencies:
- dependency-name: nodemailer
dependency-version: 7.0.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-30 11:40:51 +02:00
Dawid Dziurla
b4a0ed8b41
devcontainer: use prebuilt image
2025-06-28 17:14:24 +02:00
Dawid Dziurla
6d98ae34d7
v6
v6
2025-06-14 23:10:45 +02:00
Dawid Dziurla
a855de38fe
support proxy configuration
2025-06-14 23:10:25 +02:00
Dawid Dziurla
cb3a0635bb
format via prettier
2025-06-14 23:03:31 +02:00
Dawid Dziurla
c2fddd52ad
node_modules: upgrade
2025-06-14 22:45:43 +02:00
Dawid Dziurla
3ead51e1f7
on pull request
2025-06-14 22:45:31 +02:00
dependabot[bot]
1fc7d4e2c6
build(deps): bump @actions/glob from 0.4.0 to 0.5.0 ( #210 )
...
Bumps [@actions/glob](https://github.com/actions/toolkit/tree/HEAD/packages/glob ) from 0.4.0 to 0.5.0.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/glob/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/glob )
---
updated-dependencies:
- dependency-name: "@actions/glob"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-14 22:44:48 +02:00
dependabot[bot]
f196747264
build(deps): bump nodemailer from 6.10.1 to 7.0.3 ( #228 )
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) from 6.10.1 to 7.0.3.
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.10.1...v7.0.3 )
---
updated-dependencies:
- dependency-name: nodemailer
dependency-version: 7.0.3
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-14 22:42:28 +02:00
Dawid Dziurla
2f2c447104
colored jq
2025-06-14 22:41:11 +02:00
Dawid Dziurla
3b952f8862
CI updates + devcontainer
2025-06-14 22:38:49 +02:00
Dawid Dziurla
21abe22bd8
node_modules: upgrade
2025-06-13 19:44:16 +02:00
Dawid Dziurla
7d23b91650
Update README.md
2025-04-24 14:20:53 +02:00
Dawid Dziurla
7ac0fb1e36
Delete testdata directory
v5
2025-04-24 14:18:45 +02:00
dependabot[bot]
88cb2160ee
build(deps): bump nodemailer from 6.10.0 to 6.10.1 ( #225 )
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) from 6.10.0 to 6.10.1.
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.10.0...v6.10.1 )
---
updated-dependencies:
- dependency-name: nodemailer
dependency-version: 6.10.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-15 08:24:36 +02:00