Skip to content

Commit f8c0dad

Browse files
fix(deps): bump @oclif/multi-stage-output from 0.8.17 to 0.8.19
Bumps [@oclif/multi-stage-output](https://github.com/oclif/core) from 0.8.17 to 0.8.19. - [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.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7fad628 commit f8c0dad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@inquirer/prompts": "^7.5.3",
99
"@oclif/core": "^4.3.0",
10-
"@oclif/multi-stage-output": "^0.8.14",
10+
"@oclif/multi-stage-output": "^0.8.19",
1111
"@salesforce/apex-node": "^8.1.31",
1212
"@salesforce/core": "^8.18.1",
1313
"@salesforce/kit": "^3.2.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1595,10 +1595,10 @@
15951595
wordwrap "^1.0.0"
15961596
wrap-ansi "^7.0.0"
15971597

1598-
"@oclif/multi-stage-output@^0.8.14":
1599-
version "0.8.17"
1600-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.17.tgz#92ec74abf58554da95f062a570bb99cff3546b25"
1601-
integrity sha512-mnemcZQfznoJB5JF0esLDMsUGCUP/hMRmi2et1PmMYIBGuOZUAJrlXtiPNi/ye8Uw60BR7k4Vr2GklNtSRawSg==
1598+
"@oclif/multi-stage-output@^0.8.19":
1599+
version "0.8.19"
1600+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.19.tgz#ebc887e95366534c4fec740bf6420bd324862145"
1601+
integrity sha512-OkfYIbZ0vaMotUWR8HLm6eA9s+j2pn3KR+p42XeEkFlmrxOxVmomyJrNW+TgWnjMqQZsQYG6m2JVn4HCmzHt3w==
16021602
dependencies:
16031603
"@oclif/core" "^4"
16041604
"@types/react" "^18.3.12"

0 commit comments

Comments
 (0)