chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2024-06-12 20:39:53 -10:00
parent 83275be536
commit 527137f279
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -76,7 +76,7 @@
},
"devDependencies": {
"@biomejs/biome": "^1.8.1",
"@types/bun": "^1.1.3",
"@types/bun": "^1.1.4",
"@types/cli-progress": "^3.11.5",
"@types/cli-table": "^0.3.4",
"@types/html-to-text": "^9.0.4",
@ -87,7 +87,7 @@
"@types/pg": "^8.11.6",
"@types/qs": "^6.9.15",
"drizzle-kit": "^0.22.7",
"oclif": "^4.13.5",
"oclif": "^4.13.6",
"ts-prune": "^0.10.3",
"typescript": "^5.4.5"
},
@ -101,7 +101,7 @@
"@inquirer/input": "^2.1.9",
"@json2csv/plainjs": "^7.0.6",
"@lysand-org/federation": "^1.2.0",
"@oclif/core": "^4.0.4",
"@oclif/core": "^4.0.6",
"@tufjs/canonical-json": "^2.0.0",
"altcha-lib": "^0.3.0",
"blurhash": "^2.0.5",

View file

@ -4,7 +4,7 @@
"main": "index.ts",
"type": "module",
"dependencies": {
"c12": "^1.10.0",
"c12": "^1.11.1",
"zod": "^3.23.8",
"zod-validation-error": "^3.3.0"
}