Skip to content

Commit 201f868

Browse files
committed
fix: string-width dev dep
1 parent 72095a8 commit 201f868

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@
6161
"@salesforce/ts-sinon": "^1.4.30",
6262
"@types/debug": "^4.1.12",
6363
"ts-node": "^10.9.2",
64-
"typescript": "^5.7.2"
65-
},
66-
"resolutions": {
64+
"typescript": "^5.7.2",
6765
"string-width": "^4.2.3"
6866
},
6967
"config": {},

yarn.lock

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1765,6 +1765,11 @@ dot-prop@^5.1.0:
17651765
dependencies:
17661766
is-obj "^2.0.0"
17671767

1768+
eastasianwidth@^0.2.0:
1769+
version "0.2.0"
1770+
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
1771+
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
1772+
17681773
17691774
version "1.0.11"
17701775
resolved "https://registry.yarnpkg.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz#ae0f0fa2d85045ef14a817daa3ce9acd0489e5bf"
@@ -1782,6 +1787,11 @@ emoji-regex@^8.0.0:
17821787
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
17831788
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
17841789

1790+
emoji-regex@^9.2.2:
1791+
version "9.2.2"
1792+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
1793+
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
1794+
17851795
end-of-stream@^1.1.0:
17861796
version "1.4.4"
17871797
resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0"
@@ -4630,7 +4640,7 @@ srcset@^5.0.0:
46304640
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
46314641
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
46324642

4633-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3, string-width@^5.0.1, string-width@^5.1.2:
4643+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
46344644
version "4.2.3"
46354645
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
46364646
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4639,6 +4649,15 @@ srcset@^5.0.0:
46394649
is-fullwidth-code-point "^3.0.0"
46404650
strip-ansi "^6.0.1"
46414651

4652+
string-width@^5.0.1, string-width@^5.1.2:
4653+
version "5.1.2"
4654+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
4655+
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
4656+
dependencies:
4657+
eastasianwidth "^0.2.0"
4658+
emoji-regex "^9.2.2"
4659+
strip-ansi "^7.0.1"
4660+
46424661
string.prototype.trim@^1.2.8:
46434662
version "1.2.8"
46444663
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz#f9ac6f8af4bd55ddfa8895e6aea92a96395393bd"

0 commit comments

Comments
 (0)