Skip to content

Commit e3e27c0

Browse files
fix(deps): bump @salesforce/sf-plugins-core from 11.3.7 to 11.3.10
Bumps [@salesforce/sf-plugins-core](https://github.com/salesforcecli/sf-plugins-core) from 11.3.7 to 11.3.10. - [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.3.7...11.3.10) --- 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 4c4ff67 commit e3e27c0

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@salesforce/core": "^8.5.1",
1212
"@salesforce/kit": "^3.2.0",
1313
"@salesforce/plugin-info": "^3.4.2",
14-
"@salesforce/sf-plugins-core": "^11.3.6",
14+
"@salesforce/sf-plugins-core": "^11.3.10",
1515
"@salesforce/ts-types": "^2.0.11",
1616
"open": "^10.1.0"
1717
},

yarn.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -1086,13 +1086,13 @@
10861086
"@inquirer/core" "^9.0.10"
10871087
"@inquirer/type" "^1.5.2"
10881088

1089-
"@inquirer/password@^2.1.22":
1090-
version "2.1.22"
1091-
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.1.22.tgz#ec7ee5709923cf285b3e0ae53eed4fdc3c05b422"
1092-
integrity sha512-5Fxt1L9vh3rAKqjYwqsjU4DZsEvY/2Gll+QkqR4yEpy6wvzLxdSgFhUcxfDAOtO4BEoTreWoznC0phagwLU5Kw==
1089+
"@inquirer/password@^2.2.0":
1090+
version "2.2.0"
1091+
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.2.0.tgz#0b6f26336c259c8a9e5f5a3f2e1a761564f764ba"
1092+
integrity sha512-5otqIpgsPYIshqhgtEwSspBQE40etouR8VIxzpJkv9i0dVHIpyhiivbkH9/dGiMLdyamT54YRdGJLfl8TFnLHg==
10931093
dependencies:
1094-
"@inquirer/core" "^9.0.10"
1095-
"@inquirer/type" "^1.5.2"
1094+
"@inquirer/core" "^9.1.0"
1095+
"@inquirer/type" "^1.5.3"
10961096
ansi-escapes "^4.3.2"
10971097

10981098
"@inquirer/select@^2.3.10", "@inquirer/select@^2.4.7":
@@ -1417,16 +1417,16 @@
14171417
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
14181418
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
14191419

1420-
"@salesforce/sf-plugins-core@^11.2.4", "@salesforce/sf-plugins-core@^11.3.5", "@salesforce/sf-plugins-core@^11.3.6":
1421-
version "11.3.7"
1422-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.7.tgz#2cf2d4bfff13d1900ae958bfc613f5d4957f5958"
1423-
integrity sha512-aqOAYex3JGHUE/ECWpQuedEJXq00vJOqNr3VYF0Lp9OBAVn0AZZu10fzv+ww2hLDjA9dH782ZNqw/CiE0XKJlA==
1420+
"@salesforce/sf-plugins-core@^11.2.4", "@salesforce/sf-plugins-core@^11.3.10", "@salesforce/sf-plugins-core@^11.3.5":
1421+
version "11.3.10"
1422+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.10.tgz#22dcb645e24110a5a50a5ee2602c62d855e85de6"
1423+
integrity sha512-Gvj6OM57cs1R/M/U8tWCo0srTyLNAsSOVtRWie8nz6x/qp6212ewkVgwwHBmP8XJsfuzjNvbzGcCjrCgwBzmCQ==
14241424
dependencies:
14251425
"@inquirer/confirm" "^3.1.22"
1426-
"@inquirer/password" "^2.1.22"
1426+
"@inquirer/password" "^2.2.0"
14271427
"@oclif/core" "^4.0.19"
14281428
"@salesforce/core" "^8.5.1"
1429-
"@salesforce/kit" "^3.2.1"
1429+
"@salesforce/kit" "^3.2.2"
14301430
"@salesforce/ts-types" "^2.0.12"
14311431
ansis "^3.3.2"
14321432
cli-progress "^3.12.0"

0 commit comments

Comments
 (0)