|
39 | 39 | "dependencies": {
|
40 | 40 | "@actions/core": "^1.2.6",
|
41 | 41 | "@actions/github": "^4.0.0",
|
42 |
| - "@octokit/openapi-types": "^5.3.1", |
43 |
| - "@octokit/plugin-paginate-rest": "^2.11.0", |
44 |
| - "@octokit/plugin-rest-endpoint-methods": "^4.13.4", |
45 |
| - "@octokit/types": "^6.12.0", |
| 42 | + "@octokit/openapi-types": "^5.3.2", |
| 43 | + "@octokit/plugin-paginate-rest": "^2.13.2", |
| 44 | + "@octokit/plugin-rest-endpoint-methods": "^4.13.5", |
| 45 | + "@octokit/types": "^6.12.2", |
46 | 46 | "@technote-space/github-action-helper": "^5.2.3",
|
47 |
| - "@technote-space/github-action-log-helper": "^0.1.20" |
| 47 | + "@technote-space/github-action-log-helper": "^0.1.21" |
48 | 48 | },
|
49 | 49 | "devDependencies": {
|
50 | 50 | "@commitlint/cli": "^12.0.1",
|
51 | 51 | "@commitlint/config-conventional": "^12.0.1",
|
52 |
| - "@technote-space/github-action-test-helper": "^0.7.3", |
| 52 | + "@technote-space/github-action-test-helper": "^0.7.4", |
53 | 53 | "@technote-space/release-github-actions-cli": "^1.8.4",
|
54 | 54 | "@types/jest": "^26.0.20",
|
55 |
| - "@types/node": "^14.14.31", |
56 |
| - "@typescript-eslint/eslint-plugin": "^4.16.1", |
57 |
| - "@typescript-eslint/parser": "^4.16.1", |
58 |
| - "eslint": "^7.21.0", |
| 55 | + "@types/node": "^14.14.34", |
| 56 | + "@typescript-eslint/eslint-plugin": "^4.17.0", |
| 57 | + "@typescript-eslint/parser": "^4.17.0", |
| 58 | + "eslint": "^7.22.0", |
59 | 59 | "husky": "^5.1.3",
|
60 | 60 | "jest": "^26.6.3",
|
61 | 61 | "jest-circus": "^26.6.3",
|
62 | 62 | "lint-staged": "^10.5.4",
|
63 |
| - "nock": "^13.0.10", |
| 63 | + "nock": "^13.0.11", |
64 | 64 | "pinst": "^2.1.6",
|
65 | 65 | "ts-jest": "^26.5.3",
|
66 | 66 | "typescript": "^4.2.3"
|
|
0 commit comments