|
1 | 1 | {
|
2 | 2 | "name": "@technote-space/github-action-helper",
|
3 |
| - "version": "5.3.8", |
| 3 | + "version": "5.3.9", |
4 | 4 | "description": "Helper for GitHub Action.",
|
5 | 5 | "keywords": [
|
6 | 6 | "github",
|
|
43 | 43 | "update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
|
44 | 44 | },
|
45 | 45 | "dependencies": {
|
46 |
| - "@actions/core": "^1.9.0", |
47 |
| - "@actions/github": "^5.0.3", |
48 |
| - "@octokit/openapi-types": "^12.8.0", |
49 |
| - "@octokit/plugin-rest-endpoint-methods": "^6.0.0", |
50 |
| - "@technote-space/github-action-log-helper": "^0.2.6", |
| 46 | + "@actions/core": "^1.10.0", |
| 47 | + "@actions/github": "^5.1.1", |
| 48 | + "@octokit/openapi-types": "^14.0.0", |
| 49 | + "@octokit/plugin-rest-endpoint-methods": "^6.7.0", |
| 50 | + "@technote-space/github-action-log-helper": "^0.2.8", |
51 | 51 | "shell-escape": "^0.2.0",
|
52 | 52 | "sprintf-js": "^1.1.2"
|
53 | 53 | },
|
54 | 54 | "devDependencies": {
|
55 |
| - "@commitlint/cli": "^17.0.3", |
56 |
| - "@commitlint/config-conventional": "^17.0.3", |
57 |
| - "@rollup/plugin-typescript": "^8.3.3", |
| 55 | + "@commitlint/cli": "^17.1.2", |
| 56 | + "@commitlint/config-conventional": "^17.1.0", |
| 57 | + "@rollup/plugin-typescript": "^9.0.2", |
58 | 58 | "@sindresorhus/tsconfig": "^3.0.1",
|
59 |
| - "@technote-space/github-action-test-helper": "^0.9.8", |
60 |
| - "@types/node": "^18.0.3", |
61 |
| - "@types/shell-escape": "^0.2.0", |
62 |
| - "@typescript-eslint/eslint-plugin": "^5.30.5", |
63 |
| - "@typescript-eslint/parser": "^5.30.5", |
64 |
| - "c8": "^7.11.3", |
65 |
| - "eslint": "^8.19.0", |
| 59 | + "@technote-space/github-action-test-helper": "^0.11.0", |
| 60 | + "@types/node": "^18.11.8", |
| 61 | + "@types/shell-escape": "^0.2.1", |
| 62 | + "@typescript-eslint/eslint-plugin": "^5.41.0", |
| 63 | + "@typescript-eslint/parser": "^5.41.0", |
| 64 | + "@vitest/coverage-c8": "^0.24.4", |
| 65 | + "eslint": "^8.26.0", |
66 | 66 | "eslint-plugin-import": "^2.26.0",
|
67 | 67 | "husky": "^8.0.1",
|
68 | 68 | "lint-staged": "^13.0.3",
|
69 |
| - "nock": "^13.2.8", |
70 |
| - "rollup": "^2.76.0", |
71 |
| - "typescript": "^4.7.4", |
72 |
| - "vitest": "^0.18.0" |
| 69 | + "nock": "^13.2.9", |
| 70 | + "rollup": "^3.2.3", |
| 71 | + "typescript": "^4.8.4", |
| 72 | + "vitest": "^0.24.4" |
73 | 73 | },
|
74 | 74 | "publishConfig": {
|
75 | 75 | "access": "public"
|
|
0 commit comments