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'}