Update dependencies (multibuild, dockerode, docker-toolbelt, docker-progress)

Update resin-multibuild from 4.7.2 to 4.11.0

Change-type: patch
This commit is contained in:
Paulo Castro
2021-04-27 14:58:54 +01:00
parent d9821939d9
commit 2c922ee6d2
11 changed files with 889 additions and 494 deletions

View File

@ -1,6 +1,6 @@
/**
* @license
* Copyright 2020 Balena Ltd.
* Copyright 2017-2021 Balena Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -31,7 +31,7 @@ const getBuilderLogPushEndpoint = function (baseUrl, buildId, owner, app) {
};
/**
* @param {import('docker-toolbelt')} docker
* @param {import('dockerode')} docker
* @param {string} imageId
* @param {string} bufferFile
*/
@ -156,7 +156,7 @@ const uploadLogs = function (logs, token, url, buildId, username, appName) {
};
/**
* @param {import('docker-toolbelt')} docker
* @param {import('dockerode')} docker
* @param {import('./logger')} logger
* @param {string} token
* @param {string} username