Skip to content

Commit 8387239

Browse files
authored
Merge pull request #1432 from salesforcecli/dependabot-npm_and_yarn-oclif-multi-stage-output-0.8.20
fix(deps): bump @oclif/multi-stage-output from 0.8.19 to 0.8.20
2 parents 24937ea + 80efd4f commit 8387239

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.8.2",
99
"@oclif/core": "^4.5.2",
10-
"@oclif/multi-stage-output": "^0.8.19",
10+
"@oclif/multi-stage-output": "^0.8.20",
1111
"@salesforce/apex-node": "^8.2.8",
1212
"@salesforce/core": "^8.19.1",
1313
"@salesforce/kit": "^3.2.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1646,10 +1646,10 @@
16461646
wordwrap "^1.0.0"
16471647
wrap-ansi "^7.0.0"
16481648

1649-
"@oclif/multi-stage-output@^0.8.19":
1650-
version "0.8.19"
1651-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.19.tgz#ebc887e95366534c4fec740bf6420bd324862145"
1652-
integrity sha512-OkfYIbZ0vaMotUWR8HLm6eA9s+j2pn3KR+p42XeEkFlmrxOxVmomyJrNW+TgWnjMqQZsQYG6m2JVn4HCmzHt3w==
1649+
"@oclif/multi-stage-output@^0.8.20":
1650+
version "0.8.20"
1651+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.20.tgz#193cef3d9fe323aa85909219ae84bca7fff9f666"
1652+
integrity sha512-XrzuZ9aNjv+RSc0MsjtnX2nR3w9tJSNfBBg6uoOHZkWndPuPeS70gTseTt2dQJDHQE2ygNuDSPMQBf71bNoVuA==
16531653
dependencies:
16541654
"@oclif/core" "^4"
16551655
"@types/react" "^18.3.12"

0 commit comments

Comments
 (0)