diff --git a/bun.lockb b/bun.lockb index 7b8ede2..7604a6d 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index bf4d68d..5842098 100644 --- a/package.json +++ b/package.json @@ -10,13 +10,13 @@ }, "devDependencies": { "@types/bun": "^1.1.8", - "@types/node": "^20.16.2", + "@types/node": "^22.5.2", "@types/stylus": "^0.48.42", "eslint": "^9.9.1", "eslint-plugin-compat": "^6.0.0", "stylus": "^0.63.0" }, "peerDependencies": { - "typescript": "^5.5.2" + "typescript": "^5.5.4" } }