Skip to content

Commit 6031a02

Browse files
authored
Merge pull request #1214 from salesforcecli/dependabot-npm_and_yarn-salesforce-sf-plugins-core-12.2.1
fix(deps): bump @salesforce/sf-plugins-core from 12.1.4 to 12.2.1
2 parents eaac711 + cccbb6d commit 6031a02

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"@oclif/multi-stage-output": "^0.8.12",
124124
"@salesforce/core": "^8.8.7",
125125
"@salesforce/kit": "^3.2.2",
126-
"@salesforce/sf-plugins-core": "^12.1.4",
126+
"@salesforce/sf-plugins-core": "^12.2.1",
127127
"@salesforce/ts-types": "^2.0.11",
128128
"ansis": "^3.16.0",
129129
"change-case": "^5.4.4",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,13 +1315,13 @@
13151315
"@nodelib/fs.scandir" "2.1.5"
13161316
fastq "^1.6.0"
13171317

1318-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.4", "@oclif/core@^4.2.8":
1319-
version "4.2.8"
1320-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.8.tgz#6e71c76b8ea91064ffc8390a3fd2502c5d32a3db"
1321-
integrity sha512-OWv4Va6bERxIhrYcnUGzyhGRqktc64lJO6cZ3UwkzJDpfR8ZrbCxRfKRBBah1i8kzUlOAeAXnpbMBMah3skKwA==
1318+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10", "@oclif/core@^4.2.8":
1319+
version "4.2.10"
1320+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.10.tgz#31dfb7481c79887c3e672e10c981fcc01fcbaeb3"
1321+
integrity sha512-fAqcXgqkUm4v5FYy7qWP4w1HaOlVSVJveah+yVTo5Nm5kTiXhmD5mQQ7+knGeBaStyrtQy6WardoC2xSic9rlQ==
13221322
dependencies:
13231323
ansi-escapes "^4.3.2"
1324-
ansis "^3.16.0"
1324+
ansis "^3.17.0"
13251325
clean-stack "^3.0.1"
13261326
cli-spinners "^2.9.2"
13271327
debug "^4.4.0"
@@ -1461,7 +1461,7 @@
14611461
strip-ansi "6.0.1"
14621462
ts-retry-promise "^0.8.1"
14631463

1464-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.6", "@salesforce/core@^8.8.7":
1464+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.5", "@salesforce/core@^8.8.6", "@salesforce/core@^8.8.7":
14651465
version "8.8.7"
14661466
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.7.tgz#ac307e8f10934affa7bcf33ccb65993669cd8f12"
14671467
integrity sha512-AuPSmb/GZ7F8eV5GO6NcfFq3YSOVnPL4sssEQEvKduOSJMs8RTJ92kEefrId/tgFBYfw4b7UzndjFtdgrGGeoA==
@@ -1571,16 +1571,16 @@
15711571
string-width "^7.2.0"
15721572
terminal-link "^3.0.0"
15731573

1574-
"@salesforce/sf-plugins-core@^12.1.4":
1575-
version "12.1.4"
1576-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.4.tgz#c73829c7f12bdc96a2e2746ce7f574a604e8efb4"
1577-
integrity sha512-inSWsy9omNc4dIULVpoOJPX6DdEaqkA4CxmzTVrylc7P08jCbsv6LpS79wUaYC7Ah3krBQvbopP4wR9f3XvLeQ==
1574+
"@salesforce/sf-plugins-core@^12.2.1":
1575+
version "12.2.1"
1576+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.1.tgz#1048a5d1245f07f0e864f0f76e8818fd21a84fe6"
1577+
integrity sha512-b3eRSzGO0weBLL1clHaJNgNP1aKkD1Qy2DQEc0ieteEm+fh1FfPA0QpJ9rh/hdmkJRip2x2R2zz9tflJ0wflbg==
15781578
dependencies:
15791579
"@inquirer/confirm" "^3.1.22"
15801580
"@inquirer/password" "^2.2.0"
1581-
"@oclif/core" "^4.2.4"
1581+
"@oclif/core" "^4.2.10"
15821582
"@oclif/table" "^0.4.6"
1583-
"@salesforce/core" "^8.5.1"
1583+
"@salesforce/core" "^8.8.5"
15841584
"@salesforce/kit" "^3.2.3"
15851585
"@salesforce/ts-types" "^2.0.12"
15861586
ansis "^3.3.2"

0 commit comments

Comments
 (0)