|
40 | 40 | "@actions/core": "^1.2.6",
|
41 | 41 | "@actions/github": "^4.0.0",
|
42 | 42 | "@octokit/openapi-types": "^5.3.2",
|
43 |
| - "@octokit/plugin-paginate-rest": "^2.13.2", |
| 43 | + "@octokit/plugin-paginate-rest": "^2.13.3", |
44 | 44 | "@octokit/plugin-rest-endpoint-methods": "^4.13.5",
|
45 | 45 | "@octokit/types": "^6.12.2",
|
46 |
| - "@technote-space/github-action-helper": "^5.2.3", |
| 46 | + "@technote-space/github-action-helper": "^5.2.4", |
47 | 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 | 52 | "@technote-space/github-action-test-helper": "^0.7.4",
|
53 | 53 | "@technote-space/release-github-actions-cli": "^1.8.4",
|
54 |
| - "@types/jest": "^26.0.20", |
55 |
| - "@types/node": "^14.14.34", |
56 |
| - "@typescript-eslint/eslint-plugin": "^4.17.0", |
57 |
| - "@typescript-eslint/parser": "^4.17.0", |
| 54 | + "@types/jest": "^26.0.21", |
| 55 | + "@types/node": "^14.14.35", |
| 56 | + "@typescript-eslint/eslint-plugin": "^4.18.0", |
| 57 | + "@typescript-eslint/parser": "^4.18.0", |
58 | 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 | 63 | "nock": "^13.0.11",
|
64 | 64 | "pinst": "^2.1.6",
|
65 |
| - "ts-jest": "^26.5.3", |
| 65 | + "ts-jest": "^26.5.4", |
66 | 66 | "typescript": "^4.2.3"
|
67 | 67 | },
|
68 | 68 | "publishConfig": {
|
|
0 commit comments