diff --git a/bun.lockb b/bun.lockb index 6150609..20096c8 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 2cfb0fa..a9a113d 100644 --- a/package.json +++ b/package.json @@ -54,19 +54,19 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@commitlint/cli": "^19.2.0", + "@commitlint/cli": "^19.3.0", "@stacksjs/eslint-config": "^0.59.11", - "@types/bun": "^1.0.8", - "@types/node": "^20.11.27", - "bun-plugin-dts-auto": "^0.10.0", + "@types/bun": "^1.1.6", + "@types/node": "^20.14.11", + "bun-plugin-dts-auto": "^0.11.1", "changelogen": "^0.5.5", "commitizen": "^4.3.0", - "cz-git": "^1.9.0", + "cz-git": "^1.9.4", "eslint": "^8.57.0", "js-yaml": "^4.1.0", - "lint-staged": "^15.2.2", - "simple-git-hooks": "^2.10.0", - "typescript": "^5.4.2" + "lint-staged": "^15.2.7", + "simple-git-hooks": "^2.11.1", + "typescript": "^5.5.4" }, "simple-git-hooks": { "pre-commit": "bun lint-staged",