Skip to content

Commit 131dc3a

Browse files
authored
Merge pull request #747 from salesforcecli/dependabot-npm_and_yarn-salesforce-sf-plugins-core-11.2.0
fix(deps): bump @salesforce/sf-plugins-core from 11.1.7 to 11.2.0
2 parents 4418ef0 + 302fa44 commit 131dc3a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@oclif/core": "^4",
99
"@salesforce/core": "^8.1.0",
1010
"@salesforce/kit": "^3.1.6",
11-
"@salesforce/sf-plugins-core": "^11.1.7"
11+
"@salesforce/sf-plugins-core": "^11.2.0"
1212
},
1313
"devDependencies": {
1414
"@oclif/plugin-command-snapshot": "^5.2.7",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,7 @@
13231323
wordwrap "^1.0.0"
13241324
wrap-ansi "^7.0.0"
13251325

1326-
"@oclif/core@^4", "@oclif/core@^4.0.8":
1326+
"@oclif/core@^4", "@oclif/core@^4.0.12":
13271327
version "4.0.12"
13281328
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.12.tgz#b47089631827e2c909bfffc8c14d7b1781e502ce"
13291329
integrity sha512-o2dfPtmi2uBGHgpvHr+GNfoRKysKgQGiffONoMN3R+qBVNeIkJIZhVk31HreDkAI9LAzS92BWNgp/l7lXDxdvg==
@@ -1502,18 +1502,18 @@
15021502
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
15031503
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
15041504

1505-
"@salesforce/sf-plugins-core@^11.1.6", "@salesforce/sf-plugins-core@^11.1.7":
1506-
version "11.1.7"
1507-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.7.tgz#1af298d3ff6ff82e9944d614740de31b891c188e"
1508-
integrity sha512-Nj44Oh1jD9D0fcnqUzFPkRoorZT5LSZbdB141ONRN1SS1VmtLSfZ3QH3CKgBrE+Bj5W4byz/GYNjpT6cv3pmuA==
1505+
"@salesforce/sf-plugins-core@^11.1.6", "@salesforce/sf-plugins-core@^11.2.0":
1506+
version "11.2.0"
1507+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.2.0.tgz#b7ff6236100a167ebf3afedd551ba7a47808e7bf"
1508+
integrity sha512-hqLAQe+nOxWrSuVm5HfTUWDUTa3cKeS9xlrikJ6J9KW0BgM6ZmmA+JdhYRwv+gg0ZUknuJbOY/Ucn04nEw7yMA==
15091509
dependencies:
15101510
"@inquirer/confirm" "^3.1.14"
15111511
"@inquirer/password" "^2.1.14"
1512-
"@oclif/core" "^4.0.8"
1512+
"@oclif/core" "^4.0.12"
15131513
"@salesforce/core" "^8.1.1"
15141514
"@salesforce/kit" "^3.1.6"
15151515
"@salesforce/ts-types" "^2.0.10"
1516-
ansis "^3.2.0"
1516+
ansis "^3.2.1"
15171517
cli-progress "^3.12.0"
15181518
natural-orderby "^3.0.2"
15191519
slice-ansi "^7.1.0"

0 commit comments

Comments
 (0)