|
1 | 1 | { |
2 | 2 | "name": "@technote-space/github-action-version-helper", |
3 | | - "version": "0.5.17", |
| 3 | + "version": "0.5.18", |
4 | 4 | "description": "Version helper for GitHub Actions.", |
5 | 5 | "keywords": [ |
6 | 6 | "github", |
|
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | 40 | "@actions/github": "^5.0.0", |
41 | | - "@octokit/openapi-types": "^7.2.3", |
| 41 | + "@octokit/openapi-types": "^7.3.2", |
42 | 42 | "@technote-space/github-action-helper": "^5.2.9", |
43 | | - "@technote-space/github-action-log-helper": "^0.1.26" |
| 43 | + "@technote-space/github-action-log-helper": "^0.1.27" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | 46 | "@commitlint/cli": "^12.1.4", |
47 | 47 | "@commitlint/config-conventional": "^12.1.4", |
48 | | - "@octokit/types": "^6.16.2", |
| 48 | + "@octokit/types": "^6.16.4", |
49 | 49 | "@technote-space/github-action-test-helper": "^0.7.12", |
50 | 50 | "@types/jest": "^26.0.23", |
51 | | - "@types/node": "^15.12.1", |
52 | | - "@typescript-eslint/eslint-plugin": "^4.26.0", |
53 | | - "@typescript-eslint/parser": "^4.26.0", |
54 | | - "eslint": "^7.28.0", |
| 51 | + "@types/node": "^15.12.4", |
| 52 | + "@typescript-eslint/eslint-plugin": "^4.27.0", |
| 53 | + "@typescript-eslint/parser": "^4.27.0", |
| 54 | + "eslint": "^7.29.0", |
55 | 55 | "husky": "^6.0.0", |
56 | 56 | "jest": "^27.0.4", |
57 | 57 | "jest-circus": "^27.0.4", |
58 | 58 | "lint-staged": "^11.0.0", |
59 | 59 | "nock": "^13.1.0", |
60 | 60 | "pinst": "^2.1.6", |
61 | 61 | "ts-jest": "^27.0.3", |
62 | | - "typescript": "^4.3.2" |
| 62 | + "typescript": "^4.3.4" |
63 | 63 | }, |
64 | 64 | "publishConfig": { |
65 | 65 | "access": "public" |
|
0 commit comments