|
1 | 1 | {
|
2 | 2 | "name": "@technote-space/github-action-helper",
|
3 |
| - "version": "5.2.16", |
| 3 | + "version": "5.2.17", |
4 | 4 | "description": "Helper for GitHub Action.",
|
5 | 5 | "keywords": [
|
6 | 6 | "github",
|
|
39 | 39 | "dependencies": {
|
40 | 40 | "@actions/core": "^1.4.0",
|
41 | 41 | "@actions/github": "^5.0.0",
|
42 |
| - "@octokit/openapi-types": "^9.4.0", |
43 |
| - "@octokit/plugin-rest-endpoint-methods": "^5.7.0", |
44 |
| - "@technote-space/github-action-log-helper": "^0.1.35", |
| 42 | + "@octokit/openapi-types": "^9.7.0", |
| 43 | + "@octokit/plugin-rest-endpoint-methods": "^5.8.0", |
| 44 | + "@technote-space/github-action-log-helper": "^0.1.36", |
45 | 45 | "shell-escape": "^0.2.0",
|
46 | 46 | "sprintf-js": "^1.1.2"
|
47 | 47 | },
|
48 | 48 | "devDependencies": {
|
49 | 49 | "@commitlint/cli": "^13.1.0",
|
50 | 50 | "@commitlint/config-conventional": "^13.1.0",
|
51 |
| - "@technote-space/github-action-test-helper": "^0.7.21", |
52 |
| - "@types/jest": "^26.0.24", |
53 |
| - "@types/node": "^16.4.13", |
54 |
| - "@typescript-eslint/eslint-plugin": "^4.29.0", |
55 |
| - "@typescript-eslint/parser": "^4.29.0", |
| 51 | + "@technote-space/github-action-test-helper": "^0.7.22", |
| 52 | + "@types/jest": "^27.0.1", |
| 53 | + "@types/node": "^16.6.1", |
| 54 | + "@typescript-eslint/eslint-plugin": "^4.29.1", |
| 55 | + "@typescript-eslint/parser": "^4.29.1", |
56 | 56 | "eslint": "^7.32.0",
|
57 | 57 | "husky": "^7.0.1",
|
58 | 58 | "jest": "^27.0.6",
|
|
0 commit comments