File tree 2 files changed +31
-2
lines changed
2 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 10
10
"@heroku-cli/plugin-run" : " 3.8.10" ,
11
11
"bytes" : " 3.0.0" ,
12
12
"co" : " 4.6.0" ,
13
- "heroku-cli-util" : " 8.0.10 " ,
13
+ "heroku-cli-util" : " 8.0.12 " ,
14
14
"mkdirp" : " 0.5.1" ,
15
15
"smooth-progress" : " 1.1.0"
16
16
},
Original file line number Diff line number Diff line change @@ -933,7 +933,28 @@ has@^1.0.1:
933
933
dependencies :
934
934
function-bind "^1.1.1"
935
935
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 :
937
958
version "8.0.10"
938
959
resolved "https://registry.yarnpkg.com/heroku-cli-util/-/heroku-cli-util-8.0.10.tgz#c14aa0ac8c31ddd5c18aac73369332b42c4205fc"
939
960
integrity sha512-NMcdnX3y2N+efhRGeZvBokmBtDdggtrgRb3pozhyrR2+5LmzKkDLONK/MfjvwrpAUP2MXPu8UkxJDnM/SAGlxA==
@@ -962,6 +983,14 @@ heroku-client@^3.0.6:
962
983
is-retry-allowed "^1.0.0"
963
984
tunnel-agent "^0.6.0"
964
985
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
+
965
994
hosted-git-info@^2.1.4 :
966
995
version "2.7.1"
967
996
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047"
You can’t perform that action at this time.
0 commit comments