Skip to content

Commit 0f6f467

Browse files
authored
Merge pull request #586 from salesforcecli/dependabot-npm_and_yarn-oclif-core-3.13.1
fix(deps): bump @oclif/core from 3.12.0 to 3.13.1
2 parents 49104b7 + 1bb3439 commit 0f6f467

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
8-
"@oclif/core": "^3.12.0",
8+
"@oclif/core": "^3.13.1",
99
"@salesforce/core": "^6.2.0",
1010
"@salesforce/kit": "^3.0.15",
1111
"@salesforce/sf-plugins-core": "^5.0.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -784,10 +784,10 @@
784784
wordwrap "^1.0.0"
785785
wrap-ansi "^7.0.0"
786786

787-
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.12.0", "@oclif/core@^3.3.1":
788-
version "3.12.0"
789-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.12.0.tgz#4b38b1b5dab2f7585f89c3927a8a157b258b4bd6"
790-
integrity sha512-mT1Vpd1E20IJ7P6GDYOivylPdTHq/xVgFjeCDjitFW86UAklFM8BEFyFB7KpsTvpmjRbCoda3yU10lSI1224lw==
787+
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.12.0", "@oclif/core@^3.13.1", "@oclif/core@^3.3.1":
788+
version "3.13.1"
789+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.13.1.tgz#dbd5e604ec78a716a33bfa6fec6c988a507b7f38"
790+
integrity sha512-bpnF6BL+j7D0k0T+dZ4g7LwcZzctCoKjIYm8zcSNgrItS2pgIlvsRf8SdkGNu6djzRD7vzM657ZO9fWU6goz0g==
791791
dependencies:
792792
ansi-escapes "^4.3.2"
793793
ansi-styles "^4.3.0"

0 commit comments

Comments
 (0)