Skip to content

Commit

Permalink
Update dependency @visual-framework/vf-content to v1.6.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 082dda9 commit a246346
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@visual-framework/vf-cluster": "^1.0.2",
"@visual-framework/vf-code-example": "1.3.0",
"@visual-framework/vf-config": "1.0.1-alpha.0",
"@visual-framework/vf-content": "1.6.16",
"@visual-framework/vf-content": "1.6.17",
"@visual-framework/vf-core": "2.2.45",
"@visual-framework/vf-design-tokens": "3.6.4",
"@visual-framework/vf-divider": "2.0.1",
Expand Down
49 changes: 37 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1665,10 +1665,10 @@
"@visual-framework/vf-stack" "^3.0.0"
"@visual-framework/vf-u-fullbleed" "^1.2.2"

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

"@visual-framework/[email protected].16":
version "1.6.16"
resolved "https://registry.yarnpkg.com/@visual-framework/vf-content/-/vf-content-1.6.16.tgz#f424c71e06cc99396dbaf16008a950741c5676f8"
integrity sha512-XAihipKTp+k4Lk2HZ84+TeKat6ido/kVhgaNJXWRry3sceCpORHB6Fd6a1+sJOyiuPH/c2V9OH9215h3A+FuXw==
"@visual-framework/[email protected].17":
version "1.6.17"
resolved "https://registry.yarnpkg.com/@visual-framework/vf-content/-/vf-content-1.6.17.tgz#58200db45ece6abfad9d26a7a61e0bcb2a583d40"
integrity sha512-aqp7YEUQHGsg58TJOfFdgGByy/TbMu3GP6+VF81SQoq6rnMr+gcS77TY1voTeHJNZO0tVL5CI2fljAGZtflmew==
dependencies:
"@visual-framework/vf-badge" "^3.0.3"
"@visual-framework/vf-blockquote" "^1.2.7"
"@visual-framework/vf-blockquote" "^1.2.8"
"@visual-framework/vf-box" "^2.4.0"
"@visual-framework/vf-button" "^3.0.1"
"@visual-framework/vf-divider" "^2.0.1"
Expand Down Expand Up @@ -10392,7 +10392,7 @@ streamx@^2.12.5:
optionalDependencies:
bare-events "^2.2.0"

"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:
"string-width-cjs@npm:string-width@^4.2.0":
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
Expand Down Expand Up @@ -10427,6 +10427,15 @@ string-width@^3.0.0:
is-fullwidth-code-point "^2.0.0"
strip-ansi "^5.1.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:
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
dependencies:
emoji-regex "^8.0.0"
is-fullwidth-code-point "^3.0.0"
strip-ansi "^6.0.1"

string-width@^5.0.1, string-width@^5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
Expand Down Expand Up @@ -10474,7 +10483,7 @@ stringify-entities@^1.0.1:
is-alphanumerical "^1.0.0"
is-hexadecimal "^1.0.0"

"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
Expand Down Expand Up @@ -10502,6 +10511,13 @@ strip-ansi@^5.1.0, strip-ansi@^5.2.0:
dependencies:
ansi-regex "^4.1.0"

strip-ansi@^6.0.0, strip-ansi@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
dependencies:
ansi-regex "^5.0.1"

strip-ansi@^7.0.1, strip-ansi@^7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
Expand Down Expand Up @@ -11650,7 +11666,7 @@ wordwrap@^1.0.0:
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==

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

wrap-ansi@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
dependencies:
ansi-styles "^4.0.0"
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
Expand Down

0 comments on commit a246346

Please sign in to comment.