File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " screwdriver-scm-router" ,
3- "version" : " 8 .0.0" ,
3+ "version" : " 9 .0.0" ,
44 "description" : " A generic plugin for routing builds to specified scm" ,
55 "main" : " index.js" ,
66 "scripts" : {
3333 ],
3434 "devDependencies" : {
3535 "chai" : " ^4.3.7" ,
36- "eslint" : " ^8.28 .0" ,
37- "eslint-config-screwdriver" : " ^7 .0.0" ,
36+ "eslint" : " ^8.57 .0" ,
37+ "eslint-config-screwdriver" : " ^8 .0.0" ,
3838 "mocha" : " ^10.1.0" ,
3939 "mocha-multi-reporters" : " ^1.5.1" ,
4040 "mocha-sonarqube-reporter" : " ^1.0.2" ,
4343 "sinon" : " ^15.0.0"
4444 },
4545 "dependencies" : {
46- "@hapi/hoek" : " ^10 .0.1 " ,
47- "async" : " ^3.2.4 " ,
48- "screwdriver-logger" : " ^2 .0.0" ,
49- "screwdriver-scm-base" : " ^9 .0.0"
46+ "@hapi/hoek" : " ^11 .0.7 " ,
47+ "async" : " ^3.2.6 " ,
48+ "screwdriver-logger" : " ^3 .0.0" ,
49+ "screwdriver-scm-base" : " ^10 .0.0"
5050 },
5151 "release" : {
5252 "debug" : false
Original file line number Diff line number Diff line change 11shared :
2- image : node:18
2+ image : node:22
33
44jobs :
55 main :
You can’t perform that action at this time.
0 commit comments