Skip to content

Commit 7746d8c

Browse files
authored
Merge pull request #1381 from salesforcecli/dependabot-npm_and_yarn-oclif-multi-stage-output-0.8.14
fix(deps): bump @oclif/multi-stage-output from 0.8.13 to 0.8.14
2 parents e609504 + b8e1203 commit 7746d8c

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.13",
10+
"@oclif/multi-stage-output": "^0.8.14",
1111
"@salesforce/apex-node": "^8.1.31",
1212
"@salesforce/core": "^8.11.1",
1313
"@salesforce/kit": "^3.2.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,10 +1318,10 @@
13181318
wordwrap "^1.0.0"
13191319
wrap-ansi "^7.0.0"
13201320

1321-
"@oclif/multi-stage-output@^0.8.13":
1322-
version "0.8.13"
1323-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.13.tgz#66b69d97f85c182ca402726fad998449dc356d47"
1324-
integrity sha512-px5UseRSS4jASnYO/h/szunAEvPQ0H0yypDA71FzDvGRBYd3DeBiRYuoyhJsTpoab9hnGZGxZyWFyRrVuOXIAA==
1321+
"@oclif/multi-stage-output@^0.8.14":
1322+
version "0.8.14"
1323+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.14.tgz#7276009eef1ebd904666a230d690066b1a3b16ae"
1324+
integrity sha512-s6Ra2xJrRtIQfn+b/KcLaphboNIVP/2jymEM1rS8T8wADDvF6nw4GtkqUNNR77sZLe1XuxuiDLx4qFY9lYBxow==
13251325
dependencies:
13261326
"@oclif/core" "^4"
13271327
"@types/react" "^18.3.12"

0 commit comments

Comments
 (0)