Skip to content

Commit 41eae9d

Browse files
authored
Merge pull request #92 from heroku/cc/bump-heroku-cli-util
fix: bump heroku-cli-util
2 parents 013b089 + 092f28c commit 41eae9d

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@heroku-cli/plugin-run": "3.8.10",
1111
"bytes": "3.0.0",
1212
"co": "4.6.0",
13-
"heroku-cli-util": "8.0.10",
13+
"heroku-cli-util": "8.0.12",
1414
"mkdirp": "0.5.1",
1515
"smooth-progress": "1.1.0"
1616
},

yarn.lock

+30-1
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,28 @@ has@^1.0.1:
933933
dependencies:
934934
function-bind "^1.1.1"
935935

936-
[email protected], heroku-cli-util@^8.0.9:
936+
937+
version "8.0.12"
938+
resolved "https://registry.yarnpkg.com/heroku-cli-util/-/heroku-cli-util-8.0.12.tgz#a2a13126095887c16afc01e3ac0f7816ddbe2a05"
939+
integrity sha512-63wB17oSktlA/HzpIV/PGe8Isq5AZArT51KAW1gg54zyYRIiHOwXik93HZuuRVUaVrWvVUhItFeLgqMwAwlTsw==
940+
dependencies:
941+
"@heroku-cli/color" "^1.1.3"
942+
ansi-escapes "^3.1.0"
943+
ansi-styles "^3.2.1"
944+
cardinal "^2.0.1"
945+
chalk "^2.4.1"
946+
co "^4.6.0"
947+
got "^8.3.1"
948+
heroku-client "^3.1.0"
949+
lodash "^4.17.10"
950+
netrc-parser "^3.1.4"
951+
opn "^3.0.3"
952+
strip-ansi "^4.0.0"
953+
supports-color "^5.4.0"
954+
tslib "^1.9.0"
955+
tunnel-agent "^0.6.0"
956+
957+
heroku-cli-util@^8.0.9:
937958
version "8.0.10"
938959
resolved "https://registry.yarnpkg.com/heroku-cli-util/-/heroku-cli-util-8.0.10.tgz#c14aa0ac8c31ddd5c18aac73369332b42c4205fc"
939960
integrity sha512-NMcdnX3y2N+efhRGeZvBokmBtDdggtrgRb3pozhyrR2+5LmzKkDLONK/MfjvwrpAUP2MXPu8UkxJDnM/SAGlxA==
@@ -962,6 +983,14 @@ heroku-client@^3.0.6:
962983
is-retry-allowed "^1.0.0"
963984
tunnel-agent "^0.6.0"
964985

986+
heroku-client@^3.1.0:
987+
version "3.1.0"
988+
resolved "https://registry.yarnpkg.com/heroku-client/-/heroku-client-3.1.0.tgz#7e3f6804d18a6ee9e3a774ff8bc9861b9b1a4725"
989+
integrity sha512-UfGKwUm5duzzSVI8uUXlNAE1mus6uPxmZPji4vuG1ArV5DYL1rXsZShp0OoxraWdEwYoxCUrM6KGztC68x5EZQ==
990+
dependencies:
991+
is-retry-allowed "^1.0.0"
992+
tunnel-agent "^0.6.0"
993+
965994
hosted-git-info@^2.1.4:
966995
version "2.7.1"
967996
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047"

0 commit comments

Comments
 (0)