Skip to content

Commit 63010ed

Browse files
chore(deps): update dependency wrap-ansi to v9
1 parent fadedc9 commit 63010ed

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@
8383
"unbuild": "^2.0.0"
8484
},
8585
"resolutions": {
86-
"wrap-ansi": "7.0.0"
86+
"wrap-ansi": "9.0.0"
8787
}
8888
}

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8319,14 +8319,14 @@ wordwrap@^1.0.0:
83198319
string-width "^4.1.0"
83208320
strip-ansi "^6.0.0"
83218321

8322-
wrap-ansi@7.0.0, wrap-ansi@^7.0.0, wrap-ansi@^8.1.0, wrap-ansi@^9.0.0:
8323-
version "7.0.0"
8324-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
8325-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
8322+
wrap-ansi@9.0.0, wrap-ansi@^7.0.0, wrap-ansi@^8.1.0, wrap-ansi@^9.0.0:
8323+
version "9.0.0"
8324+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.0.tgz#1a3dc8b70d85eeb8398ddfb1e4a02cd186e58b3e"
8325+
integrity sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==
83268326
dependencies:
8327-
ansi-styles "^4.0.0"
8328-
string-width "^4.1.0"
8329-
strip-ansi "^6.0.0"
8327+
ansi-styles "^6.2.1"
8328+
string-width "^7.0.0"
8329+
strip-ansi "^7.1.0"
83308330

83318331
wrappy@1:
83328332
version "1.0.2"

0 commit comments

Comments
 (0)