From 8588f83f0e49048f8f2e0944010a1bca0b92c13e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 07:06:00 +0000 Subject: [PATCH] Bump @astrojs/markdown-remark from 3.3.0 to 3.5.0 Bumps [@astrojs/markdown-remark](https://github.com/withastro/astro/tree/HEAD/packages/markdown/remark) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/markdown/remark/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/markdown-remark@3.5.0/packages/markdown/remark) --- updated-dependencies: - dependency-name: "@astrojs/markdown-remark" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 22 +++++++++++++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0764288..0d55a18 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/alpinejs": "^0.3.1", - "@astrojs/markdown-remark": "^3.3.0", + "@astrojs/markdown-remark": "^3.5.0", "@astrojs/tailwind": "^5.0.2", "@types/alpinejs": "^3.0.0", "alpinejs": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 111ab9d..812961e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -30,7 +30,7 @@ resolved "https://registry.yarnpkg.com/@astrojs/internal-helpers/-/internal-helpers-0.2.1.tgz#4e2e6aabaa9819f17119aa10f413c4d6122c94cf" integrity sha512-06DD2ZnItMwUnH81LBLco3tWjcZ1lGU9rLCCBaeUCGYe9cI0wKyY2W3kDyoW1I6GmcWgt1fu+D1CTvz+FIKf8A== -"@astrojs/markdown-remark@3.3.0", "@astrojs/markdown-remark@^3.3.0": +"@astrojs/markdown-remark@3.3.0": version "3.3.0" resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-3.3.0.tgz#1c341cf1d7a494b658470ca0f000fc809a50bb7d" integrity sha512-ezFzEiZygc/ASe2Eul9v1yrTbNGqSbR348UGNXQ4Dtkx8MYRwfiBfmPm6VnEdfIGkW+bi5qIUReKfc7mPVUkIg== @@ -50,6 +50,26 @@ unist-util-visit "^4.1.2" vfile "^5.3.7" +"@astrojs/markdown-remark@^3.5.0": + version "3.5.0" + resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-3.5.0.tgz#548069043bf574cf3db95d0ac0ea251a7ae99a3a" + integrity sha512-q7vdIqzYhxpsfghg2YmkmSXCfp4w7lBTYP+SSHw89wVhC5Riltr3u8w2otBRxNLSByNi+ht/gGkFC23Shetytw== + dependencies: + "@astrojs/prism" "^3.0.0" + github-slugger "^2.0.0" + import-meta-resolve "^3.0.0" + mdast-util-definitions "^6.0.0" + rehype-raw "^6.1.1" + rehype-stringify "^9.0.4" + remark-gfm "^3.0.1" + remark-parse "^10.0.2" + remark-rehype "^10.1.0" + remark-smartypants "^2.0.0" + shikiji "^0.6.8" + unified "^10.1.2" + unist-util-visit "^4.1.2" + vfile "^5.3.7" + "@astrojs/prism@^3.0.0": version "3.0.0" resolved "https://registry.yarnpkg.com/@astrojs/prism/-/prism-3.0.0.tgz#c9443e4cbf435acf0b5adc2c627d9789991514e7"