chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2024-11-28 11:12:28 +01:00
parent 382374e4d6
commit a67720c0fc
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -9,13 +9,13 @@
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^1.9.4", "@biomejs/biome": "^1.9.4",
"@types/bun": "^1.1.12", "@types/bun": "^1.1.14",
"@types/node": "^22.7.9", "@types/node": "^22.10.1",
"bun-plugin-dts": "^0.3.0" "bun-plugin-dts": "^0.3.0"
}, },
"trustedDependencies": ["@biomejs/biome"], "trustedDependencies": ["@biomejs/biome"],
"dependencies": { "dependencies": {
"chalk": "^5.3.0", "chalk": "^5.3.0",
"ora": "^8.1.0" "ora": "^8.1.1"
} }
} }