Skip to content

Commit 5269d55

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] <support@github.com>
1 parent 1cc6ac7 commit 5269d55

1 file changed

Lines changed: 26 additions & 10 deletions

File tree

yarn.lock

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,10 +1449,10 @@
14491449
lodash "^4.17.21"
14501450
registry-auth-token "^5.1.0"
14511451

1452-
"@oclif/table@^0.4.12":
1453-
version "0.4.12"
1454-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.12.tgz#070c6fc474d3f6b5cb6924c55931fe51ab79c69b"
1455-
integrity sha512-CrdJBBmil38o6K5QY+vuOovfG3A6q9nFIAISpNOoOnSSiA81s/xfZ/T4E0z7coDvYnz6wJCTMc2ObqaxBZfbHg==
1452+
"@oclif/table@^0.5.0":
1453+
version "0.5.0"
1454+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.0.tgz#d84f6ba1ab38092cebf7c4712671ab0348ea74ee"
1455+
integrity sha512-qXVucBYc/81SNZRDpKgZLr3WNX6qPUN9Ukqr5wWPMmUSzzOnusln3KuTzzWoB1IIafmqrq27QCozkLyvY7ymmw==
14561456
dependencies:
14571457
"@types/react" "^18.3.12"
14581458
change-case "^5.4.4"
@@ -1461,8 +1461,8 @@
14611461
natural-orderby "^3.0.2"
14621462
object-hash "^3.0.0"
14631463
react "^18.3.1"
1464-
strip-ansi "^7.1.0"
1465-
wrap-ansi "^9.0.0"
1464+
strip-ansi "^7.1.2"
1465+
wrap-ansi "^9.0.2"
14661466

14671467
"@pkgjs/parseargs@^0.11.0":
14681468
version "0.11.0"
@@ -1618,14 +1618,14 @@
16181618
terminal-link "^3.0.0"
16191619

16201620
"@salesforce/sf-plugins-core@^12":
1621-
version "12.2.4"
1622-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.4.tgz#a89ddcbac6520870eb2e0aad2a2e78738441cedf"
1623-
integrity sha512-AwfhPxIJfzQUSZH8kiQOjRPOsfhO3CL+PKq0lfX+chdqwLOnXWviYCA1Z815MGG0ot/XMlsyj7CS+JxQ19Tn4A==
1621+
version "12.2.5"
1622+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.5.tgz#c5fdd15e3ca90fc91faf485b3907892f3dc6c4ae"
1623+
integrity sha512-TJoZwPm0b5t2HzWZOqgWVjWQ+2bnw+Xxz7Icu7RtiD/9Fjp1X/eyr3LHMEd1SE79QLBjb3YKjZSskWDGv+rzlw==
16241624
dependencies:
16251625
"@inquirer/confirm" "^3.1.22"
16261626
"@inquirer/password" "^2.2.0"
16271627
"@oclif/core" "^4.5.2"
1628-
"@oclif/table" "^0.4.12"
1628+
"@oclif/table" "^0.5.0"
16291629
"@salesforce/core" "^8.18.7"
16301630
"@salesforce/kit" "^3.2.3"
16311631
"@salesforce/ts-types" "^2.0.12"
@@ -7466,6 +7466,13 @@ strip-ansi@^7.0.1, strip-ansi@^7.1.0:
74667466
dependencies:
74677467
ansi-regex "^6.0.1"
74687468

7469+
strip-ansi@^7.1.2:
7470+
version "7.1.2"
7471+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz#132875abde678c7ea8d691533f2e7e22bb744dba"
7472+
integrity sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==
7473+
dependencies:
7474+
ansi-regex "^6.0.1"
7475+
74697476
strip-bom@^3.0.0:
74707477
version "3.0.0"
74717478
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
@@ -8074,6 +8081,15 @@ wrap-ansi@^9.0.0:
80748081
string-width "^7.0.0"
80758082
strip-ansi "^7.1.0"
80768083

8084+
wrap-ansi@^9.0.2:
8085+
version "9.0.2"
8086+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.2.tgz#956832dea9494306e6d209eb871643bb873d7c98"
8087+
integrity sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==
8088+
dependencies:
8089+
ansi-styles "^6.2.1"
8090+
string-width "^7.0.0"
8091+
strip-ansi "^7.1.0"
8092+
80778093
wrappy@1:
80788094
version "1.0.2"
80798095
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

0 commit comments

Comments
 (0)