diff --git a/bun.lockb b/bun.lockb index b57639ad..08e7f8c7 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 72c31886..8cf986a3 100644 --- a/package.json +++ b/package.json @@ -20,10 +20,10 @@ }, "license": "Apache-2.0", "dependencies": { - "@babel/core": "7.25.7", - "@babel/parser": "7.25.7", - "@babel/types": "7.25.7", - "@babel/generator": "7.25.7", + "@babel/core": "7.26.0", + "@babel/parser": "7.26.1", + "@babel/types": "7.26.0", + "@babel/generator": "7.26.0", "@types/babel__generator": "7.6.8", "chalk": "4.1.2", "commander": "12.1.0", @@ -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.11", - "@types/jest": "29.5.13", - "@types/node": "22.7.4", - "cypress": "13.15.0", + "@types/react": "18.3.12", + "@types/jest": "29.5.14", + "@types/node": "22.8.1", + "cypress": "13.15.1", "husky": "9.1.6", "jest": "29.7.0", - "eslint": "9.12.0", + "eslint": "9.13.0", "eslint-plugin-cypress": "4.0.0", "react": "18.3.1", "react-dom": "18.3.1", - "tsup": "8.3.0", - "typescript": "5.6.2", - "typescript-eslint": "8.8.0", - "vite": "5.4.8" + "tsup": "8.3.5", + "typescript": "5.6.3", + "typescript-eslint": "8.11.0", + "vite": "5.4.10" }, "scripts": { "build": "tsup src/index.ts src/cli.ts --clean --dts --format cjs",