File tree Expand file tree Collapse file tree 2 files changed +222
-256
lines changed Expand file tree Collapse file tree 2 files changed +222
-256
lines changed Original file line number Diff line number Diff line change 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 " ,
46
+ "@actions/core" : " ^1.9.1 " ,
47
47
"@actions/github" : " ^5.0.3" ,
48
48
"@octokit/openapi-types" : " ^12.11.0" ,
49
49
"@octokit/plugin-rest-endpoint-methods" : " ^6.2.0" ,
57
57
"@rollup/plugin-typescript" : " ^8.3.4" ,
58
58
"@sindresorhus/tsconfig" : " ^3.0.1" ,
59
59
"@technote-space/github-action-test-helper" : " ^0.9.10" ,
60
- "@types/node" : " ^18.6.4 " ,
60
+ "@types/node" : " ^18.7.2 " ,
61
61
"@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" ,
64
64
"c8" : " ^7.12.0" ,
65
65
"eslint" : " ^8.21.0" ,
66
66
"eslint-plugin-import" : " ^2.26.0" ,
67
67
"husky" : " ^8.0.1" ,
68
68
"lint-staged" : " ^13.0.3" ,
69
69
"nock" : " ^13.2.9" ,
70
- "rollup" : " ^2.77.2 " ,
70
+ "rollup" : " ^2.77.3 " ,
71
71
"typescript" : " ^4.7.4" ,
72
- "vitest" : " ^0.21.0 "
72
+ "vitest" : " ^0.21.1 "
73
73
},
74
74
"publishConfig" : {
75
75
"access" : " public"
You can’t perform that action at this time.
0 commit comments