|
1 | 1 | { |
2 | 2 | "name": "backport", |
3 | | - "version": "2.1.0", |
| 3 | + "version": "2.1.1", |
4 | 4 | "license": "MIT", |
5 | 5 | "main": "dist/index.js", |
6 | 6 | "type": "module", |
|
15 | 15 | "xo": "xo" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@actions/core": "^1.10.0", |
| 18 | + "@actions/core": "^1.11.1", |
19 | 19 | "@actions/exec": "^1.1.1", |
20 | | - "@actions/github": "^5.1.1", |
| 20 | + "@actions/github": "^6.0.1", |
21 | 21 | "ensure-error": "^4.0.0", |
22 | 22 | "lodash-es": "^4.17.21" |
23 | 23 | }, |
24 | 24 | "devDependencies": { |
25 | | - "@octokit/webhooks-types": "^7.1.0", |
26 | | - "@trivago/prettier-plugin-sort-imports": "^4.2.0", |
| 25 | + "@octokit/webhooks-types": "^7.6.1", |
| 26 | + "@trivago/prettier-plugin-sort-imports": "^5.2.2", |
27 | 27 | "@types/error-cause": "^1.0.1", |
28 | | - "@types/lodash-es": "^4.17.8", |
29 | | - "@types/node": "^20.4.5", |
30 | | - "@vercel/ncc": "^0.36.1", |
31 | | - "eslint-config-prettier": "^8.9.0", |
32 | | - "eslint-plugin-import": "^2.28.0", |
33 | | - "eslint-plugin-sort-destructure-keys": "^1.5.0", |
34 | | - "eslint-plugin-typescript-sort-keys": "^2.3.0", |
35 | | - "prettier": "^3.0.0", |
36 | | - "prettier-plugin-packagejson": "^2.4.5", |
37 | | - "typescript": "^5.1.6", |
| 28 | + "@types/lodash-es": "^4.17.12", |
| 29 | + "@types/node": "^24.3.0", |
| 30 | + "@vercel/ncc": "^0.38.3", |
| 31 | + "eslint-config-prettier": "^10.1.8", |
| 32 | + "eslint-plugin-import": "^2.32.0", |
| 33 | + "eslint-plugin-sort-destructure-keys": "^2.0.0", |
| 34 | + "eslint-plugin-typescript-sort-keys": "^3.3.0", |
| 35 | + "prettier": "^3.6.2", |
| 36 | + "prettier-plugin-packagejson": "^2.5.19", |
| 37 | + "typescript": "^5.9.2", |
38 | 38 | "xo": "^0.55.0", |
39 | 39 | "yarn-deduplicate": "^6.0.2" |
40 | 40 | } |
|
0 commit comments