|
1 | 1 | { |
2 | 2 | "name": "@technote-space/github-action-version-helper", |
3 | | - "version": "0.5.26", |
| 3 | + "version": "0.5.27", |
4 | 4 | "description": "Version helper for GitHub Actions.", |
5 | 5 | "keywords": [ |
6 | 6 | "github", |
|
40 | 40 | "@actions/github": "^5.0.0", |
41 | 41 | "@octokit/openapi-types": "^11.2.0", |
42 | 42 | "@technote-space/github-action-helper": "^5.2.27", |
43 | | - "@technote-space/github-action-log-helper": "^0.1.46" |
| 43 | + "@technote-space/github-action-log-helper": "^0.1.47" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@commitlint/cli": "^16.1.0", |
47 | | - "@commitlint/config-conventional": "^16.0.0", |
| 46 | + "@commitlint/cli": "^16.2.1", |
| 47 | + "@commitlint/config-conventional": "^16.2.1", |
48 | 48 | "@octokit/types": "^6.34.0", |
49 | | - "@technote-space/github-action-test-helper": "^0.7.35", |
| 49 | + "@technote-space/github-action-test-helper": "^0.7.36", |
50 | 50 | "@types/jest": "^27.4.0", |
51 | | - "@types/node": "^17.0.10", |
52 | | - "@typescript-eslint/eslint-plugin": "^5.10.0", |
53 | | - "@typescript-eslint/parser": "^5.10.0", |
54 | | - "eslint": "^8.7.0", |
| 51 | + "@types/node": "^17.0.18", |
| 52 | + "@typescript-eslint/eslint-plugin": "^5.12.0", |
| 53 | + "@typescript-eslint/parser": "^5.12.0", |
| 54 | + "eslint": "^8.9.0", |
55 | 55 | "husky": "^7.0.4", |
56 | | - "jest": "^27.4.7", |
57 | | - "jest-circus": "^27.4.6", |
58 | | - "lint-staged": "^12.3.1", |
59 | | - "nock": "^13.2.2", |
60 | | - "pinst": "^2.1.6", |
| 56 | + "jest": "^27.5.1", |
| 57 | + "jest-circus": "^27.5.1", |
| 58 | + "lint-staged": "^12.3.4", |
| 59 | + "nock": "^13.2.4", |
| 60 | + "pinst": "^3.0.0", |
61 | 61 | "ts-jest": "^27.1.3", |
62 | 62 | "typescript": "^4.5.5" |
63 | 63 | }, |
|
0 commit comments