|
39 | 39 | "dependencies": {
|
40 | 40 | "@actions/core": "^1.2.6",
|
41 | 41 | "@actions/github": "^4.0.0",
|
42 |
| - "@octokit/openapi-types": "^5.1.1", |
43 |
| - "@octokit/plugin-paginate-rest": "^2.10.0", |
44 |
| - "@octokit/plugin-rest-endpoint-methods": "^4.12.2", |
45 |
| - "@octokit/types": "^6.10.1", |
| 42 | + "@octokit/openapi-types": "^5.2.0", |
| 43 | + "@octokit/plugin-paginate-rest": "^2.11.0", |
| 44 | + "@octokit/plugin-rest-endpoint-methods": "^4.13.0", |
| 45 | + "@octokit/types": "^6.11.0", |
46 | 46 | "@technote-space/github-action-helper": "^5.2.2",
|
47 |
| - "@technote-space/github-action-log-helper": "^0.1.19" |
| 47 | + "@technote-space/github-action-log-helper": "^0.1.20" |
48 | 48 | },
|
49 | 49 | "devDependencies": {
|
50 |
| - "@commitlint/cli": "^12.0.0", |
51 |
| - "@commitlint/config-conventional": "^12.0.0", |
52 |
| - "@technote-space/github-action-test-helper": "^0.7.2", |
| 50 | + "@commitlint/cli": "^12.0.1", |
| 51 | + "@commitlint/config-conventional": "^12.0.1", |
| 52 | + "@technote-space/github-action-test-helper": "^0.7.3", |
53 | 53 | "@technote-space/release-github-actions-cli": "^1.8.4",
|
54 | 54 | "@types/jest": "^26.0.20",
|
55 | 55 | "@types/node": "^14.14.31",
|
56 | 56 | "@typescript-eslint/eslint-plugin": "^4.15.2",
|
57 | 57 | "@typescript-eslint/parser": "^4.15.2",
|
58 |
| - "eslint": "^7.20.0", |
| 58 | + "eslint": "^7.21.0", |
59 | 59 | "husky": "^5.1.1",
|
60 | 60 | "jest": "^26.6.3",
|
61 | 61 | "jest-circus": "^26.6.3",
|
62 | 62 | "lint-staged": "^10.5.4",
|
63 |
| - "nock": "^13.0.8", |
| 63 | + "nock": "^13.0.9", |
64 | 64 | "pinst": "^2.1.6",
|
65 | 65 | "ts-jest": "^26.5.2",
|
66 | 66 | "typescript": "^4.2.2"
|
|
0 commit comments