diff --git a/bun.lockb b/bun.lockb index 1ec8270..61ffad1 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 8f34364..299533f 100644 --- a/package.json +++ b/package.json @@ -10,24 +10,31 @@ "test": "bun jest" }, "dependencies": { - "axios": "1.10.0", + "axios": "1.11.0", "lodash.mapkeys": "4.6.0", - "zod": "4.0.5" + "zod": "4.0.14" }, "devDependencies": { - "@octokit/webhooks": "14.1.0", - "@swc/jest": "0.2.38", - "@types/aws-lambda": "8.10.150", + "@octokit/webhooks": "14.1.3", + "@swc/jest": "0.2.39", + "@types/aws-lambda": "8.10.152", "@types/jest": "30.0.0", "@types/lodash.mapkeys": "4.6.9", "@types/micromatch": "4.0.9", - "jest": "30.0.3", + "jest": "30.0.5", "prettier": "3.6.2", - "typescript": "5.8.3" + "typescript": "5.9.2" }, "jest": { "transform": { - "^.+\\.(t|j)sx?$": "@swc/jest" + "^.+\\.(t|j)sx?$": [ + "@swc/jest", + { + "jsc": { + "target": "esnext" + } + } + ] }, "moduleNameMapper": { "^(\\.{1,2}/.*)\\.js$": "$1"