|
36 | 36 | "dependencies": {
|
37 | 37 | "@actions/core": "^1.2.6",
|
38 | 38 | "@actions/github": "^4.0.0",
|
39 |
| - "@octokit/openapi-types": "^4.0.1", |
| 39 | + "@octokit/openapi-types": "^4.0.3", |
40 | 40 | "@octokit/plugin-paginate-rest": "^2.9.1",
|
41 |
| - "@octokit/plugin-rest-endpoint-methods": "^4.10.1", |
42 |
| - "@octokit/types": "^6.8.2", |
43 |
| - "@technote-space/github-action-helper": "^5.0.0", |
44 |
| - "@technote-space/github-action-log-helper": "^0.1.17" |
| 41 | + "@octokit/plugin-rest-endpoint-methods": "^4.10.3", |
| 42 | + "@octokit/types": "^6.8.4", |
| 43 | + "@technote-space/github-action-helper": "^5.2.1", |
| 44 | + "@technote-space/github-action-log-helper": "^0.1.18" |
45 | 45 | },
|
46 | 46 | "devDependencies": {
|
47 | 47 | "@commitlint/cli": "^11.0.0",
|
48 | 48 | "@commitlint/config-conventional": "^11.0.0",
|
49 |
| - "@technote-space/github-action-test-helper": "^0.6.13", |
50 |
| - "@technote-space/release-github-actions-cli": "^1.7.4", |
| 49 | + "@technote-space/github-action-test-helper": "^0.7.1", |
| 50 | + "@technote-space/release-github-actions-cli": "^1.8.0", |
51 | 51 | "@types/jest": "^26.0.20",
|
52 |
| - "@types/node": "^14.14.25", |
53 |
| - "@typescript-eslint/eslint-plugin": "^4.14.2", |
54 |
| - "@typescript-eslint/parser": "^4.14.2", |
55 |
| - "eslint": "^7.19.0", |
56 |
| - "husky": "^4.3.8", |
| 52 | + "@types/node": "^14.14.27", |
| 53 | + "@typescript-eslint/eslint-plugin": "^4.15.0", |
| 54 | + "@typescript-eslint/parser": "^4.15.0", |
| 55 | + "eslint": "^7.20.0", |
| 56 | + "husky": "^5.0.9", |
57 | 57 | "jest": "^26.6.3",
|
58 | 58 | "jest-circus": "^26.6.3",
|
59 | 59 | "lint-staged": "^10.5.4",
|
60 | 60 | "nock": "^13.0.7",
|
61 |
| - "ts-jest": "^26.5.0", |
62 |
| - "typescript": "^4.1.3" |
| 61 | + "ts-jest": "^26.5.1", |
| 62 | + "typescript": "^4.1.5" |
63 | 63 | },
|
64 | 64 | "publishConfig": {
|
65 | 65 | "access": "public"
|
|
0 commit comments