Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"devlop": "1.1.0",
"grapheme-splitter": "1.0.4",
"micromark-util-character": "2.1.1",
"string-width": "8.1.1"
"string-width": "8.2.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1982,7 +1982,7 @@ __metadata:
remark: "npm:15.0.1"
remark-cli: "npm:12.0.1"
sh-syntax: "npm:0.5.8"
string-width: "npm:8.1.1"
string-width: "npm:8.2.0"
trash-cli: "npm:7.2.0"
ts-dedent: "npm:2.2.0"
typescript: "npm:5.9.3"
Expand Down Expand Up @@ -5907,10 +5907,10 @@ __metadata:
languageName: node
linkType: hard

"get-east-asian-width@npm:^1.0.0, get-east-asian-width@npm:^1.3.0":
version: 1.4.0
resolution: "get-east-asian-width@npm:1.4.0"
checksum: 10/c9ae85bfc2feaf4cc71cdb236e60f1757ae82281964c206c6aa89a25f1987d326ddd8b0de9f9ccd56e37711b9fcd988f7f5137118b49b0b45e19df93c3be8f45
"get-east-asian-width@npm:^1.0.0, get-east-asian-width@npm:^1.5.0":
version: 1.5.0
resolution: "get-east-asian-width@npm:1.5.0"
checksum: 10/60bc34cd1e975055ab99f0f177e31bed3e516ff7cee9c536474383954a976abaa6b94a51d99ad158ef1e372790fa096cab7d07f166bb0778f6587954c0fbe946
languageName: node
linkType: hard

Expand Down Expand Up @@ -10639,13 +10639,13 @@ __metadata:
languageName: node
linkType: hard

"string-width@npm:8.1.1":
version: 8.1.1
resolution: "string-width@npm:8.1.1"
"string-width@npm:8.2.0":
version: 8.2.0
resolution: "string-width@npm:8.2.0"
dependencies:
get-east-asian-width: "npm:^1.3.0"
strip-ansi: "npm:^7.1.0"
checksum: 10/65efd6279165c846bb9c9b5f815821fc67695e4f71c713a288a570a926ed5b7594c8c75bd46baba040448a3625b81853017858f2293ca6a08dcf13037df5a728
get-east-asian-width: "npm:^1.5.0"
strip-ansi: "npm:^7.1.2"
checksum: 10/c4f62877ec08fca155e84a260eb4f58f473cfe5169bd1c1e21ffb563d8e0b7f6d705cc3d250f2ed6bb4f30ee9732ad026f54afaac77aa487e3d1dc1b1969e51b
languageName: node
linkType: hard

Expand Down Expand Up @@ -10737,7 +10737,7 @@ __metadata:
languageName: node
linkType: hard

"strip-ansi@npm:^7.0.0, strip-ansi@npm:^7.0.1, strip-ansi@npm:^7.1.0":
"strip-ansi@npm:^7.0.0, strip-ansi@npm:^7.0.1, strip-ansi@npm:^7.1.0, strip-ansi@npm:^7.1.2":
version: 7.1.2
resolution: "strip-ansi@npm:7.1.2"
dependencies:
Expand Down
Loading