Skip to content

Commit a246346

Browse files
Update dependency @visual-framework/vf-content to v1.6.17
1 parent 082dda9 commit a246346

2 files changed

Lines changed: 38 additions & 13 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@visual-framework/vf-cluster": "^1.0.2",
3838
"@visual-framework/vf-code-example": "1.3.0",
3939
"@visual-framework/vf-config": "1.0.1-alpha.0",
40-
"@visual-framework/vf-content": "1.6.16",
40+
"@visual-framework/vf-content": "1.6.17",
4141
"@visual-framework/vf-core": "2.2.45",
4242
"@visual-framework/vf-design-tokens": "3.6.4",
4343
"@visual-framework/vf-divider": "2.0.1",

yarn.lock

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,10 +1665,10 @@
16651665
"@visual-framework/vf-stack" "^3.0.0"
16661666
"@visual-framework/vf-u-fullbleed" "^1.2.2"
16671667

1668-
"@visual-framework/vf-blockquote@^1.2.7":
1669-
version "1.2.7"
1670-
resolved "https://registry.yarnpkg.com/@visual-framework/vf-blockquote/-/vf-blockquote-1.2.7.tgz#0a2563c9c559df29a65471f09406d7ee95469ada"
1671-
integrity sha512-PFZxEkNZ2i5fVjVPs+68scS8F7lT+FGoOGGZlcSeVhCXeKAa0yXsDtPDtmF4npUBsLyHeZql14DzoSBaUCjwfA==
1668+
"@visual-framework/vf-blockquote@^1.2.8":
1669+
version "1.2.8"
1670+
resolved "https://registry.yarnpkg.com/@visual-framework/vf-blockquote/-/vf-blockquote-1.2.8.tgz#a0b8b07e3f359188e33b311e5e276fc62f3a0ab5"
1671+
integrity sha512-XIcP3OGsvA1KKookX6qtfd6KBf09V6RY4Q1buRcNth1qmmNM3baw+P5dd04GmKhBfIjU7hyF/wzU8sSk0OHklg==
16721672
dependencies:
16731673
"@visual-framework/vf-profile" "^1.4.0"
16741674
"@visual-framework/vf-text" "^1.1.1"
@@ -1730,13 +1730,13 @@
17301730
resolved "https://registry.yarnpkg.com/@visual-framework/vf-config/-/vf-config-1.0.1-alpha.0.tgz#2dda99f7d2766c32cb46b321560ec15c8a3d55fe"
17311731
integrity sha512-T5XSohedN4OKxqA0n44V8xvpDMAz1zAW0TGa+2a1B3lMpAWAt5WVpG2tdOQknHDQQpq/K/YRxFySSXk+G7f8Ew==
17321732

1733-
"@visual-framework/vf-content@1.6.16":
1734-
version "1.6.16"
1735-
resolved "https://registry.yarnpkg.com/@visual-framework/vf-content/-/vf-content-1.6.16.tgz#f424c71e06cc99396dbaf16008a950741c5676f8"
1736-
integrity sha512-XAihipKTp+k4Lk2HZ84+TeKat6ido/kVhgaNJXWRry3sceCpORHB6Fd6a1+sJOyiuPH/c2V9OH9215h3A+FuXw==
1733+
"@visual-framework/vf-content@1.6.17":
1734+
version "1.6.17"
1735+
resolved "https://registry.yarnpkg.com/@visual-framework/vf-content/-/vf-content-1.6.17.tgz#58200db45ece6abfad9d26a7a61e0bcb2a583d40"
1736+
integrity sha512-aqp7YEUQHGsg58TJOfFdgGByy/TbMu3GP6+VF81SQoq6rnMr+gcS77TY1voTeHJNZO0tVL5CI2fljAGZtflmew==
17371737
dependencies:
17381738
"@visual-framework/vf-badge" "^3.0.3"
1739-
"@visual-framework/vf-blockquote" "^1.2.7"
1739+
"@visual-framework/vf-blockquote" "^1.2.8"
17401740
"@visual-framework/vf-box" "^2.4.0"
17411741
"@visual-framework/vf-button" "^3.0.1"
17421742
"@visual-framework/vf-divider" "^2.0.1"
@@ -10392,7 +10392,7 @@ streamx@^2.12.5:
1039210392
optionalDependencies:
1039310393
bare-events "^2.2.0"
1039410394

10395-
"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.2, string-width@^4.2.3:
10395+
"string-width-cjs@npm:string-width@^4.2.0":
1039610396
version "4.2.3"
1039710397
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1039810398
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -10427,6 +10427,15 @@ string-width@^3.0.0:
1042710427
is-fullwidth-code-point "^2.0.0"
1042810428
strip-ansi "^5.1.0"
1042910429

10430+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
10431+
version "4.2.3"
10432+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
10433+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10434+
dependencies:
10435+
emoji-regex "^8.0.0"
10436+
is-fullwidth-code-point "^3.0.0"
10437+
strip-ansi "^6.0.1"
10438+
1043010439
string-width@^5.0.1, string-width@^5.1.2:
1043110440
version "5.1.2"
1043210441
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -10474,7 +10483,7 @@ stringify-entities@^1.0.1:
1047410483
is-alphanumerical "^1.0.0"
1047510484
is-hexadecimal "^1.0.0"
1047610485

10477-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10486+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1047810487
version "6.0.1"
1047910488
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1048010489
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -10502,6 +10511,13 @@ strip-ansi@^5.1.0, strip-ansi@^5.2.0:
1050210511
dependencies:
1050310512
ansi-regex "^4.1.0"
1050410513

10514+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10515+
version "6.0.1"
10516+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
10517+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10518+
dependencies:
10519+
ansi-regex "^5.0.1"
10520+
1050510521
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
1050610522
version "7.1.0"
1050710523
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -11650,7 +11666,7 @@ wordwrap@^1.0.0:
1165011666
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
1165111667
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
1165211668

11653-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
11669+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1165411670
version "7.0.0"
1165511671
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1165611672
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -11676,6 +11692,15 @@ wrap-ansi@^6.2.0:
1167611692
string-width "^4.1.0"
1167711693
strip-ansi "^6.0.0"
1167811694

11695+
wrap-ansi@^7.0.0:
11696+
version "7.0.0"
11697+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
11698+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
11699+
dependencies:
11700+
ansi-styles "^4.0.0"
11701+
string-width "^4.1.0"
11702+
strip-ansi "^6.0.0"
11703+
1167911704
wrap-ansi@^8.1.0:
1168011705
version "8.1.0"
1168111706
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)