Skip to content

Commit 617bc7c

Browse files
committed
chore: updates from devScripts
1 parent 8876a4f commit 617bc7c

File tree

2 files changed

+52
-20
lines changed

2 files changed

+52
-20
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
"dependencies": {
4646
"@inquirer/confirm": "^2.0.17",
4747
"@inquirer/password": "^1.1.16",
48-
"@oclif/core": "^3.26.0",
48+
"@oclif/core": "^3.26.2",
4949
"@salesforce/core": "^7.2.0",
5050
"@salesforce/kit": "^3.1.0",
5151
"@salesforce/ts-types": "^2.0.9",
5252
"chalk": "^5.3.0"
5353
},
5454
"devDependencies": {
5555
"@inquirer/type": "^1.2.1",
56-
"@salesforce/dev-scripts": "^8.5.0",
56+
"@salesforce/dev-scripts": "^9.0.0",
5757
"eslint-plugin-sf-plugin": "^1.18.0",
5858
"ts-node": "^10.9.2",
5959
"typescript": "^5.4.5"

yarn.lock

Lines changed: 50 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -584,10 +584,10 @@
584584
"@nodelib/fs.scandir" "2.1.5"
585585
fastq "^1.6.0"
586586

587-
"@oclif/core@^3.26.0":
588-
version "3.26.0"
589-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
590-
integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
587+
"@oclif/core@^3.26.2":
588+
version "3.26.3"
589+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.3.tgz#2416f4f5e3e5b9434999edb2f94983c5ac07e8a2"
590+
integrity sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==
591591
dependencies:
592592
"@types/cli-progress" "^3.11.5"
593593
ansi-escapes "^4.3.2"
@@ -598,14 +598,14 @@
598598
cli-progress "^3.12.0"
599599
color "^4.2.3"
600600
debug "^4.3.4"
601-
ejs "^3.1.9"
601+
ejs "^3.1.10"
602602
get-package-type "^0.1.0"
603603
globby "^11.1.0"
604604
hyperlinker "^1.0.0"
605605
indent-string "^4.0.0"
606606
is-wsl "^2.2.0"
607607
js-yaml "^3.14.1"
608-
minimatch "^9.0.3"
608+
minimatch "^9.0.4"
609609
natural-orderby "^2.0.3"
610610
object-treeify "^1.1.33"
611611
password-prompt "^1.1.3"
@@ -651,10 +651,10 @@
651651
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
652652
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
653653

654-
"@salesforce/dev-scripts@^8.5.0":
655-
version "8.5.0"
656-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.5.0.tgz#b0b44ca595450328c6186968528d9c0ef06cd27e"
657-
integrity sha512-vR+CB5VoQrNAqNTcu5GZ/l4I4Rxd5HkIj/qTxEzP1EYnIlgjrbcsQgaunSnTrttIEy/BD8epd6UWAT8yAItufg==
654+
"@salesforce/dev-scripts@^9.0.0":
655+
version "9.0.0"
656+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-9.0.0.tgz#ab38c014ebc8baa92fccbb5cff9b8432e0f991d1"
657+
integrity sha512-B89ipgncuhHLqLlr+LGSi7HN+eHPa3aw5B6PXQWqQj73QAkGN+E6EowwA50y7GkXeNx7GntbNRtQHvwMcnIorw==
658658
dependencies:
659659
"@commitlint/cli" "^17.1.2"
660660
"@commitlint/config-conventional" "^17.8.1"
@@ -1851,10 +1851,10 @@ ecdsa-sig-formatter@1.0.11:
18511851
dependencies:
18521852
safe-buffer "^5.0.1"
18531853

1854-
ejs@^3.1.9:
1855-
version "3.1.9"
1856-
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361"
1857-
integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==
1854+
ejs@^3.1.10:
1855+
version "3.1.10"
1856+
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
1857+
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
18581858
dependencies:
18591859
jake "^10.8.5"
18601860

@@ -3630,7 +3630,7 @@ minimatch@5.0.1:
36303630
dependencies:
36313631
brace-expansion "^2.0.1"
36323632

3633-
minimatch@9.0.3, minimatch@^9.0.1, minimatch@^9.0.3:
3633+
minimatch@9.0.3:
36343634
version "9.0.3"
36353635
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
36363636
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
@@ -3651,6 +3651,13 @@ minimatch@^5.0.1:
36513651
dependencies:
36523652
brace-expansion "^2.0.1"
36533653

3654+
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4:
3655+
version "9.0.4"
3656+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
3657+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
3658+
dependencies:
3659+
brace-expansion "^2.0.1"
3660+
36543661
minimist-options@4.1.0:
36553662
version "4.1.0"
36563663
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -4742,7 +4749,16 @@ srcset@^5.0.0:
47424749
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
47434750
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
47444751

4745-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
4752+
"string-width-cjs@npm:string-width@^4.2.0":
4753+
version "4.2.3"
4754+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4755+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4756+
dependencies:
4757+
emoji-regex "^8.0.0"
4758+
is-fullwidth-code-point "^3.0.0"
4759+
strip-ansi "^6.0.1"
4760+
4761+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
47464762
version "4.2.3"
47474763
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
47484764
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4801,7 +4817,14 @@ string_decoder@~1.1.1:
48014817
dependencies:
48024818
safe-buffer "~5.1.0"
48034819

4804-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
4820+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
4821+
version "6.0.1"
4822+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
4823+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
4824+
dependencies:
4825+
ansi-regex "^5.0.1"
4826+
4827+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
48054828
version "6.0.1"
48064829
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
48074830
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -5289,7 +5312,7 @@ workerpool@6.2.1:
52895312
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
52905313
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
52915314

5292-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
5315+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
52935316
version "7.0.0"
52945317
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
52955318
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -5307,6 +5330,15 @@ wrap-ansi@^6.2.0:
53075330
string-width "^4.1.0"
53085331
strip-ansi "^6.0.0"
53095332

5333+
wrap-ansi@^7.0.0:
5334+
version "7.0.0"
5335+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
5336+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
5337+
dependencies:
5338+
ansi-styles "^4.0.0"
5339+
string-width "^4.1.0"
5340+
strip-ansi "^6.0.0"
5341+
53105342
wrap-ansi@^8.1.0:
53115343
version "8.1.0"
53125344
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)