mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-10 22:53:06 +08:00
chore(deps): bump docker-compose from 1.1.0 to 1.1.1
Bumps [docker-compose](https://github.com/PDMLab/docker-compose) from 1.1.0 to 1.1.1. - [Changelog](https://github.com/PDMLab/docker-compose/blob/master/CHANGELOG.md) - [Commits](https://github.com/PDMLab/docker-compose/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: docker-compose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f9146533dc
commit
2799547b71
4
dist/index.js
generated
vendored
4
dist/index.js
generated
vendored
@ -10481,7 +10481,7 @@ var version = function (options) {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
exports.version = version;
|
exports.version = version;
|
||||||
var stats = function (service) {
|
var stats = function (service, options) {
|
||||||
return __awaiter(this, void 0, void 0, function () {
|
return __awaiter(this, void 0, void 0, function () {
|
||||||
var args, result, output, error_8;
|
var args, result, output, error_8;
|
||||||
return __generator(this, function (_a) {
|
return __generator(this, function (_a) {
|
||||||
@ -10491,7 +10491,7 @@ var stats = function (service) {
|
|||||||
_a.label = 1;
|
_a.label = 1;
|
||||||
case 1:
|
case 1:
|
||||||
_a.trys.push([1, 3, , 4]);
|
_a.trys.push([1, 3, , 4]);
|
||||||
return [4 /*yield*/, (0, exports.execCompose)('stats', args)
|
return [4 /*yield*/, (0, exports.execCompose)('stats', args, options)
|
||||||
// Remove first and last quote from output, as well as newline.
|
// Remove first and last quote from output, as well as newline.
|
||||||
];
|
];
|
||||||
case 2:
|
case 2:
|
||||||
|
|||||||
4
dist/post.js
generated
vendored
4
dist/post.js
generated
vendored
@ -3772,7 +3772,7 @@ var version = function (options) {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
exports.version = version;
|
exports.version = version;
|
||||||
var stats = function (service) {
|
var stats = function (service, options) {
|
||||||
return __awaiter(this, void 0, void 0, function () {
|
return __awaiter(this, void 0, void 0, function () {
|
||||||
var args, result, output, error_8;
|
var args, result, output, error_8;
|
||||||
return __generator(this, function (_a) {
|
return __generator(this, function (_a) {
|
||||||
@ -3782,7 +3782,7 @@ var stats = function (service) {
|
|||||||
_a.label = 1;
|
_a.label = 1;
|
||||||
case 1:
|
case 1:
|
||||||
_a.trys.push([1, 3, , 4]);
|
_a.trys.push([1, 3, , 4]);
|
||||||
return [4 /*yield*/, (0, exports.execCompose)('stats', args)
|
return [4 /*yield*/, (0, exports.execCompose)('stats', args, options)
|
||||||
// Remove first and last quote from output, as well as newline.
|
// Remove first and last quote from output, as well as newline.
|
||||||
];
|
];
|
||||||
case 2:
|
case 2:
|
||||||
|
|||||||
7
package-lock.json
generated
7
package-lock.json
generated
@ -3404,9 +3404,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/docker-compose": {
|
"node_modules/docker-compose": {
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/docker-compose/-/docker-compose-1.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/docker-compose/-/docker-compose-1.1.1.tgz",
|
||||||
"integrity": "sha512-VrkQJNafPQ5d6bGULW0P6KqcxSkv3ZU5Wn2wQA19oB71o7+55vQ9ogFe2MMeNbK+jc9rrKVy280DnHO5JLMWOQ==",
|
"integrity": "sha512-UkIUz0LtzuO17Ijm6SXMGtfZMs7IvbNwvuJBiBuN93PIhr/n9/sbJMqpvYFaCBGfwu1ZM4PPPDgQzeeke4lEoA==",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"yaml": "^2.2.2"
|
"yaml": "^2.2.2"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user