diff --git a/bun.lockb b/bun.lockb index c21ab3bc..a2eaa0ec 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 908134a3..b788d687 100644 --- a/package.json +++ b/package.json @@ -37,20 +37,20 @@ "@swc/jest": "0.2.36", "@total-typescript/ts-reset": "0.6.1", "@types/glob": "8.1.0", - "@types/react": "18.3.7", + "@types/react": "18.3.8", "@types/jest": "29.5.13", - "@types/node": "22.5.5", + "@types/node": "22.6.1", "cypress": "13.14.2", "husky": "9.1.6", "jest": "29.7.0", - "eslint": "9.10.0", + "eslint": "9.11.1", "eslint-plugin-cypress": "3.5.0", "react": "18.3.1", "react-dom": "18.3.1", "tsup": "8.3.0", "typescript": "5.6.2", - "typescript-eslint": "8.6.0", - "vite": "5.4.6" + "typescript-eslint": "8.7.0", + "vite": "5.4.7" }, "scripts": { "build": "tsup src/index.ts src/cli.ts --clean --dts --format cjs",