From d41f01b18fdd8e8c22846cf488b65ac5de4c3fc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 15:38:29 +0200 Subject: [PATCH] Bump @astrojs/markdown-remark from 3.2.1 to 3.3.0 (#1621) Bumps [@astrojs/markdown-remark](https://github.com/withastro/astro/tree/HEAD/packages/markdown/remark) from 3.2.1 to 3.3.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.3.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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 264d9e08d1..9b87484a32 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "preview": "astro preview" }, "dependencies": { - "@astrojs/markdown-remark": "^3.2.1", + "@astrojs/markdown-remark": "^3.3.0", "@astrojs/starlight": "^0.11.1", "@types/json-schema": "^7.0.13", "astro": "^3.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 77b2310420..0eea819f33 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -14,8 +14,8 @@ importers: .: dependencies: '@astrojs/markdown-remark': - specifier: ^3.2.1 - version: 3.2.1(astro@3.3.0) + specifier: ^3.3.0 + version: 3.3.0(astro@3.3.0) '@astrojs/starlight': specifier: ^0.11.1 version: 0.11.1(astro@3.3.0)