Skip to content

Commit d443119

Browse files
committed
chore: updates from devScripts
1 parent 6594697 commit d443119

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@oclif/plugin-command-snapshot": "^5.2.2",
1919
"@salesforce/cli-plugins-testkit": "^5.3.14",
20-
"@salesforce/dev-scripts": "^10.1.1",
20+
"@salesforce/dev-scripts": "^10.2.0",
2121
"@salesforce/plugin-command-reference": "^3.1.2",
2222
"@types/color-convert": "^2.0.3",
2323
"eslint-plugin-sf-plugin": "^1.18.5",

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,10 +1771,10 @@
17711771
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
17721772
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
17731773

1774-
"@salesforce/dev-scripts@^10.1.1":
1775-
version "10.1.1"
1776-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.1.1.tgz#b603d875a3351a39429a9ed63132241c69cfe2ef"
1777-
integrity sha512-q909yA7IkPpQ/LCCHFHL5u34ktKryXoOjflsxsTtnzvseYiLFUCmIBZsef7Vn/hwgIOyhcyCWoSpe7F6i8V6PQ==
1774+
"@salesforce/dev-scripts@^10.2.0":
1775+
version "10.2.0"
1776+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.0.tgz#85d7ab8b2b532d816c9a1c37a27281743c397bba"
1777+
integrity sha512-0Y423LwXRpJIc5fpoLSkY5zIZsQSqnhqIDkN2g93vJ28KKqwlJGdCf6qbQ6w404AbXoIhUM/xnMGY/+g6x+GEQ==
17781778
dependencies:
17791779
"@commitlint/cli" "^17.1.2"
17801780
"@commitlint/config-conventional" "^17.8.1"
@@ -7404,7 +7404,16 @@ static-eval@2.0.2:
74047404
dependencies:
74057405
escodegen "^1.8.1"
74067406

7407-
"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:
7407+
"string-width-cjs@npm:string-width@^4.2.0":
7408+
version "4.2.3"
7409+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7410+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7411+
dependencies:
7412+
emoji-regex "^8.0.0"
7413+
is-fullwidth-code-point "^3.0.0"
7414+
strip-ansi "^6.0.1"
7415+
7416+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
74087417
version "4.2.3"
74097418
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
74107419
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7472,7 +7481,14 @@ string_decoder@~1.1.1:
74727481
dependencies:
74737482
safe-buffer "~5.1.0"
74747483

7475-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7484+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7485+
version "6.0.1"
7486+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7487+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7488+
dependencies:
7489+
ansi-regex "^5.0.1"
7490+
7491+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
74767492
version "6.0.1"
74777493
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
74787494
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8045,7 +8061,7 @@ workerpool@6.2.1:
80458061
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
80468062
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
80478063

8048-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
8064+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
80498065
version "7.0.0"
80508066
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
80518067
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -8063,6 +8079,15 @@ wrap-ansi@^6.2.0:
80638079
string-width "^4.1.0"
80648080
strip-ansi "^6.0.0"
80658081

8082+
wrap-ansi@^7.0.0:
8083+
version "7.0.0"
8084+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
8085+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
8086+
dependencies:
8087+
ansi-styles "^4.0.0"
8088+
string-width "^4.1.0"
8089+
strip-ansi "^6.0.0"
8090+
80668091
wrap-ansi@^8.1.0:
80678092
version "8.1.0"
80688093
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)