|
1 | 1 | {
|
2 | 2 | "name": "@technote-space/github-action-helper",
|
3 |
| - "version": "4.4.9", |
| 3 | + "version": "4.4.10", |
4 | 4 | "description": "Helper for GitHub Action.",
|
5 | 5 | "keywords": [
|
6 | 6 | "github",
|
|
36 | 36 | "dependencies": {
|
37 | 37 | "@actions/core": "^1.2.6",
|
38 | 38 | "@actions/github": "^4.0.0",
|
39 |
| - "@octokit/openapi-types": "^2.0.1", |
40 |
| - "@octokit/plugin-rest-endpoint-methods": "^4.4.1", |
41 |
| - "@technote-space/github-action-log-helper": "^0.1.14", |
| 39 | + "@octokit/openapi-types": "^4.0.1", |
| 40 | + "@octokit/plugin-rest-endpoint-methods": "^4.10.1", |
| 41 | + "@technote-space/github-action-log-helper": "^0.1.17", |
42 | 42 | "shell-escape": "^0.2.0",
|
43 | 43 | "sprintf-js": "^1.1.2"
|
44 | 44 | },
|
45 | 45 | "devDependencies": {
|
46 | 46 | "@commitlint/cli": "^11.0.0",
|
47 | 47 | "@commitlint/config-conventional": "^11.0.0",
|
48 |
| - "@technote-space/github-action-test-helper": "^0.6.12", |
49 |
| - "@types/jest": "^26.0.19", |
50 |
| - "@types/node": "^14.14.20", |
51 |
| - "@typescript-eslint/eslint-plugin": "^4.12.0", |
52 |
| - "@typescript-eslint/parser": "^4.12.0", |
53 |
| - "eslint": "^7.17.0", |
54 |
| - "husky": "^4.3.6", |
| 48 | + "@technote-space/github-action-test-helper": "^0.6.13", |
| 49 | + "@types/jest": "^26.0.20", |
| 50 | + "@types/node": "^14.14.25", |
| 51 | + "@typescript-eslint/eslint-plugin": "^4.14.2", |
| 52 | + "@typescript-eslint/parser": "^4.14.2", |
| 53 | + "eslint": "^7.19.0", |
| 54 | + "husky": "^4.3.8", |
55 | 55 | "jest": "^26.6.3",
|
56 | 56 | "jest-circus": "^26.6.3",
|
57 | 57 | "lint-staged": "^10.5.3",
|
58 |
| - "nock": "^13.0.5", |
59 |
| - "ts-jest": "^26.4.4", |
| 58 | + "nock": "^13.0.7", |
| 59 | + "ts-jest": "^26.5.0", |
60 | 60 | "typescript": "^4.1.3"
|
61 | 61 | },
|
62 | 62 | "publishConfig": {
|
|
0 commit comments