diff --git a/bun.lockb b/bun.lockb index 6fba689..a0c41b3 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 2eb3e73..3c5d3fe 100644 --- a/package.json +++ b/package.json @@ -9,13 +9,13 @@ }, "devDependencies": { "@biomejs/biome": "^1.9.4", - "@types/bun": "^1.1.12", - "@types/node": "^22.7.9", + "@types/bun": "^1.1.14", + "@types/node": "^22.10.1", "bun-plugin-dts": "^0.3.0" }, "trustedDependencies": ["@biomejs/biome"], "dependencies": { "chalk": "^5.3.0", - "ora": "^8.1.0" + "ora": "^8.1.1" } }