File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33/* eslint no-underscore-dangle: ["error", { "allowAfterThis": true }] */
44const Executor = require ( 'screwdriver-executor-base' ) ;
5- const hoek = require ( 'hoek' ) ;
5+ const hoek = require ( '@hapi/ hoek' ) ;
66const imageParser = require ( 'docker-parse-image' ) ;
77const Fusebox = require ( 'circuit-fuses' ) . breaker ;
88const Docker = require ( 'dockerode' ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " screwdriver-executor-docker" ,
3- "version" : " 2 .0.0" ,
3+ "version" : " 3 .0.0" ,
44 "description" : " Docker Swarm Executor for Screwdriver" ,
55 "main" : " index.js" ,
66 "scripts" : {
4545 "sinon" : " ^7.1.0"
4646 },
4747 "dependencies" : {
48+ "@hapi/hoek" : " ^9.0.4" ,
4849 "circuit-fuses" : " ^4.0.4" ,
4950 "docker-parse-image" : " ^3.0.1" ,
5051 "dockerode" : " ^2.5.8" ,
51- "hoek" : " ^5.0.4" ,
5252 "screwdriver-executor-base" : " ^7.0.0"
5353 }
5454}
You can’t perform that action at this time.
0 commit comments