File tree Expand file tree Collapse file tree 2 files changed +637
-479
lines changed Expand file tree Collapse file tree 2 files changed +637
-479
lines changed Original file line number Diff line number Diff line change 21
21
"dependencies" : {
22
22
"@actions/core" : " ^1.11.1" ,
23
23
"@actions/github" : " ^6.0.0" ,
24
- "axios" : " ^1.7.9 " ,
24
+ "axios" : " ^1.8.2 " ,
25
25
"toml" : " ^3.0.0"
26
26
},
27
27
"devDependencies" : {
28
28
"@biomejs/biome" : " ^1.9.4" ,
29
- "@commitlint/cli" : " ^19.6.1 " ,
30
- "@commitlint/config-conventional" : " ^19.6 .0" ,
31
- "@commitlint/cz-commitlint" : " ^19.6.1 " ,
32
- "@commitlint/types" : " ^19.5 .0" ,
29
+ "@commitlint/cli" : " ^19.8.0 " ,
30
+ "@commitlint/config-conventional" : " ^19.8 .0" ,
31
+ "@commitlint/cz-commitlint" : " ^19.8.0 " ,
32
+ "@commitlint/types" : " ^19.8 .0" ,
33
33
"@types/jest" : " ^29.5.14" ,
34
- "@types/node" : " ^22.10 .10" ,
34
+ "@types/node" : " ^22.13 .10" ,
35
35
"@vercel/ncc" : " ^0.38.3" ,
36
36
"husky" : " ^9.1.7" ,
37
- "inquirer" : " ^12.3.2 " ,
37
+ "inquirer" : " ^12.4.3 " ,
38
38
"jest" : " ^29.7.0" ,
39
- "lint-staged" : " ^15.4.2 " ,
40
- "ts-jest" : " ^29.2.5 " ,
41
- "typescript" : " ^5.7.3 "
39
+ "lint-staged" : " ^15.4.3 " ,
40
+ "ts-jest" : " ^29.2.6 " ,
41
+ "typescript" : " ^5.8.2 "
42
42
},
43
43
"lint-staged" : {
44
44
"*" : [" biome check --write --no-errors-on-unmatched --files-ignore-unknown=true" ]
You can’t perform that action at this time.
0 commit comments