File tree 3 files changed +168
-154
lines changed
3 files changed +168
-154
lines changed Original file line number Diff line number Diff line change 5
5
"private" : true ,
6
6
"devDependencies" : {
7
7
"@actions/core" : " 1.10.1" ,
8
- "@sindresorhus/slugify" : " 1.1.2 " ,
8
+ "@sindresorhus/slugify" : " 2.2.1 " ,
9
9
"@types/node" : " 18.19.34" ,
10
10
"@types/node-fetch" : " 2.6.11" ,
11
11
"arg" : " 5.0.2" ,
12
- "chalk" : " 4.1.2 " ,
13
- "execa" : " 5.1.1 " ,
14
- "husky" : " 7.0.4 " ,
12
+ "chalk" : " 5.3.0 " ,
13
+ "execa" : " 9.5.0 " ,
14
+ "husky" : " 9.1.6 " ,
15
15
"is-ci" : " 3.0.1" ,
16
- "node-fetch" : " 2.7.0 " ,
17
- "prettier" : " 2.8.8 " ,
16
+ "node-fetch" : " 3.3.2 " ,
17
+ "prettier" : " 3.3.3 " ,
18
18
"ts-node" : " 10.9.2" ,
19
- "typescript" : " 4.9.5 "
19
+ "typescript" : " 5.6.3 "
20
20
},
21
21
"scripts" : {
22
22
"format" : " prettier --write ." ,
Original file line number Diff line number Diff line change 15
15
},
16
16
"devDependencies" : {
17
17
"@types/node" : " 18.19.34" ,
18
- "typescript" : " 4.9.5 "
18
+ "typescript" : " 5.6.3 "
19
19
},
20
20
"scripts" : {
21
21
"build" : " tsc -d" ,
You can’t perform that action at this time.
0 commit comments