Skip to content

Commit 51ed2be

Browse files
chore: update npm dependencies
1 parent 30ecdf4 commit 51ed2be

File tree

2 files changed

+250
-249
lines changed

2 files changed

+250
-249
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
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",
48+
"@octokit/openapi-types": "^12.1.0",
49+
"@octokit/plugin-rest-endpoint-methods": "^5.14.0",
5050
"@technote-space/github-action-log-helper": "^0.2.5",
5151
"shell-escape": "^0.2.0",
5252
"sprintf-js": "^1.1.2"
@@ -57,19 +57,19 @@
5757
"@rollup/plugin-typescript": "^8.3.3",
5858
"@sindresorhus/tsconfig": "^3.0.1",
5959
"@technote-space/github-action-test-helper": "^0.9.7",
60-
"@types/node": "^17.0.42",
60+
"@types/node": "^18.0.0",
6161
"@types/shell-escape": "^0.2.0",
62-
"@typescript-eslint/eslint-plugin": "^5.27.1",
63-
"@typescript-eslint/parser": "^5.27.1",
62+
"@typescript-eslint/eslint-plugin": "^5.28.0",
63+
"@typescript-eslint/parser": "^5.28.0",
6464
"c8": "^7.11.3",
65-
"eslint": "^8.17.0",
65+
"eslint": "^8.18.0",
6666
"eslint-plugin-import": "^2.26.0",
6767
"husky": "^8.0.1",
68-
"lint-staged": "^13.0.1",
69-
"nock": "^13.2.6",
68+
"lint-staged": "^13.0.2",
69+
"nock": "^13.2.7",
7070
"rollup": "^2.75.6",
71-
"typescript": "^4.7.3",
72-
"vitest": "^0.14.2"
71+
"typescript": "^4.7.4",
72+
"vitest": "^0.15.1"
7373
},
7474
"publishConfig": {
7575
"access": "public"

0 commit comments

Comments
 (0)