Skip to content

Commit

Permalink
Bump @heroku-cli/command from 10.0.0 to 11.0.0 (#129)
Browse files Browse the repository at this point in the history
Bumps [@heroku-cli/command](https://github.com/heroku/heroku-cli-command) from 10.0.0 to 11.0.0.
- [Release notes](https://github.com/heroku/heroku-cli-command/releases)
- [Changelog](https://github.com/heroku/heroku-cli-command/blob/main/CHANGELOG.md)
- [Commits](heroku/heroku-cli-command@v10.0.0...v11.0.0)

---
updated-dependencies:
- dependency-name: "@heroku-cli/command"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 4, 2024
1 parent db2f902 commit aadb7d1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 43 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@heroku-cli/color": "2.0.1",
"@heroku-cli/command": "^10.0.0",
"@heroku-cli/command": "^11.0.0",
"@heroku-cli/schema": "^1.0.25",
"@oclif/core": "^2.8.11",
"http-call": "^5.3.0",
Expand Down
62 changes: 20 additions & 42 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -906,29 +906,28 @@
supports-color "^7.2.0"
tslib "^1.9.3"

"@heroku-cli/color@^1.1.14":
version "1.1.16"
resolved "https://registry.npmjs.org/@heroku-cli/color/-/color-1.1.16.tgz"
integrity sha512-97bYxNaDe/+GCUAKu0V2qudQmR3NFRnv3SrQd2FTtOAa9OWKwkvoBs2WzT7MkNwP4DIpYL6W/e3CSfShfhzEMw==
"@heroku-cli/color@^2.0.1":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@heroku-cli/color/-/color-2.0.2.tgz#36a72f9dc753aca591df4de0f41f6137241e0656"
integrity sha512-QX2sTE/jtxmxmpPJYaPZ9AA32esPrT8y3f8b+pgGD5I0VtVxk9IkzTX9irSg937csww73cBbjnnlN1eajtdpAQ==
dependencies:
ansi-styles "^3.2.1"
chalk "^2.4.1"
strip-ansi "^5.0.0"
supports-color "^5.5.0"
ansi-styles "^4.3.0"
chalk "^4.1.2"
supports-color "^7.2.0"
tslib "^1.9.3"

"@heroku-cli/command@^10.0.0":
version "10.0.0"
resolved "https://registry.npmjs.org/@heroku-cli/command/-/command-10.0.0.tgz"
integrity sha512-O+kjmaZtCcDL4nRiJTYxIPM4LA7S9wl1DH7DX6Wkdrd7qSFmyxxVhBDlKKTJyKvTTpZdPi4S0Q5CpMVXKVj/XQ==
"@heroku-cli/command@^11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@heroku-cli/command/-/command-11.0.0.tgz#cf523a2df94c3ec72e3f50115a6c27c140342783"
integrity sha512-0yOTkCVZqfxl9U3Mx21GFxM4egLZQjc1H14G0cjrDqy4UMths/5WYMsbir22zSCvde1RxiQbWf5md50DwddfeQ==
dependencies:
"@heroku-cli/color" "^1.1.14"
"@oclif/core" "^2.8.11"
"@heroku-cli/color" "^2.0.1"
"@oclif/core" "^2.16.0"
cli-ux "^6.0.9"
debug "^4.1.1"
fs-extra "^7.0.1"
debug "^4.3.4"
fs-extra "^9.1.0"
heroku-client "^3.1.0"
http-call "^5.2.4"
http-call "^5.3.0"
netrc-parser "^3.1.6"
open "^6.2.0"
uuid "^8.3.0"
Expand Down Expand Up @@ -1143,7 +1142,7 @@
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^2.15.0", "@oclif/core@^2.8.11":
"@oclif/core@^2.15.0", "@oclif/core@^2.16.0", "@oclif/core@^2.8.11":
version "2.16.0"
resolved "https://registry.npmjs.org/@oclif/core/-/core-2.16.0.tgz"
integrity sha512-dL6atBH0zCZl1A1IXCKJgLPrM/wR7K+Wi401E/IvqsK8m2iCHW+0TEOGrans/cuN3oTW+uxIyJFHJ8Im0k4qBw==
Expand Down Expand Up @@ -2072,11 +2071,6 @@ ansi-escapes@^4.3.0, ansi-escapes@^4.3.2:
dependencies:
type-fest "^0.21.3"

ansi-regex@^4.1.0:
version "4.1.1"
resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz"
integrity sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==

ansi-regex@^5.0.1:
version "5.0.1"
resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz"
Expand Down Expand Up @@ -2424,7 +2418,7 @@ chai@^4.1.2:
pathval "^1.1.1"
type-detect "^4.0.8"

chalk@^2.4.1, chalk@^2.4.2:
chalk@^2.4.2:
version "2.4.2"
resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
Expand Down Expand Up @@ -3479,15 +3473,6 @@ fromentries@^1.2.0:
resolved "https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz"
integrity sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==

fs-extra@^7.0.1:
version "7.0.1"
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz"
integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==
dependencies:
graceful-fs "^4.1.2"
jsonfile "^4.0.0"
universalify "^0.1.0"

fs-extra@^8.1:
version "8.1.0"
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz"
Expand Down Expand Up @@ -3724,7 +3709,7 @@ got@^13:
p-cancelable "^3.0.0"
responselike "^3.0.0"

graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
graceful-fs@^4.1.15, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
version "4.2.11"
resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz"
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
Expand Down Expand Up @@ -3831,7 +3816,7 @@ http-cache-semantics@^4.1.1:
resolved "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz"
integrity sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==

http-call@^5.2.2, http-call@^5.2.4, http-call@^5.3.0:
http-call@^5.2.2, http-call@^5.3.0:
version "5.3.0"
resolved "https://registry.npmjs.org/http-call/-/http-call-5.3.0.tgz"
integrity sha512-ahwimsC23ICE4kPl9xTBjKB4inbRaeLyZeRunC/1Jy/Z6X8tv22MEAjK+KBOMSVLaqXPTTmd8638waVIKLGx2w==
Expand Down Expand Up @@ -5568,13 +5553,6 @@ string.prototype.trimstart@^1.0.8:
dependencies:
ansi-regex "^5.0.1"

strip-ansi@^5.0.0:
version "5.2.0"
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz"
integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
dependencies:
ansi-regex "^4.1.0"

strip-ansi@^6.0.0, strip-ansi@^6.0.1:
version "6.0.1"
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
Expand Down

0 comments on commit aadb7d1

Please sign in to comment.