Skip to content

Commit cd7994e

Browse files
authored
Merge pull request #64 from salesforcecli/dependabot-npm_and_yarn-oclif-multi-stage-output-0.7.11
fix(deps): bump @oclif/multi-stage-output from 0.7.7 to 0.7.11
2 parents 7c9667c + a17a75f commit cd7994e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
88
"@oclif/core": "^4",
9-
"@oclif/multi-stage-output": "^0.7.7",
9+
"@oclif/multi-stage-output": "^0.7.11",
1010
"@salesforce/core": "^8.5.3",
1111
"@salesforce/kit": "^3.2.2",
1212
"@salesforce/sf-plugins-core": "^11.3.12",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1403,13 +1403,13 @@
14031403
wordwrap "^1.0.0"
14041404
wrap-ansi "^7.0.0"
14051405

1406-
"@oclif/multi-stage-output@^0.7.7":
1407-
version "0.7.7"
1408-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.7.7.tgz#2f7633d6cf2070a10e71adb83f878b937b47a1be"
1409-
integrity sha512-LTrjzyWfIheoQX0NwMQ7+rb/U75NNiNNmpjvZ42RHDJohDK3w5IWf5bUFCfMsVdEj6VV7fQpvGT2WYryNX+HmA==
1406+
"@oclif/multi-stage-output@^0.7.11":
1407+
version "0.7.11"
1408+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.7.11.tgz#98a16b9324e7a67e70dbc0eec146d12572c1d4e8"
1409+
integrity sha512-2ykTQb7ot+1+nM0GFbUE2lgfkr0a9IfxY+YHbpP2lDbTUIdoM7fVPrgbAiGdcP2qsxm3F94POKvGtc2XW4WJRg==
14101410
dependencies:
14111411
"@oclif/core" "^4"
1412-
"@types/react" "^18.3.11"
1412+
"@types/react" "^18.3.12"
14131413
cli-spinners "^2"
14141414
figures "^6.1.0"
14151415
ink "^5.0.1"
@@ -2297,10 +2297,10 @@
22972297
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.12.tgz#12bb1e2be27293c1406acb6af1c3f3a1481d98c6"
22982298
integrity sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==
22992299

2300-
"@types/react@^18.3.11":
2301-
version "18.3.11"
2302-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.11.tgz#9d530601ff843ee0d7030d4227ea4360236bd537"
2303-
integrity sha512-r6QZ069rFTjrEYgFdOck1gK7FLVsgJE7tTz0pQBczlBNUhBNk0MQH4UbnFSwjpQLMkLzgqvBBa+qGpLje16eTQ==
2300+
"@types/react@^18.3.12":
2301+
version "18.3.12"
2302+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.12.tgz#99419f182ccd69151813b7ee24b792fe08774f60"
2303+
integrity sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==
23042304
dependencies:
23052305
"@types/prop-types" "*"
23062306
csstype "^3.0.2"

0 commit comments

Comments
 (0)