diff --git a/bun.lockb b/bun.lockb index 7604a6d..1658645 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 5842098..492770a 100644 --- a/package.json +++ b/package.json @@ -9,14 +9,14 @@ "build": "build.ts" }, "devDependencies": { - "@types/bun": "^1.1.8", - "@types/node": "^22.5.2", + "@types/bun": "^1.1.9", + "@types/node": "^22.5.4", "@types/stylus": "^0.48.42", - "eslint": "^9.9.1", + "eslint": "^9.10.0", "eslint-plugin-compat": "^6.0.0", "stylus": "^0.63.0" }, "peerDependencies": { - "typescript": "^5.5.4" + "typescript": "^5.6.2" } }