Skip to content

Commit 2c28980

Browse files
chore: update npm dependencies
1 parent f5c721a commit 2c28980

File tree

2 files changed

+227
-264
lines changed

2 files changed

+227
-264
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,31 +45,31 @@
4545
"dependencies": {
4646
"@actions/core": "^1.9.0",
4747
"@actions/github": "^5.0.3",
48-
"@octokit/openapi-types": "^12.10.1",
49-
"@octokit/plugin-rest-endpoint-methods": "^6.1.2",
50-
"@technote-space/github-action-log-helper": "^0.2.6",
48+
"@octokit/openapi-types": "^12.11.0",
49+
"@octokit/plugin-rest-endpoint-methods": "^6.2.0",
50+
"@technote-space/github-action-log-helper": "^0.2.7",
5151
"shell-escape": "^0.2.0",
5252
"sprintf-js": "^1.1.2"
5353
},
5454
"devDependencies": {
5555
"@commitlint/cli": "^17.0.3",
5656
"@commitlint/config-conventional": "^17.0.3",
57-
"@rollup/plugin-typescript": "^8.3.3",
57+
"@rollup/plugin-typescript": "^8.3.4",
5858
"@sindresorhus/tsconfig": "^3.0.1",
59-
"@technote-space/github-action-test-helper": "^0.9.8",
60-
"@types/node": "^18.0.6",
59+
"@technote-space/github-action-test-helper": "^0.9.10",
60+
"@types/node": "^18.6.2",
6161
"@types/shell-escape": "^0.2.0",
62-
"@typescript-eslint/eslint-plugin": "^5.30.7",
63-
"@typescript-eslint/parser": "^5.30.7",
62+
"@typescript-eslint/eslint-plugin": "^5.31.0",
63+
"@typescript-eslint/parser": "^5.31.0",
6464
"c8": "^7.12.0",
6565
"eslint": "^8.20.0",
6666
"eslint-plugin-import": "^2.26.0",
6767
"husky": "^8.0.1",
6868
"lint-staged": "^13.0.3",
6969
"nock": "^13.2.9",
70-
"rollup": "^2.77.0",
70+
"rollup": "^2.77.2",
7171
"typescript": "^4.7.4",
72-
"vitest": "^0.18.1"
72+
"vitest": "^0.19.1"
7373
},
7474
"publishConfig": {
7575
"access": "public"

0 commit comments

Comments
 (0)