diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-10-28 13:26:02 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-10-28 13:26:02 -0400 |
| commit | e53780c2de8be7a44d8ffd5147397499d0c322fd (patch) | |
| tree | c1a7538eda5ff1a1d80506790205ff43b6699d77 | |
| parent | c5b5f9997358a0564cf22db3b71f0837a5b667ec (diff) | |
| download | xesite-e53780c2de8be7a44d8ffd5147397499d0c322fd.tar.xz xesite-e53780c2de8be7a44d8ffd5147397499d0c322fd.zip | |
try to use lume development
Signed-off-by: Xe Iaso <me@xeiaso.net>
| -rw-r--r-- | lume/_config.ts | 22 | ||||
| -rw-r--r-- | lume/deno.json | 2 | ||||
| -rw-r--r-- | lume/deno.lock | 1145 | ||||
| -rw-r--r-- | lume/src/_includes/blog.njk | 2 |
4 files changed, 462 insertions, 709 deletions
diff --git a/lume/_config.ts b/lume/_config.ts index 0e11c3d..c01a440 100644 --- a/lume/_config.ts +++ b/lume/_config.ts @@ -5,10 +5,13 @@ import date from "lume/plugins/date.ts"; import esbuild from "lume/plugins/esbuild.ts"; import feed from "lume/plugins/feed.ts"; import mdx from "lume/plugins/mdx.ts"; -import pagefind from "lume/plugins/pagefind.ts"; import tailwindcss from "lume/plugins/tailwindcss.ts"; import postcss from "lume/plugins/postcss.ts"; import sitemap from "lume/plugins/sitemap.ts"; +import readInfo from "lume/plugins/reading_info.ts"; + +//import pagefind from "lume/plugins/pagefind.ts"; +//import _ from "npm:@pagefind/linux-x64"; import tailwindOptions from "./tailwind.config.js"; @@ -73,13 +76,13 @@ site.use(mdx({ rehypePrism, ], })); -site.use(pagefind({ - indexing: { - bundleDirectory: "_pagefind", - glob: "**/*.html", - rootObject: "article", - }, -})); +// site.use(pagefind({ +// indexing: { +// bundleDirectory: "_pagefind", +// glob: "**/*.html", +// rootObject: "article", +// }, +// })); site.use(tailwindcss({ extensions: [".mdx", ".jsx", ".tsx", ".md", ".html", ".njx"], options: tailwindOptions, @@ -88,5 +91,8 @@ site.use(postcss()); site.use(sitemap({ query: "index=true", })); +site.use(readInfo({ + extensions: [".md", ".mdx"], +})); export default site; diff --git a/lume/deno.json b/lume/deno.json index 466d0af..e97043c 100644 --- a/lume/deno.json +++ b/lume/deno.json @@ -9,6 +9,6 @@ "serve": "deno task lume -s" }, "imports": { - "lume/": "https://deno.land/x/lume@v1.18.5/" + "lume/": "https://cdn.jsdelivr.net/gh/lumeland/lume@fbcccbe251bfb7e1c9add5264a3b12cf70218b5d/" } } diff --git a/lume/deno.lock b/lume/deno.lock index e4946d9..722eb1e 100644 --- a/lume/deno.lock +++ b/lume/deno.lock @@ -3,35 +3,29 @@ "packages": { "specifiers": { "npm:@mdx-js/mdx@2.3.0": "npm:@mdx-js/mdx@2.3.0", - "npm:@tailwindcss/forms": "npm:@tailwindcss/forms@0.5.6_tailwindcss@3.3.3__postcss@8.4.29", - "npm:@tailwindcss/typography": "npm:@tailwindcss/typography@0.5.10_tailwindcss@3.3.3__postcss@8.4.29", - "npm:@types/nunjucks@3.2.3": "npm:@types/nunjucks@3.2.3", + "npm:@tailwindcss/forms": "npm:@tailwindcss/forms@0.5.6_tailwindcss@3.3.5__postcss@8.4.31", + "npm:@tailwindcss/typography": "npm:@tailwindcss/typography@0.5.10_tailwindcss@3.3.5__postcss@8.4.31", + "npm:@types/nunjucks@3.2.5": "npm:@types/nunjucks@3.2.5", "npm:@types/react-dom@18.2.7": "npm:@types/react-dom@18.2.7", - "npm:@types/react@18.2.18": "npm:@types/react@18.2.18", - "npm:autoprefixer@10.4.15": "npm:autoprefixer@10.4.15_postcss@8.4.29", + "npm:@types/react@18.2.22": "npm:@types/react@18.2.22", + "npm:autoprefixer@10.4.16": "npm:autoprefixer@10.4.16_postcss@8.4.31", "npm:date-fns@2.30.0": "npm:date-fns@2.30.0", "npm:hls.js": "npm:hls.js@1.4.12", - "npm:markdown-it-attrs@4.1.6": "npm:markdown-it-attrs@4.1.6_markdown-it@13.0.1", + "npm:markdown-it-attrs@4.1.6": "npm:markdown-it-attrs@4.1.6_markdown-it@13.0.2", "npm:markdown-it-deflist@2.1.0": "npm:markdown-it-deflist@2.1.0", - "npm:markdown-it@13.0.1": "npm:markdown-it@13.0.1", + "npm:markdown-it@13.0.2": "npm:markdown-it@13.0.2", "npm:nunjucks@3.2.4": "npm:nunjucks@3.2.4", - "npm:postcss-import@15.1.0": "npm:postcss-import@15.1.0_postcss@8.4.29", - "npm:postcss-nesting@12.0.1": "npm:postcss-nesting@12.0.1_postcss@8.4.29_postcss-selector-parser@6.0.13", - "npm:postcss@8.4.29": "npm:postcss@8.4.29", + "npm:postcss-import@15.1.0": "npm:postcss-import@15.1.0_postcss@8.4.31", + "npm:postcss-nesting@12.0.1": "npm:postcss-nesting@12.0.1_postcss@8.4.31_postcss-selector-parser@6.0.13", + "npm:postcss@8.4.31": "npm:postcss@8.4.31", "npm:preact": "npm:preact@10.18.1", - "npm:preact-render-to-string@6.2.1": "npm:preact-render-to-string@6.2.1_preact@10.17.1", - "npm:preact@10.17.1": "npm:preact@10.17.1", + "npm:preact-render-to-string@6.2.2": "npm:preact-render-to-string@6.2.2_preact@10.18.1", + "npm:preact@10.18.1": "npm:preact@10.18.1", "npm:react-dom@18.2.0": "npm:react-dom@18.2.0_react@18.2.0", "npm:react@18.2.0": "npm:react@18.2.0", "npm:rehype-prism-plus": "npm:rehype-prism-plus@1.6.3", - "npm:rehype-raw@7.0.0": "npm:rehype-raw@7.0.0", - "npm:rehype-sanitize@6.0.0": "npm:rehype-sanitize@6.0.0", - "npm:rehype-stringify@10.0.0": "npm:rehype-stringify@10.0.0", "npm:remark-gfm@3.0.1": "npm:remark-gfm@3.0.1", - "npm:remark-parse@10.0.2": "npm:remark-parse@10.0.2", - "npm:remark-rehype@10.1.0": "npm:remark-rehype@10.1.0", - "npm:tailwindcss@3.3.3": "npm:tailwindcss@3.3.3_postcss@8.4.29", - "npm:unified@11.0.2": "npm:unified@11.0.2" + "npm:tailwindcss@3.3.5": "npm:tailwindcss@3.3.5_postcss@8.4.31" }, "npm": { "@alloc/quick-lru@5.2.0": { @@ -117,21 +111,21 @@ "fastq": "fastq@1.15.0" } }, - "@tailwindcss/forms@0.5.6_tailwindcss@3.3.3__postcss@8.4.29": { + "@tailwindcss/forms@0.5.6_tailwindcss@3.3.5__postcss@8.4.31": { "integrity": "sha512-Fw+2BJ0tmAwK/w01tEFL5TiaJBX1NLT1/YbWgvm7ws3Qcn11kiXxzNTEQDMs5V3mQemhB56l3u0i9dwdzSQldA==", "dependencies": { "mini-svg-data-uri": "mini-svg-data-uri@1.4.4", - "tailwindcss": "tailwindcss@3.3.3_postcss@8.4.29" + "tailwindcss": "tailwindcss@3.3.5_postcss@8.4.31" } }, - "@tailwindcss/typography@0.5.10_tailwindcss@3.3.3__postcss@8.4.29": { + "@tailwindcss/typography@0.5.10_tailwindcss@3.3.5__postcss@8.4.31": { "integrity": "sha512-Pe8BuPJQJd3FfRnm6H0ulKIGoMEQS+Vq01R6M5aCrFB/ccR/shT+0kXLjouGC1gFLm9hopTFN+DMP0pfwRWzPw==", "dependencies": { "lodash.castarray": "lodash.castarray@4.4.0", "lodash.isplainobject": "lodash.isplainobject@4.0.6", "lodash.merge": "lodash.merge@4.6.2", "postcss-selector-parser": "postcss-selector-parser@6.0.10", - "tailwindcss": "tailwindcss@3.3.3_postcss@8.4.29" + "tailwindcss": "tailwindcss@3.3.5_postcss@8.4.31" } }, "@types/acorn@4.0.6": { @@ -162,24 +156,12 @@ "@types/unist": "@types/unist@2.0.9" } }, - "@types/hast@3.0.2": { - "integrity": "sha512-B5hZHgHsXvfCoO3xgNJvBnX7N8p86TqQeGKXcokW4XXi+qY4vxxPSFYofytvVmpFxzPv7oxDQzjg5Un5m2/xiw==", - "dependencies": { - "@types/unist": "@types/unist@3.0.1" - } - }, "@types/mdast@3.0.14": { "integrity": "sha512-gVZ04PGgw1qLZKsnWnyFv4ORnaJ+DXLdHTVSFbU8yX6xZ34Bjg4Q32yPkmveUP1yItXReKfB0Aknlh/3zxTKAw==", "dependencies": { "@types/unist": "@types/unist@2.0.9" } }, - "@types/mdast@4.0.2": { - "integrity": "sha512-tYR83EignvhYO9iU3kDg8V28M0jqyh9zzp5GV+EO+AYnyUl3P5ltkTeJuTiFZQFz670FSb3EwT/6LQdX+UdKfw==", - "dependencies": { - "@types/unist": "@types/unist@3.0.1" - } - }, "@types/mdx@2.0.9": { "integrity": "sha512-OKMdj17y8Cs+k1r0XFyp59ChSOwf8ODGtMQ4mnpfz5eFDk1aO41yN3pSKGuvVzmWAkFp37seubY1tzOVpwfWwg==", "dependencies": {} @@ -188,8 +170,8 @@ "integrity": "sha512-AuHIyzR5Hea7ij0P9q7vx7xu4z0C28ucwjAZC0ja7JhINyCnOw8/DnvAPQQ9TfOlCtZAmCERKQX9+o1mgQhuOQ==", "dependencies": {} }, - "@types/nunjucks@3.2.3": { - "integrity": "sha512-+lFIql0nbWSftazQ27cOYvSLC92SsfjxrU0I/Iys7hoxrBkN8OF+wmxxzx3bLFyFrLgDZ9lUckGcwldE4SfDQA==", + "@types/nunjucks@3.2.5": { + "integrity": "sha512-P9EakWGTqHpziLO9FMRm98LrVnPoipXGR/iAVF55xYa9SKQq7Brob/JTxGESwkhoNkL7fFvROdUOWNwTceELfw==", "dependencies": {} }, "@types/prismjs@1.26.2": { @@ -203,11 +185,11 @@ "@types/react-dom@18.2.7": { "integrity": "sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==", "dependencies": { - "@types/react": "@types/react@18.2.18" + "@types/react": "@types/react@18.2.22" } }, - "@types/react@18.2.18": { - "integrity": "sha512-da4NTSeBv/P34xoZPhtcLkmZuJ+oYaCxHmyHzwaDQo9RQPBeXV+06gEk2FpqEcsX9XrnNLvRpVh6bdavDSjtiQ==", + "@types/react@18.2.22": { + "integrity": "sha512-60fLTOLqzarLED2O3UQImc/lsNRgG0jE/a1mPW9KjMemY0LMITWEsbS4VvZ4p6rorEHd5YKxxmMKSDK505GHpA==", "dependencies": { "@types/prop-types": "@types/prop-types@15.7.9", "@types/scheduler": "@types/scheduler@0.16.5", @@ -222,26 +204,18 @@ "integrity": "sha512-zC0iXxAv1C1ERURduJueYzkzZ2zaGyc+P2c95hgkikHPr3z8EdUZOlgEQ5X0DRmwDZn+hekycQnoeiiRVrmilQ==", "dependencies": {} }, - "@types/unist@3.0.1": { - "integrity": "sha512-ue/hDUpPjC85m+PM9OQDMZr3LywT+CT6mPsQq8OJtCLiERkGRcQUFvu9XASF5XWqyZFXbf15lvb3JFJ4dRLWPg==", - "dependencies": {} - }, - "@ungap/structured-clone@1.2.0": { - "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", - "dependencies": {} - }, "a-sync-waterfall@1.0.1": { "integrity": "sha512-RYTOHHdWipFUliRFMCS4X2Yn2X8M87V/OpSqWzKKOGhzqyUxzyVmhHDH9sAvG+ZuQf/TAOFsLCpMw09I1ufUnA==", "dependencies": {} }, - "acorn-jsx@5.3.2_acorn@8.10.0": { + "acorn-jsx@5.3.2_acorn@8.11.2": { "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", "dependencies": { - "acorn": "acorn@8.10.0" + "acorn": "acorn@8.11.2" } }, - "acorn@8.10.0": { - "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==", + "acorn@8.11.2": { + "integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==", "dependencies": {} }, "any-promise@1.3.0": { @@ -271,15 +245,15 @@ "integrity": "sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==", "dependencies": {} }, - "autoprefixer@10.4.15_postcss@8.4.29": { - "integrity": "sha512-KCuPB8ZCIqFdA4HwKXsvz7j6gvSDNhDP7WnUjBleRkKjPdvCmHFuQ77ocavI8FT6NdvlBnE2UFr2H4Mycn8Vew==", + "autoprefixer@10.4.16_postcss@8.4.31": { + "integrity": "sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==", "dependencies": { "browserslist": "browserslist@4.22.1", - "caniuse-lite": "caniuse-lite@1.0.30001551", + "caniuse-lite": "caniuse-lite@1.0.30001555", "fraction.js": "fraction.js@4.3.7", "normalize-range": "normalize-range@0.1.2", "picocolors": "picocolors@1.0.0", - "postcss": "postcss@8.4.29", + "postcss": "postcss@8.4.31", "postcss-value-parser": "postcss-value-parser@4.2.0" } }, @@ -311,8 +285,8 @@ "browserslist@4.22.1": { "integrity": "sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==", "dependencies": { - "caniuse-lite": "caniuse-lite@1.0.30001551", - "electron-to-chromium": "electron-to-chromium@1.4.563", + "caniuse-lite": "caniuse-lite@1.0.30001555", + "electron-to-chromium": "electron-to-chromium@1.4.569", "node-releases": "node-releases@2.0.13", "update-browserslist-db": "update-browserslist-db@1.0.13_browserslist@4.22.1" } @@ -321,8 +295,8 @@ "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", "dependencies": {} }, - "caniuse-lite@1.0.30001551": { - "integrity": "sha512-vtBAez47BoGMMzlbYhfXrMV1kvRF2WP/lqiMuDu1Sb4EE4LKEgjopFDSRtZfdVnslNRpOqV/woE+Xgrwj6VQlg==", + "caniuse-lite@1.0.30001555": { + "integrity": "sha512-NzbUFKUnJ3DTcq6YyZB6+qqhfD112uR3uoEnkmfzm2wVzUNsFkU7AwBjKQ654Sp5cau0JxhFyRSn/tQZ+XfygA==", "dependencies": {} }, "ccount@2.0.1": { @@ -404,12 +378,6 @@ "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", "dependencies": {} }, - "devlop@1.1.0": { - "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", - "dependencies": { - "dequal": "dequal@2.0.3" - } - }, "didyoumean@1.2.2": { "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", "dependencies": {} @@ -422,18 +390,14 @@ "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", "dependencies": {} }, - "electron-to-chromium@1.4.563": { - "integrity": "sha512-dg5gj5qOgfZNkPNeyKBZQAQitIQ/xwfIDmEQJHCbXaD9ebTZxwJXUsDYcBlAvZGZLi+/354l35J1wkmP6CqYaw==", + "electron-to-chromium@1.4.569": { + "integrity": "sha512-LsrJjZ0IbVy12ApW3gpYpcmHS3iRxH4bkKOW98y1/D+3cvDUWGcbzbsFinfUS8knpcZk/PG/2p/RnkMCYN7PVg==", "dependencies": {} }, "entities@3.0.1": { "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==", "dependencies": {} }, - "entities@4.5.0": { - "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", - "dependencies": {} - }, "escalade@3.1.1": { "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", "dependencies": {} @@ -564,57 +528,12 @@ "web-namespaces": "web-namespaces@2.0.1" } }, - "hast-util-from-parse5@8.0.1": { - "integrity": "sha512-Er/Iixbc7IEa7r/XLtuG52zoqn/b3Xng/w6aZQ0xGVxzhw5xUFxcRqdPzP6yFi/4HBYRaifaI5fQ1RH8n0ZeOQ==", - "dependencies": { - "@types/hast": "@types/hast@3.0.2", - "@types/unist": "@types/unist@3.0.1", - "devlop": "devlop@1.1.0", - "hastscript": "hastscript@8.0.0", - "property-information": "property-information@6.3.0", - "vfile": "vfile@6.0.1", - "vfile-location": "vfile-location@5.0.2", - "web-namespaces": "web-namespaces@2.0.1" - } - }, "hast-util-parse-selector@3.1.1": { "integrity": "sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA==", "dependencies": { "@types/hast": "@types/hast@2.3.7" } }, - "hast-util-parse-selector@4.0.0": { - "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==", - "dependencies": { - "@types/hast": "@types/hast@3.0.2" - } - }, - "hast-util-raw@9.0.1": { - "integrity": "sha512-5m1gmba658Q+lO5uqL5YNGQWeh1MYWZbZmWrM5lncdcuiXuo5E2HT/CIOp0rLF8ksfSwiCVJ3twlgVRyTGThGA==", - "dependencies": { - "@types/hast": "@types/hast@3.0.2", - "@types/unist": "@types/unist@3.0.1", - "@ungap/structured-clone": "@ungap/structured-clone@1.2.0", - "hast-util-from-parse5": "hast-util-from-parse5@8.0.1", - "hast-util-to-parse5": "hast-util-to-parse5@8.0.0", - "html-void-elements": "html-void-elements@3.0.0", - "mdast-util-to-hast": "mdast-util-to-hast@13.0.2", - "parse5": "parse5@7.1.2", - "unist-util-position": "unist-util-position@5.0.0", - "unist-util-visit": "unist-util-visit@5.0.0", - "vfile": "vfile@6.0.1", - "web-namespaces": "web-namespaces@2.0.1", - "zwitch": "zwitch@2.0.4" - } - }, - "hast-util-sanitize@5.0.0": { - "integrity": "sha512-L0g/qhOA82zG2hA3O29hnlv4mLU7YVVT1if5JZSr2tKO1ywkQbuMDcN05btgX0HtpqDXQniAM0ar0K+Lv4MDBQ==", - "dependencies": { - "@types/hast": "@types/hast@3.0.2", - "@ungap/structured-clone": "@ungap/structured-clone@1.2.0", - "unist-util-position": "unist-util-position@5.0.0" - } - }, "hast-util-to-estree@2.3.3": { "integrity": "sha512-ihhPIUPxN0v0w6M5+IiAZZrn0LH2uZomeWwhn7uP7avZC6TE7lIiEh2yBMPr5+zi1aUCXq6VoYRgs2Bw9xmycQ==", "dependencies": { @@ -635,35 +554,6 @@ "zwitch": "zwitch@2.0.4" } }, - "hast-util-to-html@9.0.0": { - "integrity": "sha512-IVGhNgg7vANuUA2XKrT6sOIIPgaYZnmLx3l/CCOAK0PtgfoHrZwX7jCSYyFxHTrGmC6S9q8aQQekjp4JPZF+cw==", - "dependencies": { - "@types/hast": "@types/hast@3.0.2", - "@types/unist": "@types/unist@3.0.1", - "ccount": "ccount@2.0.1", - "comma-separated-tokens": "comma-separated-tokens@2.0.3", - "hast-util-raw": "hast-util-raw@9.0.1", - "hast-util-whitespace": "hast-util-whitespace@3.0.0", - "html-void-elements": "html-void-elements@3.0.0", - "mdast-util-to-hast": "mdast-util-to-hast@13.0.2", - "property-information": "property-information@6.3.0", - "space-separated-tokens": "space-separated-tokens@2.0.2", - "stringify-entities": "stringify-entities@4.0.3", - "zwitch": "zwitch@2.0.4" - } - }, - "hast-util-to-parse5@8.0.0": { - "integrity": "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==", - "dependencies": { - "@types/hast": "@types/hast@3.0.2", - "comma-separated-tokens": "comma-separated-tokens@2.0.3", - "devlop": "devlop@1.1.0", - "property-information": "property-information@6.3.0", - "space-separated-tokens": "space-separated-tokens@2.0.2", - "web-namespaces": "web-namespaces@2.0.1", - "zwitch": "zwitch@2.0.4" - } - }, "hast-util-to-string@2.0.0": { "integrity": "sha512-02AQ3vLhuH3FisaMM+i/9sm4OXGSq1UhOOCpTLLQtHdL3tZt7qil69r8M8iDkZYyC0HCFylcYoP+8IO7ddta1A==", "dependencies": { @@ -674,12 +564,6 @@ "integrity": "sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==", "dependencies": {} }, - "hast-util-whitespace@3.0.0": { - "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", - "dependencies": { - "@types/hast": "@types/hast@3.0.2" - } - }, "hastscript@7.2.0": { "integrity": "sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw==", "dependencies": { @@ -690,24 +574,10 @@ "space-separated-tokens": "space-separated-tokens@2.0.2" } }, - "hastscript@8.0.0": { - "integrity": "sha512-dMOtzCEd3ABUeSIISmrETiKuyydk1w0pa+gE/uormcTpSYuaNJPbX1NU3JLyscSLjwAQM8bWMhhIlnCqnRvDTw==", - "dependencies": { - "@types/hast": "@types/hast@3.0.2", - "comma-separated-tokens": "comma-separated-tokens@2.0.3", - "hast-util-parse-selector": "hast-util-parse-selector@4.0.0", - "property-information": "property-information@6.3.0", - "space-separated-tokens": "space-separated-tokens@2.0.2" - } - }, "hls.js@1.4.12": { "integrity": "sha512-1RBpx2VihibzE3WE9kGoVCtrhhDWTzydzElk/kyRbEOLnb1WIE+3ZabM/L8BqKFTCL3pUy4QzhXgD1Q6Igr1JA==", "dependencies": {} }, - "html-void-elements@3.0.0": { - "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==", - "dependencies": {} - }, "inflight@1.0.6": { "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", "dependencies": { @@ -834,18 +704,18 @@ "integrity": "sha512-WWC0ZuMzCyDHYCasEGs4IPvLyTGftYwh6wIEOULOF0HXcqZlhwRzrK0w2VUlxWA98xnvb/jszw4ZSkJ6ADpM6Q==", "dependencies": {} }, - "markdown-it-attrs@4.1.6_markdown-it@13.0.1": { + "markdown-it-attrs@4.1.6_markdown-it@13.0.2": { "integrity": "sha512-O7PDKZlN8RFMyDX13JnctQompwrrILuz2y43pW2GagcwpIIElkAdfeek+erHfxUOlXWPsjFeWmZ8ch1xtRLWpA==", "dependencies": { - "markdown-it": "markdown-it@13.0.1" + "markdown-it": "markdown-it@13.0.2" } }, "markdown-it-deflist@2.1.0": { "integrity": "sha512-3OuqoRUlSxJiuQYu0cWTLHNhhq2xtoSFqsZK8plANg91+RJQU1ziQ6lA2LzmFAEes18uPBsHZpcX6We5l76Nzg==", "dependencies": {} }, - "markdown-it@13.0.1": { - "integrity": "sha512-lTlxriVoy2criHP0JKRhO2VDG9c2ypWCsT237eDiLqi09rmbKoUetyGHq2uOIRoRS//kfoJckS0eUzzkDR+k2Q==", + "markdown-it@13.0.2": { + "integrity": "sha512-FtwnEuuK+2yVU7goGn/MJ0WBZMM9ZPgU9spqlFs7/A/pDIUNSOQZhUgOqYCficIuR2QaFnrt8LHqBWsbTAoI5w==", "dependencies": { "argparse": "argparse@2.0.1", "entities": "entities@3.0.1", @@ -1011,19 +881,6 @@ "unist-util-visit": "unist-util-visit@4.1.2" } }, - "mdast-util-to-hast@13.0.2": { - "integrity": "sha512-U5I+500EOOw9e3ZrclN3Is3fRpw8c19SMyNZlZ2IS+7vLsNzb2Om11VpIVOR+/0137GhZsFEF6YiKD5+0Hr2Og==", - "dependencies": { - "@types/hast": "@types/hast@3.0.2", - "@types/mdast": "@types/mdast@4.0.2", - "@ungap/structured-clone": "@ungap/structured-clone@1.2.0", - "devlop": "devlop@1.1.0", - "micromark-util-sanitize-uri": "micromark-util-sanitize-uri@2.0.0", - "trim-lines": "trim-lines@3.0.1", - "unist-util-position": "unist-util-position@5.0.0", - "unist-util-visit": "unist-util-visit@5.0.0" - } - }, "mdast-util-to-markdown@1.5.0": { "integrity": "sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==", "dependencies": { @@ -1192,11 +1049,11 @@ "vfile-message": "vfile-message@3.1.4" } }, - "micromark-extension-mdxjs@1.0.1_acorn@8.10.0": { + "micromark-extension-mdxjs@1.0.1_acorn@8.11.2": { "integrity": "sha512-7YA7hF6i5eKOfFUzZ+0z6avRG52GpWR8DL+kN47y3f2KhxbBZMhmxe7auOeaTBrW2DenbbZTf1ea9tA2hDpC2Q==", "dependencies": { - "acorn": "acorn@8.10.0", - "acorn-jsx": "acorn-jsx@5.3.2_acorn@8.10.0", + "acorn": "acorn@8.11.2", + "acorn-jsx": "acorn-jsx@5.3.2_acorn@8.11.2", "micromark-extension-mdx-expression": "micromark-extension-mdx-expression@1.0.8", "micromark-extension-mdx-jsx": "micromark-extension-mdx-jsx@1.0.5", "micromark-extension-mdx-md": "micromark-extension-mdx-md@1.0.1", @@ -1267,13 +1124,6 @@ "micromark-util-types": "micromark-util-types@1.1.0" } }, - "micromark-util-character@2.0.1": { - "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==", - "dependencies": { - "micromark-util-symbol": "micromark-util-symbol@2.0.0", - "micromark-util-types": "micromark-util-types@2.0.0" - } - }, "micromark-util-chunked@1.1.0": { "integrity": "sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==", "dependencies": { @@ -1314,10 +1164,6 @@ "integrity": "sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==", "dependencies": {} }, - "micromark-util-encode@2.0.0": { - "integrity": "sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==", - "dependencies": {} - }, "micromark-util-events-to-acorn@1.2.3": { "integrity": "sha512-ij4X7Wuc4fED6UoLWkmo0xJQhsktfNh1J0m8g4PbIMPlx+ek/4YdW5mvbye8z/aZvAPUoxgXHrwVlXAPKMRp1w==", "dependencies": { @@ -1355,14 +1201,6 @@ "micromark-util-symbol": "micromark-util-symbol@1.1.0" } }, - "micromark-util-sanitize-uri@2.0.0": { - "integrity": "sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==", - "dependencies": { - "micromark-util-character": "micromark-util-character@2.0.1", - "micromark-util-encode": "micromark-util-encode@2.0.0", - "micromark-util-symbol": "micromark-util-symbol@2.0.0" - } - }, "micromark-util-subtokenize@1.1.0": { "integrity": "sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==", "dependencies": { @@ -1376,18 +1214,10 @@ "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==", "dependencies": {} }, - "micromark-util-symbol@2.0.0": { - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", - "dependencies": {} - }, "micromark-util-types@1.1.0": { "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==", "dependencies": {} }, - "micromark-util-types@2.0.0": { - "integrity": "sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==", - "dependencies": {} - }, "micromark@3.2.0": { "integrity": "sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==", "dependencies": { @@ -1502,12 +1332,6 @@ "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", "dependencies": {} }, - "parse5@7.1.2": { - "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", - "dependencies": { - "entities": "entities@4.5.0" - } - }, "path-is-absolute@1.0.1": { "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", "dependencies": {} @@ -1540,42 +1364,42 @@ "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", "dependencies": {} }, - "postcss-import@15.1.0_postcss@8.4.29": { + "postcss-import@15.1.0_postcss@8.4.31": { "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", "dependencies": { - "postcss": "postcss@8.4.29", + "postcss": "postcss@8.4.31", "postcss-value-parser": "postcss-value-parser@4.2.0", "read-cache": "read-cache@1.0.0", "resolve": "resolve@1.22.8" } }, - "postcss-js@4.0.1_postcss@8.4.29": { + "postcss-js@4.0.1_postcss@8.4.31": { "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", "dependencies": { "camelcase-css": "camelcase-css@2.0.1", - "postcss": "postcss@8.4.29" + "postcss": "postcss@8.4.31" } }, - "postcss-load-config@4.0.1_postcss@8.4.29": { + "postcss-load-config@4.0.1_postcss@8.4.31": { "integrity": "sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==", "dependencies": { "lilconfig": "lilconfig@2.1.0", - "postcss": "postcss@8.4.29", + "postcss": "postcss@8.4.31", "yaml": "yaml@2.3.3" } }, - "postcss-nested@6.0.1_postcss@8.4.29": { + "postcss-nested@6.0.1_postcss@8.4.31": { "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==", "dependencies": { - "postcss": "postcss@8.4.29", + "postcss": "postcss@8.4.31", "postcss-selector-parser": "postcss-selector-parser@6.0.13" } }, - "postcss-nesting@12.0.1_postcss@8.4.29_postcss-selector-parser@6.0.13": { + "postcss-nesting@12.0.1_postcss@8.4.31_postcss-selector-parser@6.0.13": { "integrity": "sha512-6LCqCWP9pqwXw/njMvNK0hGY44Fxc4B2EsGbn6xDcxbNRzP8GYoxT7yabVVMLrX3quqOJ9hg2jYMsnkedOf8pA==", "dependencies": { "@csstools/selector-specificity": "@csstools/selector-specificity@3.0.0_postcss-selector-parser@6.0.13", - "postcss": "postcss@8.4.29", + "postcss": "postcss@8.4.31", "postcss-selector-parser": "postcss-selector-parser@6.0.13" } }, @@ -1597,25 +1421,21 @@ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", "dependencies": {} }, - "postcss@8.4.29": { - "integrity": "sha512-cbI+jaqIeu/VGqXEarWkRCCffhjgXc0qjBtXpqJhTBohMUjUQnbBr0xqX3vEKudc4iviTewcJo5ajcec5+wdJw==", + "postcss@8.4.31": { + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "dependencies": { "nanoid": "nanoid@3.3.6", "picocolors": "picocolors@1.0.0", "source-map-js": "source-map-js@1.0.2" } }, - "preact-render-to-string@6.2.1_preact@10.17.1": { - "integrity": "sha512-5t7nFeMUextd53igL3GAakAAMaUD+dVWDHaRYaeh1tbPIjQIBtgJnMw6vf8VS/lviV0ggFtkgebatPxvtJsXyQ==", + "preact-render-to-string@6.2.2_preact@10.18.1": { + "integrity": "sha512-YDfXQiVeYZutFR8/DpxLSbW3W6b7GgjBExRBxOOqcjrGq5rA9cziitQdNPMZe4RVMSdfBnf4hYqyeLs/KvtIuA==", "dependencies": { - "preact": "preact@10.17.1", + "preact": "preact@10.18.1", "pretty-format": "pretty-format@3.8.0" } }, - "preact@10.17.1": { - "integrity": "sha512-X9BODrvQ4Ekwv9GURm9AKAGaomqXmip7NQTZgY7gcNmr7XE83adOMJvd3N42id1tMFU7ojiynRsYnY6/BRFxLA==", - "dependencies": {} - }, "preact@10.18.1": { "integrity": "sha512-mKUD7RRkQQM6s7Rkmi7IFkoEHjuFqRQUaXamO61E6Nn7vqF/bo7EZCmSyrUnp2UWHw0O7XjZ2eeXis+m7tf4lg==", "dependencies": {} @@ -1691,29 +1511,6 @@ "unist-util-visit": "unist-util-visit@4.1.2" } }, - "rehype-raw@7.0.0": { - "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==", - "dependencies": { - "@types/hast": "@types/hast@3.0.2", - "hast-util-raw": "hast-util-raw@9.0.1", - "vfile": "vfile@6.0.1" - } - }, - "rehype-sanitize@6.0.0": { - "integrity": "sha512-CsnhKNsyI8Tub6L4sm5ZFsme4puGfc6pYylvXo1AeqaGbjOYyzNv3qZPwvs0oMJ39eryyeOdmxwUIo94IpEhqg==", - "dependencies": { - "@types/hast": "@types/hast@3.0.2", - "hast-util-sanitize": "hast-util-sanitize@5.0.0" - } - }, - "rehype-stringify@10.0.0": { - "integrity": "sha512-1TX1i048LooI9QoecrXy7nGFFbFSufxVRAfc6Y9YMRAi56l+oB0zP51mLSV312uRuvVLPV1opSlJmslozR1XHQ==", - "dependencies": { - "@types/hast": "@types/hast@3.0.2", - "hast-util-to-html": "hast-util-to-html@9.0.0", - "unified": "unified@11.0.2" - } - }, "remark-gfm@3.0.1": { "integrity": "sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==", "dependencies": { @@ -1727,7 +1524,7 @@ "integrity": "sha512-g53hMkpM0I98MU266IzDFMrTD980gNF3BJnkyFcmN+dD873mQeD5rdMO3Y2X+x8umQfbSE0PcoEDl7ledSA+2g==", "dependencies": { "mdast-util-mdx": "mdast-util-mdx@2.0.1", - "micromark-extension-mdxjs": "micromark-extension-mdxjs@1.0.1_acorn@8.10.0" + "micromark-extension-mdxjs": "micromark-extension-mdxjs@1.0.1_acorn@8.11.2" } }, "remark-parse@10.0.2": { @@ -1818,8 +1615,8 @@ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", "dependencies": {} }, - "tailwindcss@3.3.3_postcss@8.4.29": { - "integrity": "sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==", + "tailwindcss@3.3.5_postcss@8.4.31": { + "integrity": "sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==", "dependencies": { "@alloc/quick-lru": "@alloc/quick-lru@5.2.0", "arg": "arg@5.0.2", @@ -1835,11 +1632,11 @@ "normalize-path": "normalize-path@3.0.0", "object-hash": "object-hash@3.0.0", "picocolors": "picocolors@1.0.0", - "postcss": "postcss@8.4.29", - "postcss-import": "postcss-import@15.1.0_postcss@8.4.29", - "postcss-js": "postcss-js@4.0.1_postcss@8.4.29", - "postcss-load-config": "postcss-load-config@4.0.1_postcss@8.4.29", - "postcss-nested": "postcss-nested@6.0.1_postcss@8.4.29", + "postcss": "postcss@8.4.31", + "postcss-import": "postcss-import@15.1.0_postcss@8.4.31", + "postcss-js": "postcss-js@4.0.1_postcss@8.4.31", + "postcss-load-config": "postcss-load-config@4.0.1_postcss@8.4.31", + "postcss-nested": "postcss-nested@6.0.1_postcss@8.4.31", "postcss-selector-parser": "postcss-selector-parser@6.0.13", "resolve": "resolve@1.22.8", "sucrase": "sucrase@3.34.0" @@ -1891,18 +1688,6 @@ "vfile": "vfile@5.3.7" } }, - "unified@11.0.2": { - "integrity": "sha512-Zta++onvS/dJ6xUvXQOR5q8XJZOkiMCE5wQ8Yv9mLR25pxRS567EX0GO6HZRxxNV/lznwfsvRZ/1pqe9K9QLeQ==", - "dependencies": { - "@types/unist": "@types/unist@3.0.1", - "@ungap/structured-clone": "@ungap/structured-clone@1.2.0", - "bail": "bail@2.0.2", - "devlop": "devlop@1.1.0", - "is-plain-obj": "is-plain-obj@4.1.0", - "trough": "trough@2.1.0", - "vfile": "vfile@6.0.1" - } - }, "unist-util-filter@4.0.1": { "integrity": "sha512-RynicUM/vbOSTSiUK+BnaK9XMfmQUh6gyi7L6taNgc7FIf84GukXVV3ucGzEN/PhUUkdP5hb1MmXc+3cvPUm5Q==", "dependencies": { @@ -1921,12 +1706,6 @@ "@types/unist": "@types/unist@2.0.9" } }, - "unist-util-is@6.0.0": { - "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", - "dependencies": { - "@types/unist": "@types/unist@3.0.1" - } - }, "unist-util-position-from-estree@1.1.2": { "integrity": "sha512-poZa0eXpS+/XpoQwGwl79UUdea4ol2ZuCYguVaJS4qzIOMDzbqz8a3erUCOmubSZkaOuGamb3tX790iwOIROww==", "dependencies": { @@ -1939,12 +1718,6 @@ "@types/unist": "@types/unist@2.0.9" } }, - "unist-util-position@5.0.0": { - "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", - "dependencies": { - "@types/unist": "@types/unist@3.0.1" - } - }, "unist-util-remove-position@4.0.2": { "integrity": "sha512-TkBb0HABNmxzAcfLf4qsIbFbaPDvMO6wa3b3j4VcEzFVaw1LBKwnW4/sRJ/atSLSzoIg41JWEdnE7N6DIhGDGQ==", "dependencies": { @@ -1958,12 +1731,6 @@ "@types/unist": "@types/unist@2.0.9" } }, - "unist-util-stringify-position@4.0.0": { - "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", - "dependencies": { - "@types/unist": "@types/unist@3.0.1" - } - }, "unist-util-visit-parents@5.1.3": { "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", "dependencies": { @@ -1971,13 +1738,6 @@ "unist-util-is": "unist-util-is@5.2.1" } }, - "unist-util-visit-parents@6.0.1": { - "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", - "dependencies": { - "@types/unist": "@types/unist@3.0.1", - "unist-util-is": "unist-util-is@6.0.0" - } - }, "unist-util-visit@4.1.2": { "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", "dependencies": { @@ -1986,14 +1746,6 @@ "unist-util-visit-parents": "unist-util-visit-parents@5.1.3" } }, - "unist-util-visit@5.0.0": { - "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", - "dependencies": { - "@types/unist": "@types/unist@3.0.1", - "unist-util-is": "unist-util-is@6.0.0", - "unist-util-visit-parents": "unist-util-visit-parents@6.0.1" - } - }, "update-browserslist-db@1.0.13_browserslist@4.22.1": { "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", "dependencies": { @@ -2022,13 +1774,6 @@ "vfile": "vfile@5.3.7" } }, - "vfile-location@5.0.2": { - "integrity": "sha512-NXPYyxyBSH7zB5U6+3uDdd6Nybz6o6/od9rk8bp9H8GR3L+cm/fC0uUTbqBmUTnMCUDslAGBOIKNfvvb+gGlDg==", - "dependencies": { - "@types/unist": "@types/unist@3.0.1", - "vfile": "vfile@6.0.1" - } - }, "vfile-message@3.1.4": { "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", "dependencies": { @@ -2036, |
