diff --git a/package.json b/package.json index 838b006..d272c50 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@heroku-cli/plugin-run": "3.8.10", "bytes": "3.0.0", "co": "4.6.0", - "heroku-cli-util": "8.0.10", + "heroku-cli-util": "8.0.12", "mkdirp": "0.5.1", "smooth-progress": "1.1.0" }, diff --git a/yarn.lock b/yarn.lock index a673f34..9496bb1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -933,7 +933,28 @@ has@^1.0.1: dependencies: function-bind "^1.1.1" -heroku-cli-util@8.0.10, heroku-cli-util@^8.0.9: +heroku-cli-util@8.0.12: + version "8.0.12" + resolved "https://registry.yarnpkg.com/heroku-cli-util/-/heroku-cli-util-8.0.12.tgz#a2a13126095887c16afc01e3ac0f7816ddbe2a05" + integrity sha512-63wB17oSktlA/HzpIV/PGe8Isq5AZArT51KAW1gg54zyYRIiHOwXik93HZuuRVUaVrWvVUhItFeLgqMwAwlTsw== + dependencies: + "@heroku-cli/color" "^1.1.3" + ansi-escapes "^3.1.0" + ansi-styles "^3.2.1" + cardinal "^2.0.1" + chalk "^2.4.1" + co "^4.6.0" + got "^8.3.1" + heroku-client "^3.1.0" + lodash "^4.17.10" + netrc-parser "^3.1.4" + opn "^3.0.3" + strip-ansi "^4.0.0" + supports-color "^5.4.0" + tslib "^1.9.0" + tunnel-agent "^0.6.0" + +heroku-cli-util@^8.0.9: version "8.0.10" resolved "https://registry.yarnpkg.com/heroku-cli-util/-/heroku-cli-util-8.0.10.tgz#c14aa0ac8c31ddd5c18aac73369332b42c4205fc" integrity sha512-NMcdnX3y2N+efhRGeZvBokmBtDdggtrgRb3pozhyrR2+5LmzKkDLONK/MfjvwrpAUP2MXPu8UkxJDnM/SAGlxA== @@ -962,6 +983,14 @@ heroku-client@^3.0.6: is-retry-allowed "^1.0.0" tunnel-agent "^0.6.0" +heroku-client@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/heroku-client/-/heroku-client-3.1.0.tgz#7e3f6804d18a6ee9e3a774ff8bc9861b9b1a4725" + integrity sha512-UfGKwUm5duzzSVI8uUXlNAE1mus6uPxmZPji4vuG1ArV5DYL1rXsZShp0OoxraWdEwYoxCUrM6KGztC68x5EZQ== + dependencies: + is-retry-allowed "^1.0.0" + tunnel-agent "^0.6.0" + hosted-git-info@^2.1.4: version "2.7.1" resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047"