diff --git a/bun.lockb b/bun.lockb index 95a9209..fc57ed8 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index adc9497..ada62ea 100644 --- a/package.json +++ b/package.json @@ -38,18 +38,18 @@ "@types/glob": "8.1.0", "@types/react": "18.3.3", "@types/jest": "29.5.12", - "@types/node": "20.14.10", - "cypress": "13.13.0", - "husky": "9.0.11", + "@types/node": "20.14.11", + "cypress": "13.13.1", + "husky": "9.1.1", "jest": "29.7.0", "eslint": "9.7.0", "eslint-plugin-cypress": "3.3.0", "react": "18.3.1", "react-dom": "18.3.1", - "tsup": "8.1.0", + "tsup": "8.2.2", "typescript": "5.5.3", - "typescript-eslint": "7.16.0", - "vite": "5.3.3" + "typescript-eslint": "7.16.1", + "vite": "5.3.4" }, "scripts": { "build": "tsup src/index.ts src/cli.ts --clean --dts --format cjs",