File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " screwdriver-scm-base" ,
3- "version" : " 7 .0.0" ,
3+ "version" : " 8 .0.0" ,
44 "description" : " Base class for defining the behavior between screwdriver and source control management systems" ,
55 "main" : " index.js" ,
66 "scripts" : {
1212 "url" : " git+https://github.com/screwdriver-cd/scm-base.git"
1313 },
1414 "homepage" : " https://github.com/screwdriver-cd/scm-base" ,
15- "bugs" : " https://github.com/screwdriver-cd/scm-base /issues" ,
15+ "bugs" : " https://github.com/screwdriver-cd/screwdriver /issues" ,
1616 "keywords" : [
1717 " screwdriver" ,
1818 " yahoo"
3636 "debug" : false
3737 },
3838 "devDependencies" : {
39- "chai" : " ^4.2.0 " ,
40- "eslint" : " ^7.5 .0" ,
41- "eslint-config-screwdriver" : " ^5 .0.1 " ,
42- "mocha" : " ^8.2.1 " ,
39+ "chai" : " ^4.3.7 " ,
40+ "eslint" : " ^8.28 .0" ,
41+ "eslint-config-screwdriver" : " ^7 .0.0 " ,
42+ "mocha" : " ^10.1.0 " ,
4343 "mocha-multi-reporters" : " ^1.5.1" ,
4444 "mocha-sonarqube-reporter" : " ^1.0.2" ,
45- "nyc" : " ^15.0 .0"
45+ "nyc" : " ^15.1 .0"
4646 },
4747 "dependencies" : {
48- "@hapi/hoek" : " ^9.1.0 " ,
49- "joi" : " ^17.2 .0" ,
50- "screwdriver-data-schema" : " ^21.3.2 "
48+ "@hapi/hoek" : " ^10.0.1 " ,
49+ "joi" : " ^17.7 .0" ,
50+ "screwdriver-data-schema" : " ^22.0.1 "
5151 }
5252}
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