Skip to content

Commit 1142e31

Browse files
chore: update npm dependencies
1 parent 4241d64 commit 1142e31

File tree

2 files changed

+222
-256
lines changed

2 files changed

+222
-256
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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.9.0",
46+
"@actions/core": "^1.9.1",
4747
"@actions/github": "^5.0.3",
4848
"@octokit/openapi-types": "^12.11.0",
4949
"@octokit/plugin-rest-endpoint-methods": "^6.2.0",
@@ -57,19 +57,19 @@
5757
"@rollup/plugin-typescript": "^8.3.4",
5858
"@sindresorhus/tsconfig": "^3.0.1",
5959
"@technote-space/github-action-test-helper": "^0.9.10",
60-
"@types/node": "^18.6.4",
60+
"@types/node": "^18.7.2",
6161
"@types/shell-escape": "^0.2.0",
62-
"@typescript-eslint/eslint-plugin": "^5.32.0",
63-
"@typescript-eslint/parser": "^5.32.0",
62+
"@typescript-eslint/eslint-plugin": "^5.33.0",
63+
"@typescript-eslint/parser": "^5.33.0",
6464
"c8": "^7.12.0",
6565
"eslint": "^8.21.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.2",
70+
"rollup": "^2.77.3",
7171
"typescript": "^4.7.4",
72-
"vitest": "^0.21.0"
72+
"vitest": "^0.21.1"
7373
},
7474
"publishConfig": {
7575
"access": "public"

0 commit comments

Comments
 (0)