|
11 | 11 | "e2e-tests": "node --require ts-node/register --test-reporter spec --test ./tests/e2e.test.ts" |
12 | 12 | }, |
13 | 13 | "engines": { |
14 | | - "node": "20.x", |
15 | | - "npm": "10.x" |
| 14 | + "node": ">= 20.x", |
| 15 | + "npm": ">= 11.x" |
16 | 16 | }, |
17 | 17 | "repository": { |
18 | 18 | "type": "git", |
|
38 | 38 | "@actions/core": "^1.11.1", |
39 | 39 | "@actions/exec": "^1.1.1", |
40 | 40 | "@actions/tool-cache": "^2.0.2", |
41 | | - "@google-github-actions/actions-utils": "^0.8.8", |
42 | | - "@google-github-actions/setup-cloud-sdk": "^1.2.0", |
| 41 | + "@google-github-actions/actions-utils": "^0.8.10", |
| 42 | + "@google-github-actions/setup-cloud-sdk": "^2.0.0", |
43 | 43 | "js-yaml": "^4.1.0" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | 46 | "@eslint/eslintrc": "^3.3.1", |
47 | | - "@eslint/js": "^9.31.0", |
| 47 | + "@eslint/js": "^9.34.0", |
48 | 48 | "@types/js-yaml": "^4.0.9", |
49 | | - "@types/node": "^24.0.14", |
50 | | - "@typescript-eslint/eslint-plugin": "^8.37.0", |
51 | | - "@typescript-eslint/parser": "^8.37.0", |
| 49 | + "@types/node": "^24.3.0", |
| 50 | + "@typescript-eslint/eslint-plugin": "^8.42.0", |
| 51 | + "@typescript-eslint/parser": "^8.42.0", |
52 | 52 | "@vercel/ncc": "^0.38.3", |
53 | 53 | "eslint-config-prettier": "^10.1.8", |
54 | | - "eslint-plugin-prettier": "^5.5.3", |
55 | | - "eslint": "^9.31.0", |
56 | | - "googleapis": "^153.0.0", |
| 54 | + "eslint-plugin-prettier": "^5.5.4", |
| 55 | + "eslint": "^9.34.0", |
| 56 | + "googleapis": "^159.0.0", |
57 | 57 | "prettier": "^3.6.2", |
58 | 58 | "ts-node": "^10.9.2", |
59 | | - "typescript-eslint": "^8.37.0", |
60 | | - "typescript": "^5.8.3", |
61 | | - "yaml": "^2.8.0" |
| 59 | + "typescript-eslint": "^8.42.0", |
| 60 | + "typescript": "^5.9.2", |
| 61 | + "yaml": "^2.8.1" |
62 | 62 | } |
63 | 63 | } |
0 commit comments