Skip to content

Commit dde73e9

Browse files
fix(deps): bump @salesforce/sf-plugins-core from 11.1.6 to 11.1.7
Bumps [@salesforce/sf-plugins-core](https://github.com/salesforcecli/sf-plugins-core) from 11.1.6 to 11.1.7. - [Release notes](https://github.com/salesforcecli/sf-plugins-core/releases) - [Changelog](https://github.com/salesforcecli/sf-plugins-core/blob/main/CHANGELOG.md) - [Commits](salesforcecli/sf-plugins-core@11.1.6...11.1.7) --- updated-dependencies: - dependency-name: "@salesforce/sf-plugins-core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1e0fef4 commit dde73e9

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
@@ -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.1"
11+
"@salesforce/sf-plugins-core": "^11.1.7"
1212
},
1313
"devDependencies": {
1414
"@oclif/plugin-command-snapshot": "^5.2.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1495,10 +1495,10 @@
14951495
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
14961496
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
14971497

1498-
"@salesforce/sf-plugins-core@^11.1.1", "@salesforce/sf-plugins-core@^11.1.6":
1499-
version "11.1.6"
1500-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.6.tgz#4e423488af9ba85aba8af5954df6749dd406c0ae"
1501-
integrity sha512-yfKnyC4oyYPpVzQVWRHMhLq2mrUzayDIc7zajtOajPk+n+C8Lxsl9KKNB9oA5iQIVrAHf/R9cWVogqO2myKWgQ==
1498+
"@salesforce/sf-plugins-core@^11.1.6", "@salesforce/sf-plugins-core@^11.1.7":
1499+
version "11.1.7"
1500+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.7.tgz#1af298d3ff6ff82e9944d614740de31b891c188e"
1501+
integrity sha512-Nj44Oh1jD9D0fcnqUzFPkRoorZT5LSZbdB141ONRN1SS1VmtLSfZ3QH3CKgBrE+Bj5W4byz/GYNjpT6cv3pmuA==
15021502
dependencies:
15031503
"@inquirer/confirm" "^3.1.14"
15041504
"@inquirer/password" "^2.1.14"
@@ -1510,7 +1510,7 @@
15101510
cli-progress "^3.12.0"
15111511
natural-orderby "^3.0.2"
15121512
slice-ansi "^7.1.0"
1513-
string-width "^7.1.0"
1513+
string-width "^7.2.0"
15141514
terminal-link "^3.0.0"
15151515

15161516
"@salesforce/ts-types@^2.0.10":
@@ -6592,10 +6592,10 @@ string-width@^5.0.1, string-width@^5.1.2:
65926592
emoji-regex "^9.2.2"
65936593
strip-ansi "^7.0.1"
65946594

6595-
string-width@^7.1.0:
6596-
version "7.1.0"
6597-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.1.0.tgz#d994252935224729ea3719c49f7206dc9c46550a"
6598-
integrity sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==
6595+
string-width@^7.2.0:
6596+
version "7.2.0"
6597+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.2.0.tgz#b5bb8e2165ce275d4d43476dd2700ad9091db6dc"
6598+
integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==
65996599
dependencies:
66006600
emoji-regex "^10.3.0"
66016601
get-east-asian-width "^1.0.0"

0 commit comments

Comments
 (0)