From 1534f9f24865a9703dfe6cd22272fc8671189851 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 17:21:23 +0000 Subject: [PATCH] Bump @next/mdx from 16.0.7 to 16.2.4 in the content-pipeline group Bumps the content-pipeline group with 1 update: [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx). Updates `@next/mdx` from 16.0.7 to 16.2.4 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.2.4/packages/next-mdx) --- updated-dependencies: - dependency-name: "@next/mdx" dependency-version: 16.2.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: content-pipeline ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 0b991b4..8b25fd3 100644 --- a/bun.lock +++ b/bun.lock @@ -6,7 +6,7 @@ "name": "vortex", "dependencies": { "@mdx-js/react": "^3.1.1", - "@next/mdx": "^16.0.7", + "@next/mdx": "^16.2.4", "@tailwindcss/typography": "^0.5.19", "@vercel/analytics": "^1.6.1", "feed": "^5.2.1", @@ -175,7 +175,7 @@ "@next/env": ["@next/env@16.1.5", "", {}, "sha512-CRSCPJiSZoi4Pn69RYBDI9R7YK2g59vLexPQFXY0eyw+ILevIenCywzg+DqmlBik9zszEnw2HLFOUlLAcJbL7g=="], - "@next/mdx": ["@next/mdx@16.0.7", "", { "dependencies": { "source-map": "^0.7.0" }, "peerDependencies": { "@mdx-js/loader": ">=0.15.0", "@mdx-js/react": ">=0.15.0" }, "optionalPeers": ["@mdx-js/loader", "@mdx-js/react"] }, "sha512-ysX8mH24XuTwXStJLbecHO97I4EdUT9vHQymXLypLb3956cYXfVb/36nukH0C4Q2iA7RZE04yNpHs84Br77nNg=="], + "@next/mdx": ["@next/mdx@16.2.4", "", { "dependencies": { "source-map": "^0.7.0" }, "peerDependencies": { "@mdx-js/loader": ">=0.15.0", "@mdx-js/react": ">=0.15.0" }, "optionalPeers": ["@mdx-js/loader", "@mdx-js/react"] }, "sha512-e/3bgla+/oF3vDlndI0eFPa0bnP47HPVA0InsAJi7Jr3DwV8WpEGuOcm/3PdI5/93FfNiBhMVeVHZpm1sFlmJw=="], "@next/swc-darwin-arm64": ["@next/swc-darwin-arm64@16.1.5", "", { "os": "darwin", "cpu": "arm64" }, "sha512-eK7Wdm3Hjy/SCL7TevlH0C9chrpeOYWx2iR7guJDaz4zEQKWcS1IMVfMb9UKBFMg1XgzcPTYPIp1Vcpukkjg6Q=="], diff --git a/package.json b/package.json index ce016f8..0195957 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@mdx-js/react": "^3.1.1", - "@next/mdx": "^16.0.7", + "@next/mdx": "^16.2.4", "@tailwindcss/typography": "^0.5.19", "@vercel/analytics": "^1.6.1", "feed": "^5.2.1",