Skip to content

Commit f864b1c

Browse files
fix(deps): bump @salesforce/sf-plugins-core from 12.2.4 to 12.2.5
Bumps [@salesforce/sf-plugins-core](https://github.com/salesforcecli/sf-plugins-core) from 12.2.4 to 12.2.5. - [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@12.2.4...12.2.5) --- updated-dependencies: - dependency-name: "@salesforce/sf-plugins-core" dependency-version: 12.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5be4e79 commit f864b1c

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@oclif/multi-stage-output": "^0.8.25",
1010
"@salesforce/core": "^8.23.3",
1111
"@salesforce/kit": "^3.2.4",
12-
"@salesforce/sf-plugins-core": "^12.2.4",
12+
"@salesforce/sf-plugins-core": "^12.2.5",
1313
"@salesforce/source-deploy-retrieve": "^12.25.0",
1414
"@salesforce/ts-types": "^2.0.12",
1515
"ansis": "^3.16.0",

yarn.lock

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,10 +1784,10 @@
17841784
lodash "^4.17.21"
17851785
registry-auth-token "^5.1.0"
17861786

1787-
"@oclif/table@^0.4.12":
1788-
version "0.4.12"
1789-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.12.tgz#070c6fc474d3f6b5cb6924c55931fe51ab79c69b"
1790-
integrity sha512-CrdJBBmil38o6K5QY+vuOovfG3A6q9nFIAISpNOoOnSSiA81s/xfZ/T4E0z7coDvYnz6wJCTMc2ObqaxBZfbHg==
1787+
"@oclif/table@^0.5.0":
1788+
version "0.5.0"
1789+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.0.tgz#d84f6ba1ab38092cebf7c4712671ab0348ea74ee"
1790+
integrity sha512-qXVucBYc/81SNZRDpKgZLr3WNX6qPUN9Ukqr5wWPMmUSzzOnusln3KuTzzWoB1IIafmqrq27QCozkLyvY7ymmw==
17911791
dependencies:
17921792
"@types/react" "^18.3.12"
17931793
change-case "^5.4.4"
@@ -1796,8 +1796,8 @@
17961796
natural-orderby "^3.0.2"
17971797
object-hash "^3.0.0"
17981798
react "^18.3.1"
1799-
strip-ansi "^7.1.0"
1800-
wrap-ansi "^9.0.0"
1799+
strip-ansi "^7.1.2"
1800+
wrap-ansi "^9.0.2"
18011801

18021802
"@pkgjs/parseargs@^0.11.0":
18031803
version "0.11.0"
@@ -1952,15 +1952,15 @@
19521952
string-width "^7.2.0"
19531953
terminal-link "^3.0.0"
19541954

1955-
"@salesforce/sf-plugins-core@^12.2.4":
1956-
version "12.2.4"
1957-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.4.tgz#a89ddcbac6520870eb2e0aad2a2e78738441cedf"
1958-
integrity sha512-AwfhPxIJfzQUSZH8kiQOjRPOsfhO3CL+PKq0lfX+chdqwLOnXWviYCA1Z815MGG0ot/XMlsyj7CS+JxQ19Tn4A==
1955+
"@salesforce/sf-plugins-core@^12.2.5":
1956+
version "12.2.5"
1957+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.5.tgz#c5fdd15e3ca90fc91faf485b3907892f3dc6c4ae"
1958+
integrity sha512-TJoZwPm0b5t2HzWZOqgWVjWQ+2bnw+Xxz7Icu7RtiD/9Fjp1X/eyr3LHMEd1SE79QLBjb3YKjZSskWDGv+rzlw==
19591959
dependencies:
19601960
"@inquirer/confirm" "^3.1.22"
19611961
"@inquirer/password" "^2.2.0"
19621962
"@oclif/core" "^4.5.2"
1963-
"@oclif/table" "^0.4.12"
1963+
"@oclif/table" "^0.5.0"
19641964
"@salesforce/core" "^8.18.7"
19651965
"@salesforce/kit" "^3.2.3"
19661966
"@salesforce/ts-types" "^2.0.12"
@@ -8229,6 +8229,13 @@ strip-ansi@^7.0.1, strip-ansi@^7.1.0:
82298229
dependencies:
82308230
ansi-regex "^6.0.1"
82318231

8232+
strip-ansi@^7.1.2:
8233+
version "7.1.2"
8234+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz#132875abde678c7ea8d691533f2e7e22bb744dba"
8235+
integrity sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==
8236+
dependencies:
8237+
ansi-regex "^6.0.1"
8238+
82328239
strip-bom@^3.0.0:
82338240
version "3.0.0"
82348241
resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz"

0 commit comments

Comments
 (0)