From 2ac7aad8b9e5a001281616c2eb01675351b9d7ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Jun 2025 03:21:38 +0000 Subject: [PATCH] fix(deps): bump @oclif/multi-stage-output from 0.8.15 to 0.8.16 Bumps [@oclif/multi-stage-output](https://github.com/oclif/core) from 0.8.15 to 0.8.16. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/core/commits) --- updated-dependencies: - dependency-name: "@oclif/multi-stage-output" dependency-version: 0.8.16 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 2c67cf33..f3511356 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ }, "dependencies": { "@jsforce/jsforce-node": "^3.8.2", - "@oclif/multi-stage-output": "^0.8.15", + "@oclif/multi-stage-output": "^0.8.16", "@salesforce/core": "^8.12.0", "@salesforce/kit": "^3.2.2", "@salesforce/sf-plugins-core": "^12.2.3", diff --git a/yarn.lock b/yarn.lock index fa9d4477..f7d009b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1577,10 +1577,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/multi-stage-output@^0.8.15": - version "0.8.15" - resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.15.tgz#3dd3e3c603349f03cababd44b826004aa0a01489" - integrity sha512-aF6ASWKozpnVHuJRZ0wp9OCaBBk+y7Sf8WleYUlDWQXlcmAaouTSFuBipqv1xfSpIiFomc3ZuVGDNoEH+o95AQ== +"@oclif/multi-stage-output@^0.8.16": + version "0.8.16" + resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.16.tgz#51540c07bf68cabb8ef62d8975694b51985f508c" + integrity sha512-r44G3+02dGt7OUQeD4fswdmCqqxQTj1FfmhTPOhM+dEmkrSHsbXAbMCyynXDfqOTbllIWZDJ9oShW1PVT4rMiw== dependencies: "@oclif/core" "^4" "@types/react" "^18.3.12"