From d3863e816389ae59b1c640fd8df99eb64709705d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 20:31:22 +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.1.2 to 11.2.0 - [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/compare/v11.1.2...v11.2.0) --- updated-dependencies: - dependency-name: "@heroku-cli/command" dependency-type: direct:production update-type: version-update:semver-minor 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 ac11738..6cd4d50 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.1.2", + "@heroku-cli/command": "^11.2.0", "@oclif/core": "^2.16.0", "dotenv": "^16.4.5", "http-call": "^5.3.0", diff --git a/yarn.lock b/yarn.lock index 3412163..3881ad2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -242,9 +242,9 @@ supports-color "^7.2.0" tslib "^1.9.3" -"@heroku-cli/command@^11.1.2": - version "11.1.2" - resolved "https://registry.yarnpkg.com/@heroku-cli/command/-/command-11.1.2.tgz#6c9b2f34706e6f84fa8ca11313180a94f9974260" +"@heroku-cli/command@^11.2.0": + version "11.2.0" + resolved "https://registry.yarnpkg.com/@heroku-cli/command/-/command-11.2.0.tgz#5d09389d145dc95c152d0a4fc5813b9eca2ca3dd" dependencies: "@heroku-cli/color" "^2.0.1" "@oclif/core" "^2.16.0"