File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " screwdriver-executor-base" ,
3- "version" : " 8 .0.0" ,
3+ "version" : " 9 .0.0" ,
44 "description" : " Base class defining the interface for executor implementations" ,
55 "main" : " index.js" ,
66 "scripts" : {
3737 "debug" : false
3838 },
3939 "devDependencies" : {
40- "chai" : " ^4.2.0 " ,
41- "eslint" : " ^7.7 .0" ,
42- "eslint-config-screwdriver" : " ^5 .0.4 " ,
43- "mocha" : " ^8.2.1 " ,
40+ "chai" : " ^4.3.7 " ,
41+ "eslint" : " ^8.28 .0" ,
42+ "eslint-config-screwdriver" : " ^7 .0.0 " ,
43+ "mocha" : " ^10.1.0 " ,
4444 "mocha-multi-reporters" : " ^1.5.1" ,
4545 "mocha-sonarqube-reporter" : " ^1.0.2" ,
46- "nyc" : " ^15.0 .0" ,
46+ "nyc" : " ^15.1 .0" ,
4747 "mockery" : " ^2.1.0"
4848 },
4949 "dependencies" : {
50- "joi" : " ^17.2 .0" ,
51- "jsonwebtoken" : " ^8.2.2 " ,
52- "screwdriver-data-schema" : " ^21.5.0 "
50+ "joi" : " ^17.7 .0" ,
51+ "jsonwebtoken" : " ^8.5.1 " ,
52+ "screwdriver-data-schema" : " ^22.0.1 "
5353 }
5454}
Original file line number Diff line number Diff line change 11shared :
2- image : node:12
2+ image : node:18
33
44jobs :
55 main :
You can’t perform that action at this time.
0 commit comments