|
26 | 26 | "node": ">=20" |
27 | 27 | }, |
28 | 28 | "dependencies": { |
29 | | - "@actions/cache": "4.0.2", |
| 29 | + "@actions/cache": "4.0.3", |
30 | 30 | "@actions/core": "1.11.1", |
31 | 31 | "@actions/exec": "1.1.1", |
32 | | - "@actions/github": "6.0.0", |
| 32 | + "@actions/github": "6.0.1", |
33 | 33 | "@actions/http-client": "2.2.3", |
34 | 34 | "@actions/io": "1.1.3", |
35 | 35 | "@actions/tool-cache": "2.0.2", |
36 | 36 | "octokit": "3.1.1", |
37 | 37 | "which": "5.0.0" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@commitlint/cli": "17.8.0", |
| 40 | + "@commitlint/cli": "19.8.1", |
41 | 41 | "@commitlint/config-conventional": "19.8.1", |
42 | 42 | "@jest/globals": "29.7.0", |
43 | 43 | "@types/jest": "29.5.14", |
44 | | - "@types/node": "22.13.10", |
45 | | - "@typescript-eslint/eslint-plugin": "6.7.5", |
46 | | - "@typescript-eslint/parser": "6.21.0", |
| 44 | + "@types/node": "22.15.21", |
| 45 | + "@typescript-eslint/eslint-plugin": "8.32.1", |
| 46 | + "@typescript-eslint/parser": "8.32.1", |
47 | 47 | "@vercel/ncc": "0.38.3", |
48 | | - "bun": "1.2.5", |
49 | | - "eslint": "8.51.0", |
50 | | - "eslint-plugin-github": "4.10.1", |
| 48 | + "bun": "1.2.13", |
| 49 | + "eslint": "9.27.0", |
| 50 | + "eslint-plugin-github": "6.0.0", |
51 | 51 | "eslint-plugin-jest": "28.11.0", |
52 | | - "eslint-plugin-jsonc": "2.19.1", |
53 | | - "eslint-plugin-prettier": "5.2.3", |
54 | | - "husky": "8.0.3", |
| 52 | + "eslint-plugin-jsonc": "2.20.1", |
| 53 | + "eslint-plugin-prettier": "5.4.0", |
| 54 | + "husky": "9.1.7", |
55 | 55 | "jest": "29.7.0", |
56 | 56 | "jest-sonar-reporter": "2.0.0", |
57 | 57 | "js-yaml": "4.1.0", |
58 | 58 | "make-coverage-badge": "1.2.0", |
59 | 59 | "prettier": "3.5.3", |
60 | | - "prettier-eslint": "16.3.0", |
61 | | - "ts-jest": "29.2.6", |
62 | | - "typescript": "5.8.2" |
| 60 | + "prettier-eslint": "16.4.2", |
| 61 | + "ts-jest": "29.3.4", |
| 62 | + "typescript": "5.8.3" |
63 | 63 | }, |
64 | 64 | "scripts": { |
65 | 65 | "turbo:build": "pnpm exec turbo build --token $BUILDLESS_APIKEY --no-daemon --remote-only", |
|
0 commit comments