chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2024-09-16 12:34:33 +02:00
parent 9e3311e29f
commit 6d9e385a04
No known key found for this signature in database
3 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.0/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.1/schema.json",
"organizeImports": {
"enabled": true
},

BIN
bun.lockb

Binary file not shown.

View file

@ -75,7 +75,7 @@
"flexibleTaxonomy": true
},
"devDependencies": {
"@biomejs/biome": "^1.9.0",
"@biomejs/biome": "^1.9.1",
"@types/bun": "^1.1.9",
"@types/cli-progress": "^3.11.6",
"@types/cli-table": "^0.3.4",
@ -87,7 +87,7 @@
"@types/pg": "^8.11.10",
"@types/qs": "^6.9.16",
"drizzle-kit": "^0.24.2",
"oclif": "^4.14.32",
"oclif": "^4.14.34",
"ts-prune": "^0.10.3",
"typescript": "^5.6.2",
"zod-to-json-schema": "^3.23.3"
@ -103,8 +103,8 @@
"@hono/swagger-ui": "^0.4.1",
"@hono/zod-openapi": "^0.16.0",
"@hono/zod-validator": "^0.2.2",
"@inquirer/confirm": "^3.2.0",
"@inquirer/input": "^2.3.0",
"@inquirer/confirm": "^4.0.1",
"@inquirer/input": "^3.0.1",
"@json2csv/plainjs": "^7.0.6",
"@logtape/logtape": "npm:@jsr/logtape__logtape@0.5.1",
"@oclif/core": "^4.0.22",
@ -136,7 +136,7 @@
"markdown-it-container": "^4.0.0",
"markdown-it-toc-done-right": "^4.2.0",
"mime-types": "^2.1.35",
"oauth4webapi": "^2.13.0",
"oauth4webapi": "^2.15.0",
"ora": "^8.1.0",
"pg": "^8.12.0",
"prom-client": "^15.1.3",
@ -151,6 +151,6 @@
"uqr": "^0.1.2",
"xss": "^1.0.15",
"zod": "^3.23.8",
"zod-validation-error": "^3.3.1"
"zod-validation-error": "^3.4.0"
}
}