From 52584d7cedc5cd54c77287a3565bcb99e53ed05c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:39:36 +0100 Subject: [PATCH] chore(deps): bump @astrojs/markdown-remark from 3.3.0 to 3.4.0 (#1678) Bumps [@astrojs/markdown-remark](https://github.com/withastro/astro/tree/HEAD/packages/markdown/remark) from 3.3.0 to 3.4.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.4.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 28 ++++++++++++++++++++++++++-- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b323e9048b..9146abb218 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "preview": "astro preview" }, "dependencies": { - "@astrojs/markdown-remark": "^3.3.0", + "@astrojs/markdown-remark": "^3.4.0", "@astrojs/starlight": "^0.12.0", "@types/json-schema": "^7.0.15", "astro": "^3.4.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aacacad719..c1112d6fb1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -14,8 +14,8 @@ importers: .: dependencies: '@astrojs/markdown-remark': - specifier: ^3.3.0 - version: 3.3.0(astro@3.4.3) + specifier: ^3.4.0 + version: 3.4.0(astro@3.4.3) '@astrojs/starlight': specifier: ^0.12.0 version: 0.12.0(astro@3.4.3) @@ -168,6 +168,30 @@ packages: - supports-color dev: false + /@astrojs/markdown-remark@3.4.0(astro@3.4.3): + resolution: {integrity: sha512-uzLSKBQ4e70aH8gEbBHZ2pnv/KOJKB3WrXFBOF0U5Uwjcr2LNWeIBLjPRQjA4tbtteELh84YPBHny21mhvBGVA==} + peerDependencies: + astro: ^3.0.0 + dependencies: + '@astrojs/prism': 3.0.0 + astro: 3.4.3 + 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.10 + unified: 10.1.2 + unist-util-visit: 4.1.2 + vfile: 5.3.7 + transitivePeerDependencies: + - supports-color + dev: false + /@astrojs/mdx@1.1.1(astro@3.4.3): resolution: {integrity: sha512-3dfL12ZqI6NCjx0iVOYVSyljlVgsxds5mOhe78xoCVjyqSpZZsxzz4Dt5WfGxDon2nc2bD6XGiZ2PIy8fmX6NQ==} engines: {node: '>=18.14.1'}