Skip to content

Commit d0d2fcb

Browse files
build(deps): bump string-width from 8.1.1 to 8.2.0
Bumps [string-width](https://github.com/sindresorhus/string-width) from 8.1.1 to 8.2.0. - [Release notes](https://github.com/sindresorhus/string-width/releases) - [Commits](sindresorhus/string-width@v8.1.1...v8.2.0) --- updated-dependencies: - dependency-name: string-width dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 92044d4 commit d0d2fcb

2 files changed

Lines changed: 17 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"devlop": "1.1.0",
146146
"grapheme-splitter": "1.0.4",
147147
"micromark-util-character": "2.1.1",
148-
"string-width": "8.1.1"
148+
"string-width": "8.2.0"
149149
},
150150
"devDependencies": {
151151
"@arethetypeswrong/cli": "0.18.2",

yarn.lock

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1982,7 +1982,7 @@ __metadata:
19821982
remark: "npm:15.0.1"
19831983
remark-cli: "npm:12.0.1"
19841984
sh-syntax: "npm:0.5.8"
1985-
string-width: "npm:8.1.1"
1985+
string-width: "npm:8.2.0"
19861986
trash-cli: "npm:7.2.0"
19871987
ts-dedent: "npm:2.2.0"
19881988
typescript: "npm:5.9.3"
@@ -5907,13 +5907,20 @@ __metadata:
59075907
languageName: node
59085908
linkType: hard
59095909

5910-
"get-east-asian-width@npm:^1.0.0, get-east-asian-width@npm:^1.3.0":
5910+
"get-east-asian-width@npm:^1.0.0":
59115911
version: 1.4.0
59125912
resolution: "get-east-asian-width@npm:1.4.0"
59135913
checksum: 10/c9ae85bfc2feaf4cc71cdb236e60f1757ae82281964c206c6aa89a25f1987d326ddd8b0de9f9ccd56e37711b9fcd988f7f5137118b49b0b45e19df93c3be8f45
59145914
languageName: node
59155915
linkType: hard
59165916

5917+
"get-east-asian-width@npm:^1.5.0":
5918+
version: 1.5.0
5919+
resolution: "get-east-asian-width@npm:1.5.0"
5920+
checksum: 10/60bc34cd1e975055ab99f0f177e31bed3e516ff7cee9c536474383954a976abaa6b94a51d99ad158ef1e372790fa096cab7d07f166bb0778f6587954c0fbe946
5921+
languageName: node
5922+
linkType: hard
5923+
59175924
"get-intrinsic@npm:^1.1.3, get-intrinsic@npm:^1.2.4, get-intrinsic@npm:^1.2.5, get-intrinsic@npm:^1.2.6, get-intrinsic@npm:^1.2.7, get-intrinsic@npm:^1.3.0":
59185925
version: 1.3.0
59195926
resolution: "get-intrinsic@npm:1.3.0"
@@ -10639,13 +10646,13 @@ __metadata:
1063910646
languageName: node
1064010647
linkType: hard
1064110648

10642-
"string-width@npm:8.1.1":
10643-
version: 8.1.1
10644-
resolution: "string-width@npm:8.1.1"
10649+
"string-width@npm:8.2.0":
10650+
version: 8.2.0
10651+
resolution: "string-width@npm:8.2.0"
1064510652
dependencies:
10646-
get-east-asian-width: "npm:^1.3.0"
10647-
strip-ansi: "npm:^7.1.0"
10648-
checksum: 10/65efd6279165c846bb9c9b5f815821fc67695e4f71c713a288a570a926ed5b7594c8c75bd46baba040448a3625b81853017858f2293ca6a08dcf13037df5a728
10653+
get-east-asian-width: "npm:^1.5.0"
10654+
strip-ansi: "npm:^7.1.2"
10655+
checksum: 10/c4f62877ec08fca155e84a260eb4f58f473cfe5169bd1c1e21ffb563d8e0b7f6d705cc3d250f2ed6bb4f30ee9732ad026f54afaac77aa487e3d1dc1b1969e51b
1064910656
languageName: node
1065010657
linkType: hard
1065110658

@@ -10737,7 +10744,7 @@ __metadata:
1073710744
languageName: node
1073810745
linkType: hard
1073910746

10740-
"strip-ansi@npm:^7.0.0, strip-ansi@npm:^7.0.1, strip-ansi@npm:^7.1.0":
10747+
"strip-ansi@npm:^7.0.0, strip-ansi@npm:^7.0.1, strip-ansi@npm:^7.1.0, strip-ansi@npm:^7.1.2":
1074110748
version: 7.1.2
1074210749
resolution: "strip-ansi@npm:7.1.2"
1074310750
dependencies:

0 commit comments

Comments
 (0)