File tree 2 files changed +1032
-656
lines changed
2 files changed +1032
-656
lines changed Original file line number Diff line number Diff line change 27
27
" eslint --fix"
28
28
]
29
29
},
30
- "packageManager" : " pnpm@9.1.4 " ,
30
+ "packageManager" : " pnpm@9.3.0 " ,
31
31
"type" : " module" ,
32
32
"engines" : {
33
33
"node" : " >=18" ,
34
- "pnpm" : " ^9.1.4 "
34
+ "pnpm" : " ^9.3.0 "
35
35
},
36
36
"repository" : {
37
37
"type" : " git" ,
45
45
"dependencies" : {
46
46
"@actions/core" : " ^1.10.1" ,
47
47
"cac" : " ^6.7.14" ,
48
- "execa" : " ^6.1 .0" ,
48
+ "execa" : " ^9.2 .0" ,
49
49
"node-fetch" : " ^3.3.2" ,
50
- "verdaccio" : " ^5.30.3 " ,
50
+ "verdaccio" : " ^5.31.1 " ,
51
51
"verdaccio-auth-memory" : " ^10.2.2"
52
52
},
53
53
"devDependencies" : {
54
54
"@antfu/ni" : " ^0.21.12" ,
55
- "@typescript-eslint/eslint-plugin" : " ^5.62 .0" ,
56
- "@typescript-eslint/parser" : " ^5.62 .0" ,
55
+ "@typescript-eslint/eslint-plugin" : " ^7.13 .0" ,
56
+ "@typescript-eslint/parser" : " ^7.13 .0" ,
57
57
"eslint" : " ^8.57.0" ,
58
- "eslint-define-config" : " ^1.24.1 " ,
59
- "eslint-plugin-n" : " ^15.7.0 " ,
60
- "lint-staged" : " ^13.3.0 " ,
61
- "prettier" : " ^2.8.8 " ,
62
- "rimraf" : " ^4.4.1 " ,
58
+ "eslint-define-config" : " ^2.1.0 " ,
59
+ "eslint-plugin-n" : " ^17.8.1 " ,
60
+ "lint-staged" : " ^15.2.6 " ,
61
+ "prettier" : " ^3.3.2 " ,
62
+ "rimraf" : " ^5.0.7 " ,
63
63
"simple-git-hooks" : " ^2.11.1" ,
64
- "tsx" : " ^3.14.0" ,
65
- "typescript" : " ^4.9.5"
66
- },
67
- "pnpm" : {
68
- "auditConfig" : {
69
- "ignoreCves" : [
70
- " CVE-2022-25883" ,
71
- " CVE-2023-28155" ,
72
- " CVE-2023-26136" ,
73
- " CVE-2024-29041"
74
- ]
75
- }
64
+ "tsx" : " ^4.15.2" ,
65
+ "typescript" : " ^5.4.5"
76
66
}
77
67
}
You can’t perform that action at this time.
0 commit comments