deps: update @types/nodemailer to 7.0.5 #11

Open
minori wants to merge 2 commits from dependencies/update--types-nodemailer into main
2 changed files with 1077 additions and 34 deletions
Showing only changes of commit e76938ac4e - Show all commits
+29 -29
View File
@@ -1,31 +1,31 @@
{
"name": "alert-server",
"version": "1.0.0",
"description": "A web server that sends alerts to our logging inbox.",
"main": "index.js",
"type": "module",
"scripts": {
"build": "rm -rf prod && tsc",
"lint": "eslint src --max-warnings 0",
"start": "op run --env-file=prod.env --no-masking -- node prod/index.js",
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [],
"author": "Naomi Carrigan",
"license": "See license in LICENSE.md",
"devDependencies": {
"@nhcarrigan/eslint-config": "5.1.0",
"@nhcarrigan/typescript-config": "4.0.0",
"@types/node": "22.13.1",
"@types/nodemailer": "6.4.17",
"eslint": "9.20.0",
"typescript": "5.7.3"
},
"dependencies": {
"discord-verify": "1.2.0",
"fastify": "5.2.1",
"fastify-raw-body": "^5.0.0",
"nodemailer": "6.10.0",
"stripe": "18.3.0"
}
"name": "alert-server",
"version": "1.0.0",
"description": "A web server that sends alerts to our logging inbox.",
"main": "index.js",
"type": "module",
"scripts": {
"build": "rm -rf prod && tsc",
"lint": "eslint src --max-warnings 0",
"start": "op run --env-file=prod.env --no-masking -- node prod/index.js",
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [],
"author": "Naomi Carrigan",
"license": "See license in LICENSE.md",
"devDependencies": {
"@nhcarrigan/eslint-config": "5.1.0",
"@nhcarrigan/typescript-config": "4.0.0",
"@types/node": "22.13.1",
"@types/nodemailer": "7.0.5",
"eslint": "9.20.0",
"typescript": "5.7.3"
},
"dependencies": {
"discord-verify": "1.2.0",
"fastify": "5.2.1",
"fastify-raw-body": "^5.0.0",
"nodemailer": "6.10.0",
"stripe": "18.3.0"
}
}
+1048 -5
View File
File diff suppressed because it is too large Load Diff