From 10d20a4134635c861fd9149890d50af505828506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 22:31:17 +0000 Subject: [PATCH] Bump @heroku-cli/command in the production-dependencies group Bumps the production-dependencies group with 1 update: [@heroku-cli/command](https://github.com/heroku/heroku-cli-command). Updates `@heroku-cli/command` from 11.2.0 to 11.2.1 - [Release notes](https://github.com/heroku/heroku-cli-command/releases) - [Changelog](https://github.com/heroku/heroku-cli-command/blob/main/CHANGELOG.md) - [Commits](https://github.com/heroku/heroku-cli-command/commits) --- updated-dependencies: - dependency-name: "@heroku-cli/command" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index eae844c..458cc72 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Boreal Information Systems Inc.", "bugs": "https://github.com/OldSneerJaw/borealis-pg-cli/issues", "dependencies": { - "@heroku-cli/command": "^11.2.0", + "@heroku-cli/command": "^11.2.1", "@oclif/core": "^2.16.0", "dotenv": "^16.4.5", "http-call": "^5.3.0", diff --git a/yarn.lock b/yarn.lock index 9164046..664cc76 100644 --- a/yarn.lock +++ b/yarn.lock @@ -242,9 +242,9 @@ supports-color "^7.2.0" tslib "^1.9.3" -"@heroku-cli/command@^11.2.0": - version "11.2.0" - resolved "https://registry.yarnpkg.com/@heroku-cli/command/-/command-11.2.0.tgz#5d09389d145dc95c152d0a4fc5813b9eca2ca3dd" +"@heroku-cli/command@^11.2.1": + version "11.2.1" + resolved "https://registry.yarnpkg.com/@heroku-cli/command/-/command-11.2.1.tgz#548709b60baa7d7d9711d841fb0f4a68711c355c" dependencies: "@heroku-cli/color" "^2.0.1" "@oclif/core" "^2.16.0"