Skip to content

Commit 8b77398

Browse files
feat: upgrade pkg and hapi/hoek
1 parent 55db17b commit 8b77398

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* eslint no-underscore-dangle: ["error", { "allowAfterThis": true }] */
44
const Executor = require('screwdriver-executor-base');
5-
const hoek = require('hoek');
5+
const hoek = require('@hapi/hoek');
66
const imageParser = require('docker-parse-image');
77
const Fusebox = require('circuit-fuses').breaker;
88
const Docker = require('dockerode');

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -45,10 +45,10 @@
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
}

0 commit comments

Comments
 (0)