This commit is contained in:
Philipp Dormann 2024-12-02 17:21:09 +01:00
parent 75866d9a8d
commit f6da5ede9a
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314
2 changed files with 9 additions and 9 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -1,5 +1,5 @@
{
"name": "email-microservice",
"name": "@odit/lfk-mailer",
"version": "1.0.0",
"private": true,
"type": "module",
@ -9,20 +9,20 @@
},
"dependencies": {
"@hono/node-server": "1.13.7",
"@hono/swagger-ui": "0.4.1",
"@hono/zod-openapi": "0.18.0",
"@hono/swagger-ui": "0.5.0",
"@hono/zod-openapi": "0.18.3",
"@hono/zod-validator": "0.4.1",
"bullmq": "5.29.0",
"bwip-js": "^4.5.1",
"bullmq": "5.30.1",
"bwip-js": "4.5.1",
"handlebars": "4.7.8",
"hono": "4.6.11",
"hono": "4.6.12",
"ioredis": "5.4.1",
"nodemailer": "6.9.16",
"zod": "3.23.8"
},
"devDependencies": {
"@types/node": "22.9.1",
"@types/nodemailer": "^6.4.17",
"bun-types": "1.1.36"
"@types/node": "22.10.1",
"@types/nodemailer": "6.4.17",
"bun-types": "1.1.38"
}
}