diff --git a/bun.lockb b/bun.lockb index d16a570..c2ce7ea 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 58ad6ce..ff633a8 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@types/glob": "8.1.0", "@types/react": "19.0.2", "@types/jest": "29.5.14", - "@types/node": "22.10.2", + "@types/node": "22.10.4", "cypress": "13.17.0", "husky": "9.1.7", "jest": "29.7.0", @@ -49,8 +49,8 @@ "react-dom": "19.0.0", "tsup": "8.3.5", "typescript": "5.7.2", - "typescript-eslint": "8.18.1", - "vite": "6.0.5" + "typescript-eslint": "8.19.0", + "vite": "6.0.6" }, "scripts": { "build": "tsup src/index.ts src/cli.ts --clean --dts --format cjs",