|
8 | 8 | "step:config": "scripts/run-step getConfigContents" |
9 | 9 | }, |
10 | 10 | "devDependencies": { |
11 | | - "@octokit/plugin-rest-endpoint-methods": "^16.0.0", |
| 11 | + "@octokit/plugin-rest-endpoint-methods": "^13.2.6", |
12 | 12 | "@octokit/webhooks-types": "^7.6.1", |
13 | 13 | "@types/common-tags": "^1.8.1", |
14 | | - "@types/node": "^22.9.0", |
15 | | - "@types/semver": "^7.7.0", |
16 | | - "@vercel/ncc": "^0.38.3", |
| 14 | + "@types/node": "22.9.0", |
| 15 | + "@types/semver": "^7.5.6", |
| 16 | + "@vercel/ncc": "^0.38.1", |
17 | 17 | "ts-node": "^10.9.2", |
18 | | - "typescript": "^5.8.3" |
| 18 | + "typescript": "^5.6.3" |
19 | 19 | }, |
20 | 20 | "dependencies": { |
21 | 21 | "@actions/core": "^1.10.0", |
22 | 22 | "@actions/exec": "^1.1.1", |
23 | | - "@actions/github": "^6.0.1", |
24 | | - "@octokit/plugin-throttling": "^11.0.1", |
25 | | - "@octokit/rest": "^22.0.0", |
| 23 | + "@actions/github": "^6.0.0", |
| 24 | + "@octokit/plugin-throttling": "^9.3.2", |
| 25 | + "@octokit/rest": "^20.1.1", |
26 | 26 | "common-tags": "^1.8.2", |
27 | | - "semver": "^7.7.2" |
| 27 | + "semver": "^7.5.4" |
28 | 28 | } |
29 | 29 | } |
0 commit comments