|
26 | 26 | "node": ">=20" |
27 | 27 | }, |
28 | 28 | "dependencies": { |
29 | | - "@actions/cache": "4.0.3", |
| 29 | + "@actions/cache": "4.1.0", |
30 | 30 | "@actions/core": "1.11.1", |
31 | 31 | "@actions/exec": "1.1.1", |
32 | 32 | "@actions/github": "6.0.1", |
33 | | - "@actions/http-client": "2.2.3", |
34 | | - "@actions/io": "1.1.3", |
| 33 | + "@actions/http-client": "3.0.0", |
| 34 | + "@actions/io": "2.0.0", |
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 | 40 | "@commitlint/cli": "19.8.1", |
41 | 41 | "@commitlint/config-conventional": "19.8.1", |
42 | | - "@jest/globals": "29.7.0", |
43 | | - "@types/jest": "29.5.14", |
44 | | - "@types/node": "22.15.21", |
45 | | - "@typescript-eslint/eslint-plugin": "8.32.1", |
46 | | - "@typescript-eslint/parser": "8.32.1", |
47 | | - "@vercel/ncc": "0.38.3", |
48 | | - "bun": "1.2.13", |
| 42 | + "@jest/globals": "30.2.0", |
| 43 | + "@types/jest": "30.0.0", |
| 44 | + "@types/node": "24.10.0", |
| 45 | + "@typescript-eslint/eslint-plugin": "8.46.3", |
| 46 | + "@typescript-eslint/parser": "8.46.3", |
| 47 | + "@vercel/ncc": "0.38.4", |
| 48 | + "bun": "1.3.1", |
49 | 49 | "eslint": "9.27.0", |
50 | 50 | "eslint-plugin-github": "6.0.0", |
51 | 51 | "eslint-plugin-jest": "28.11.0", |
52 | 52 | "eslint-plugin-jsonc": "2.20.1", |
53 | 53 | "eslint-plugin-prettier": "5.4.0", |
54 | 54 | "husky": "9.1.7", |
55 | | - "jest": "29.7.0", |
| 55 | + "jest": "30.2.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 | | - "prettier": "3.5.3", |
| 59 | + "prettier": "3.6.2", |
60 | 60 | "prettier-eslint": "16.4.2", |
61 | | - "ts-jest": "29.3.4", |
62 | | - "typescript": "5.8.3" |
| 61 | + "ts-jest": "29.4.5", |
| 62 | + "typescript": "5.9.3" |
63 | 63 | }, |
64 | 64 | "scripts": { |
65 | 65 | "turbo:build": "pnpm exec turbo build --token $BUILDLESS_APIKEY --no-daemon --remote-only", |
|
0 commit comments