From faa7fd195d89125d697b593bf03909d97e3f5def Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 19:52:02 +0000 Subject: [PATCH] Bump next-mdx-remote from 4.4.1 to 5.0.0 Bumps [next-mdx-remote](https://github.com/hashicorp/next-mdx-remote) from 4.4.1 to 5.0.0. - [Release notes](https://github.com/hashicorp/next-mdx-remote/releases) - [Changelog](https://github.com/hashicorp/next-mdx-remote/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/next-mdx-remote/compare/v4.4.1...v5.0.0) --- updated-dependencies: - dependency-name: next-mdx-remote dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f69c348..c2d4d0c 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "gray-matter": "^4.0.3", "marked": "^4.2.4", "next": "^14.0.3", - "next-mdx-remote": "^4.2.0", + "next-mdx-remote": "^5.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-gtm-module": "^2.0.11",