|
1 | 1 | {
|
2 | 2 | "name": "@technote-space/github-action-helper",
|
3 |
| - "version": "5.2.24", |
| 3 | + "version": "5.2.25", |
4 | 4 | "description": "Helper for GitHub Action.",
|
5 | 5 | "keywords": [
|
6 | 6 | "github",
|
|
41 | 41 | "@actions/github": "^5.0.0",
|
42 | 42 | "@octokit/openapi-types": "^11.2.0",
|
43 | 43 | "@octokit/plugin-rest-endpoint-methods": "^5.13.0",
|
44 |
| - "@technote-space/github-action-log-helper": "^0.1.41", |
| 44 | + "@technote-space/github-action-log-helper": "^0.1.43", |
45 | 45 | "shell-escape": "^0.2.0",
|
46 | 46 | "sprintf-js": "^1.1.2"
|
47 | 47 | },
|
48 | 48 | "devDependencies": {
|
49 | 49 | "@commitlint/cli": "^15.0.0",
|
50 | 50 | "@commitlint/config-conventional": "^15.0.0",
|
51 |
| - "@technote-space/github-action-test-helper": "^0.7.28", |
| 51 | + "@technote-space/github-action-test-helper": "^0.7.29", |
52 | 52 | "@types/jest": "^27.0.3",
|
53 |
| - "@types/node": "^16.11.11", |
54 |
| - "@typescript-eslint/eslint-plugin": "^5.5.0", |
55 |
| - "@typescript-eslint/parser": "^5.5.0", |
56 |
| - "eslint": "^8.4.0", |
| 53 | + "@types/node": "^16.11.12", |
| 54 | + "@typescript-eslint/eslint-plugin": "^5.6.0", |
| 55 | + "@typescript-eslint/parser": "^5.6.0", |
| 56 | + "eslint": "^8.4.1", |
57 | 57 | "husky": "^7.0.4",
|
58 |
| - "jest": "^27.4.3", |
59 |
| - "jest-circus": "^27.4.2", |
| 58 | + "jest": "^27.4.4", |
| 59 | + "jest-circus": "^27.4.4", |
60 | 60 | "lint-staged": "^12.1.2",
|
61 | 61 | "nock": "^13.2.1",
|
62 |
| - "ts-jest": "^27.0.7", |
63 |
| - "typescript": "^4.5.2" |
| 62 | + "ts-jest": "^27.1.1", |
| 63 | + "typescript": "^4.5.3" |
64 | 64 | },
|
65 | 65 | "publishConfig": {
|
66 | 66 | "access": "public"
|
|
0 commit comments