From ab33a7fcbac52c93b1e0dfeeef6f618bf468d761 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 11:19:57 +0000 Subject: [PATCH] Bump @astrojs/mdx from 0.13.0 to 0.16.0 Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 0.13.0 to 0.16.0. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@0.16.0/packages/integrations/mdx) --- updated-dependencies: - dependency-name: "@astrojs/mdx" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 39 +++++++++++++++++++++++++++++++++------ 2 files changed, 34 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 4a2ba40..a884b9b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@astrojs/image": "^0.12.1", - "@astrojs/mdx": "^0.13.0", + "@astrojs/mdx": "^0.16.0", "@astrojs/partytown": "^1.0.1", "@astrojs/rss": "^1.2.1", "@astrojs/sitemap": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index cb2ed44..778a8ea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -92,12 +92,32 @@ unist-util-visit "^4.1.0" vfile "^5.3.2" -"@astrojs/mdx@^0.13.0": - version "0.13.0" - resolved "https://registry.yarnpkg.com/@astrojs/mdx/-/mdx-0.13.0.tgz#41267b26ac5b000b09d94c1ab269124e54ff08d1" - integrity sha512-2D/O5AjCBQQ/PLx3P/WysACdFxz97iQPu55hy9pc+u04a+fMFuVdKm9ftWXpsNHL2SXbKb7uRpcuFw93FnRNDw== +"@astrojs/markdown-remark@^2.0.1": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-2.0.1.tgz#48ecc33dde9231eb20df274e87099552834c4a1f" + integrity sha512-xQF1rXGJN18m+zZucwRRtmNehuhPMMhZhi6HWKrtpEAKnHSPk8lqf1GXgKH7/Sypglu8ivdECZ+EGs6kOYVasQ== dependencies: - "@astrojs/prism" "^1.0.2" + "@astrojs/prism" "^2.0.0" + github-slugger "^1.4.0" + import-meta-resolve "^2.1.0" + rehype-raw "^6.1.1" + rehype-stringify "^9.0.3" + remark-gfm "^3.0.1" + remark-parse "^10.0.1" + remark-rehype "^10.1.0" + remark-smartypants "^2.0.0" + shiki "^0.11.1" + unified "^10.1.2" + unist-util-visit "^4.1.0" + vfile "^5.3.2" + +"@astrojs/mdx@^0.16.0": + version "0.16.0" + resolved "https://registry.yarnpkg.com/@astrojs/mdx/-/mdx-0.16.0.tgz#74bf1a9d8049d2eff75986ac0a7717263fc7c706" + integrity sha512-HNk0FhNNthI7+pLmheJyPVU36dXE5l+9UwmmnrMV6COHNZIO2t+pnWnsushEDYZjpkYITDwnXKnQAtD8Mqj4xw== + dependencies: + "@astrojs/markdown-remark" "^2.0.1" + "@astrojs/prism" "^2.0.0" "@mdx-js/mdx" "^2.1.2" "@mdx-js/rollup" "^2.1.1" acorn "^8.8.0" @@ -137,13 +157,20 @@ "@builder.io/partytown" "^0.7.1" mrmime "^1.0.0" -"@astrojs/prism@^1.0.0", "@astrojs/prism@^1.0.2": +"@astrojs/prism@^1.0.0": version "1.0.2" resolved "https://registry.yarnpkg.com/@astrojs/prism/-/prism-1.0.2.tgz#f01cad9007a46dc006d129d99653bd1652657ecf" integrity sha512-o3cUVoAuALDqdN5puNlsN2eO4Yi1kDh68YO8V7o6U4Ts+J/mMayzlJ7JsgYAmob0xrf/XnADVgu8khfMv/w3uA== dependencies: prismjs "^1.28.0" +"@astrojs/prism@^2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@astrojs/prism/-/prism-2.0.0.tgz#e35c677b13c55b209e39db5d62424844b1b7c41b" + integrity sha512-YgeoeEPqsxaEpg0rwe/bUq3653LqSQnMjrLlpYwrbQQMQQqz6Y5yXN+RX3SfLJ6ppNb4+Fu2+Z49EXjk48Ihjw== + dependencies: + prismjs "^1.28.0" + "@astrojs/rss@^1.2.1": version "1.2.1" resolved "https://registry.yarnpkg.com/@astrojs/rss/-/rss-1.2.1.tgz#e53b7b5e9403c6e026f607e4c4b5f14baf5d645a"