diff --git a/bun.lockb b/bun.lockb index 7e7de02b..dba6b1e5 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index d8f33cc3..b74f07ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-helpers", - "packageManager": "bun@1.1.8", + "packageManager": "bun@1.2.2", "main": "src/main.ts", "type": "module", "private": true, @@ -35,14 +35,14 @@ "@types/lodash.uniq": "4.5.9", "@types/micromatch": "4.0.9", "@vercel/ncc": "0.38.3", - "bun-types": "1.1.43", - "eslint": "9.17.0", + "bun-types": "1.2.2", + "eslint": "9.20.0", "husky": "9.1.7", "jest": "29.7.0", "plop": "4.0.1", - "prettier": "3.4.2", + "prettier": "3.5.0", "typescript": "5.7.3", - "typescript-eslint": "8.19.1" + "typescript-eslint": "8.23.0" }, "jest": { "clearMocks": true,