|
28 | 28 | "dependencies": {
|
29 | 29 | "@actions/core": "^1.2.5",
|
30 | 30 | "@actions/github": "^4.0.0",
|
31 |
| - "@octokit/plugin-rest-endpoint-methods": "^4.1.4", |
| 31 | + "@octokit/plugin-rest-endpoint-methods": "^4.2.0", |
32 | 32 | "shell-escape": "^0.2.0",
|
33 | 33 | "sprintf-js": "^1.1.2"
|
34 | 34 | },
|
35 | 35 | "devDependencies": {
|
36 |
| - "@commitlint/cli": "^9.1.2", |
37 |
| - "@commitlint/config-conventional": "^9.1.2", |
| 36 | + "@commitlint/cli": "^11.0.0", |
| 37 | + "@commitlint/config-conventional": "^11.0.0", |
38 | 38 | "@technote-space/github-action-test-helper": "^0.5.7",
|
39 |
| - "@types/jest": "^26.0.13", |
40 |
| - "@types/node": "^14.10.0", |
41 |
| - "@typescript-eslint/eslint-plugin": "^4.1.0", |
42 |
| - "@typescript-eslint/parser": "^4.1.0", |
43 |
| - "eslint": "^7.8.1", |
| 39 | + "@types/jest": "^26.0.14", |
| 40 | + "@types/node": "^14.11.1", |
| 41 | + "@typescript-eslint/eslint-plugin": "^4.1.1", |
| 42 | + "@typescript-eslint/parser": "^4.1.1", |
| 43 | + "eslint": "^7.9.0", |
44 | 44 | "husky": "^4.3.0",
|
45 | 45 | "jest": "^26.4.2",
|
46 | 46 | "jest-circus": "^26.4.2",
|
47 |
| - "lint-staged": "^10.3.0", |
| 47 | + "lint-staged": "^10.4.0", |
48 | 48 | "nock": "^13.0.4",
|
49 | 49 | "ts-jest": "^26.3.0",
|
50 | 50 | "typescript": "^4.0.2"
|
|
0 commit comments