Skip to content

Commit 2faf788

Browse files
Merge pull request #416 from technote-space/release/next-v5.3.7
release: v5.3.8
2 parents f5d3a49 + 48d6208 commit 2faf788

File tree

2 files changed

+433
-389
lines changed

2 files changed

+433
-389
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/github-action-helper",
3-
"version": "5.3.7",
3+
"version": "5.3.8",
44
"description": "Helper for GitHub Action.",
55
"keywords": [
66
"github",
@@ -43,33 +43,33 @@
4343
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
4444
},
4545
"dependencies": {
46-
"@actions/core": "^1.8.2",
46+
"@actions/core": "^1.9.0",
4747
"@actions/github": "^5.0.3",
48-
"@octokit/openapi-types": "^11.2.0",
49-
"@octokit/plugin-rest-endpoint-methods": "^5.13.0",
50-
"@technote-space/github-action-log-helper": "^0.2.5",
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",
5151
"shell-escape": "^0.2.0",
5252
"sprintf-js": "^1.1.2"
5353
},
5454
"devDependencies": {
55-
"@commitlint/cli": "^17.0.2",
56-
"@commitlint/config-conventional": "^17.0.2",
57-
"@rollup/plugin-typescript": "^8.3.2",
55+
"@commitlint/cli": "^17.0.3",
56+
"@commitlint/config-conventional": "^17.0.3",
57+
"@rollup/plugin-typescript": "^8.3.3",
5858
"@sindresorhus/tsconfig": "^3.0.1",
59-
"@technote-space/github-action-test-helper": "^0.9.7",
60-
"@types/node": "^17.0.38",
59+
"@technote-space/github-action-test-helper": "^0.9.8",
60+
"@types/node": "^18.0.3",
6161
"@types/shell-escape": "^0.2.0",
62-
"@typescript-eslint/eslint-plugin": "^5.27.0",
63-
"@typescript-eslint/parser": "^5.27.0",
62+
"@typescript-eslint/eslint-plugin": "^5.30.5",
63+
"@typescript-eslint/parser": "^5.30.5",
6464
"c8": "^7.11.3",
65-
"eslint": "^8.16.0",
65+
"eslint": "^8.19.0",
6666
"eslint-plugin-import": "^2.26.0",
6767
"husky": "^8.0.1",
68-
"lint-staged": "^13.0.0",
69-
"nock": "^13.2.4",
70-
"rollup": "^2.75.4",
71-
"typescript": "^4.7.2",
72-
"vitest": "^0.13.1"
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"
7373
},
7474
"publishConfig": {
7575
"access": "public"

0 commit comments

Comments
 (0)