diff --git a/apps/api/bun.lock b/apps/api/bun.lock index c877779..247ca66 100644 --- a/apps/api/bun.lock +++ b/apps/api/bun.lock @@ -59,7 +59,7 @@ "@eslint-community/eslint-plugin-eslint-comments": "4.7.2", "@eslint/js": "10.0.1", "@types/fs-extra": "11.0.4", - "@types/nodemailer": "8.0.0", + "@types/nodemailer": "8.0.1", "@types/pg": "8.20.0", "@types/web-push": "3.6.4", "bun-types": "1.3.14", @@ -583,7 +583,7 @@ "@types/node": ["@types/node@25.6.2", "", { "dependencies": { "undici-types": "~7.19.0" } }, "sha512-sokuT28dxf9JT5Kady1fsXOvI4HVpjZa95NKT5y9PNTIrs2AsobR4GFAA90ZG8M+nxVRLysCXsVj6eGC7Vbrlw=="], - "@types/nodemailer": ["@types/nodemailer@8.0.0", "", { "dependencies": { "@types/node": "*" } }, "sha512-fyf8jWULsCo0d0BuoQ75i6IeoHs47qcqxWc7yUdUcV0pOZGjUTTOvwdG1PRXUDqN/8A64yQdQdnA2pZgcdi+cA=="], + "@types/nodemailer": ["@types/nodemailer@8.0.1", "", { "dependencies": { "@types/node": "*" } }, "sha512-PxpaInm8V1JQDd4j0ds5HfvWQk8JupS1C0Picb96QJsrrRDjBH+DlK7L4ZdNSqNULhiZRQHc40nLVShaGxXAMw=="], "@types/oracledb": ["@types/oracledb@6.5.2", "", { "dependencies": { "@types/node": "*" } }, "sha512-kK1eBS/Adeyis+3OlBDMeQQuasIDLUYXsi2T15ccNJ0iyUpQ4xDF7svFu3+bGVrI0CMBUclPciz+lsQR3JX3TQ=="], diff --git a/apps/api/package.json b/apps/api/package.json index 0ea17d2..52def79 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -104,7 +104,7 @@ "@eslint-community/eslint-plugin-eslint-comments": "4.7.2", "@eslint/js": "10.0.1", "@types/fs-extra": "11.0.4", - "@types/nodemailer": "8.0.0", + "@types/nodemailer": "8.0.1", "@types/pg": "8.20.0", "@types/web-push": "3.6.4", "bun-types": "1.3.14",