This commit is contained in:
Philipp Dormann 2024-12-11 17:59:53 +01:00
parent b0bd323bee
commit 9edaf36aac
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314
2 changed files with 4 additions and 4 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -12,16 +12,16 @@
"@hono/swagger-ui": "0.5.0",
"@hono/zod-openapi": "0.18.3",
"@hono/zod-validator": "0.4.1",
"bullmq": "5.30.1",
"bullmq": "5.34.0",
"bwip-js": "4.5.1",
"handlebars": "4.7.8",
"hono": "4.6.12",
"hono": "4.6.13",
"ioredis": "5.4.1",
"nodemailer": "6.9.16",
"zod": "3.23.8"
"zod": "3.24.1"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@types/nodemailer": "6.4.17",
"bun-types": "1.1.38"
}