mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
Bumps the npm_and_yarn group with 1 update in the /frontends/dockerterminal/frontend directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /workflow/plugins/ts/integration/smtp-relay directory: [nodemailer](https://github.com/nodemailer/nodemailer). Updates `next` from 16.1.7 to 16.2.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v16.1.7...v16.2.3) Updates `nodemailer` from 7.0.13 to 8.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.13...v8.0.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: nodemailer dependency-version: 8.0.5 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
521 B
JSON
24 lines
521 B
JSON
{
|
|
"name": "@metabuilder/smtp-relay-plugin",
|
|
"version": "1.0.0",
|
|
"description": "SMTP Relay plugin for MetaBuilder workflows - sends emails via Twisted SMTP relay service",
|
|
"main": "src/index.ts",
|
|
"keywords": [
|
|
"metabuilder",
|
|
"workflow",
|
|
"plugin",
|
|
"email",
|
|
"smtp",
|
|
"relay"
|
|
],
|
|
"author": "MetaBuilder Contributors",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"nodemailer": "^8.0.5",
|
|
"@metabuilder/workflow": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/nodemailer": "^6.4.14"
|
|
}
|
|
}
|