From ba9be65f2a89afb297eff7c4d802f9f658c21ddc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 22:02:46 +0000 Subject: [PATCH] Bump @heroku-cli/heroku-exec-util from 0.9.3 to 0.9.4 Bumps [@heroku-cli/heroku-exec-util](https://github.com/heroku/heroku-exec-util) from 0.9.3 to 0.9.4. - [Release notes](https://github.com/heroku/heroku-exec-util/releases) - [Changelog](https://github.com/heroku/heroku-exec-util/blob/main/CHANGELOG.md) - [Commits](https://github.com/heroku/heroku-exec-util/compare/v0.9.3...heroku-exec-util-v0.9.4) --- updated-dependencies: - dependency-name: "@heroku-cli/heroku-exec-util" dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 970438a..a8d20e4 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "license": "ISC", "dependencies": { "heroku-cli-util": "^8.0.8", - "@heroku-cli/heroku-exec-util": "0.9.3", + "@heroku-cli/heroku-exec-util": "0.9.4", "uuid": "^11.1.0" }, "heroku-deploy": { diff --git a/yarn.lock b/yarn.lock index abefb6f..1c75479 100644 --- a/yarn.lock +++ b/yarn.lock @@ -146,10 +146,10 @@ supports-color "^5.5.0" tslib "^1.9.3" -"@heroku-cli/heroku-exec-util@0.9.3": - version "0.9.3" - resolved "https://registry.yarnpkg.com/@heroku-cli/heroku-exec-util/-/heroku-exec-util-0.9.3.tgz#69dec0a98eacb44c233e06589f1f4990ad26aa8c" - integrity sha512-+c/e5EYFzhy0Fri04EhNhqLGdpkndqquod27fcy3vaE1RAJiQC2IppxYhLNbczJzgBW1v2ICHHyFfwjzjBdcrg== +"@heroku-cli/heroku-exec-util@0.9.4": + version "0.9.4" + resolved "https://registry.yarnpkg.com/@heroku-cli/heroku-exec-util/-/heroku-exec-util-0.9.4.tgz#ff4af2ac9cb2e2ba5b01cc47f2c7714cd511b1f7" + integrity sha512-Lx4UsT+Wm7YLRRqigOu4H0OU+fdCKzUFIHyMnXktCadqsJHew3GceKvoPhk5+Cl3itxJoVZQO7fIgb+i3xPAfA== dependencies: "@heroku/heroku-cli-util" "^8.0.13" "@heroku/socksv5" "^0.0.9"