diff --git a/bun.lockb b/bun.lockb index 0e70ecc..711bae1 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 2e48197..e3453cf 100644 --- a/package.json +++ b/package.json @@ -10,14 +10,14 @@ "build": "build.ts" }, "devDependencies": { - "@types/bun": "^1.1.12", - "@types/node": "^22.7.9", + "@types/bun": "^1.1.14", + "@types/node": "^22.10.1", "@types/stylus": "^0.48.43", - "eslint": "^9.13.0", + "eslint": "^9.15.0", "eslint-plugin-compat": "^6.0.1", "stylus": "^0.64.0" }, "peerDependencies": { - "typescript": "^5.6.3" + "typescript": "^5.7.2" } }