kaneo (minimalist kanban) fork to experiment adding a tangled integration github.com/usekaneo/kaneo
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): bump nodemailer from 8.0.1 to 8.0.3 in /packages/email (#1071)

Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 8.0.1 to 8.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/v8.0.1...v8.0.3)

---
updated-dependencies:
- dependency-name: nodemailer
dependency-version: 8.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>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
350298d8 b20339d8

+1 -1
+1 -1
packages/email/package.json
··· 21 21 "@react-email/components": "1.0.8", 22 22 "@types/node": "^25.5.0", 23 23 "@types/nodemailer": "^7.0.11", 24 - "nodemailer": "^8.0.1", 24 + "nodemailer": "^8.0.3", 25 25 "react": "^19.2.4", 26 26 "react-dom": "^19.2.4" 27 27 },