diff --git a/package.json b/package.json index db22b50..03be7be 100644 --- a/package.json +++ b/package.json @@ -24,9 +24,9 @@ "@easyops-cn/docusaurus-search-local": "^0.35.0", "@mdx-js/react": "^1.6.22", "@next-core/brick-manifest": "^0.5.1", - "@next-core/doc-helpers": "^0.2.2", + "@next-core/doc-helpers": "^0.2.3", "@next-core/monaco-contributions": "^0.3.2", - "@next-core/preview": "^0.2.14", + "@next-core/preview": "^0.2.15", "clsx": "^1.2.1", "copy-to-clipboard": "^3.3.3", "monaco-editor": "^0.40.0", diff --git a/yarn.lock b/yarn.lock index eb5368f..9afdbb9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1873,13 +1873,13 @@ resolved "https://registry.yarnpkg.com/@next-core/brick-manifest/-/brick-manifest-0.5.1.tgz#446973b6c80b80eae3fe04c766cce8363c1e4210" integrity sha512-+RxfczyqIUJ+FRrOAXdvjP/zxrk1QsPp/uCky12IrOA6dFtmU9LgmWNkl6rCEDjg2d2IH6dSa5isSzxlsj6K9g== -"@next-core/doc-helpers@^0.2.2": - version "0.2.2" - resolved "https://registry.yarnpkg.com/@next-core/doc-helpers/-/doc-helpers-0.2.2.tgz#011a6b0097b115b213cae18feccdcec49a02b451" - integrity sha512-+1830c93qkl9qsmRvQsoLFAgq30bPjdL6LdqkcpBvkuo3G8J0hKu0gm2MrTZhvwijCU3zwFDMRsxWbVILRjV4A== +"@next-core/doc-helpers@^0.2.3": + version "0.2.3" + resolved "https://registry.yarnpkg.com/@next-core/doc-helpers/-/doc-helpers-0.2.3.tgz#4b72b2375c1c950c410e03fd888ad7700fe20f0c" + integrity sha512-lzdvmjRXhE52CEMyDmS+7J5TzS5bSTG9++XDIQjaKxVeSK7ZSXanQKmMdVGUeTH25Px0uwWbbRrPxs0PpJ9C8g== dependencies: "@next-core/brick-manifest" "^0.5.1" - fast-xml-parser "^4.2.7" + fast-xml-parser "^4.3.2" js-yaml "^3.14.1" prettier "^3.0.3" @@ -1888,10 +1888,10 @@ resolved "https://registry.yarnpkg.com/@next-core/monaco-contributions/-/monaco-contributions-0.3.2.tgz#dfa60030a1e154f7ce857ddf0a9a9756b5c6b305" integrity sha512-+L8KkGBgvEMXl0NY3JjCghETgGg/s2clGB0xVZB5hrG4WLU87T0Vn8kyrxgtvHnR0nuZSGnYvPkctA3sJKyIRA== -"@next-core/preview@^0.2.14": - version "0.2.14" - resolved "https://registry.yarnpkg.com/@next-core/preview/-/preview-0.2.14.tgz#4ad7d2e12dbf0eed9faa9a84fc3202078e5394ea" - integrity sha512-lk6rYBa6D9OFO8tYv72HrDZ8O1RMPcY2V1OFQ3pDYGdCWUEDUQh4woo53QXdSefw48dz0gfDiAleWHGchhzzAg== +"@next-core/preview@^0.2.15": + version "0.2.16" + resolved "https://registry.yarnpkg.com/@next-core/preview/-/preview-0.2.16.tgz#4b30f3c2cf9b2503a659f59aba0c3a01046ee06a" + integrity sha512-ietOHU+LxPCXBCF63SQtPyEhGHsgpreSw9dybdysESXydQl8oLQXcfNoHiuK6QrUwvOwH7bQcYruSAKIaD77Gw== "@node-rs/jieba-android-arm-eabi@1.7.0": version "1.7.0" @@ -4437,10 +4437,10 @@ fast-url-parser@1.1.3: dependencies: punycode "^1.3.2" -fast-xml-parser@^4.2.7: - version "4.2.7" - resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.2.7.tgz#871f2ca299dc4334b29f8da3658c164e68395167" - integrity sha512-J8r6BriSLO1uj2miOk1NW0YVm8AGOOu3Si2HQp/cSmo6EA4m3fcwu2WKjJ4RK9wMLBtg69y1kS8baDiQBR41Ig== +fast-xml-parser@^4.3.2: + version "4.3.2" + resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz#761e641260706d6e13251c4ef8e3f5694d4b0d79" + integrity sha512-rmrXUXwbJedoXkStenj1kkljNF7ugn5ZjR9FJcwmCfcCbtOMDghPajbc+Tck6vE6F5XsDmx+Pr2le9fw8+pXBg== dependencies: strnum "^1.0.5"