From 0c8c501b98d3c8cdf6503b4cfa2096b99d75e208 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 18:24:25 +0000 Subject: [PATCH] Bump @next/mdx from 15.2.2 to 15.3.2 Bumps [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) from 15.2.2 to 15.3.2. - [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/v15.3.2/packages/next-mdx) --- updated-dependencies: - dependency-name: "@next/mdx" dependency-version: 15.3.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 310c092..59008f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@hackclub/theme": "^0.3.3", "@mdx-js/loader": "^3.1.0", "@mdx-js/react": "^3.1.0", - "@next/mdx": "^15.2.2", + "@next/mdx": "^15.3.2", "@tailwindcss/postcss": "^4.0.12", "airtable-plus": "^1.0.4", "fa": "^1.0.1", @@ -804,9 +804,9 @@ "license": "MIT" }, "node_modules/@next/mdx": { - "version": "15.2.2", - "resolved": "https://registry.npmjs.org/@next/mdx/-/mdx-15.2.2.tgz", - "integrity": "sha512-2Pv/+MjzBxpctrL84BuS7pjlV4tNiV1VUrdBgaXmdXXNEjrgo1WrmlUkQpV7zQdyzE5NBrAtdlQqzU6Hyr2E3A==", + "version": "15.3.2", + "resolved": "https://registry.npmjs.org/@next/mdx/-/mdx-15.3.2.tgz", + "integrity": "sha512-D6lSSbVzn1EiPwrBKG5QzXClcgdqiNCL8a3/6oROinzgZnYSxbVmnfs0UrqygtGSOmgW7sdJJSEOy555DoAwvw==", "license": "MIT", "dependencies": { "source-map": "^0.7.0" diff --git a/package.json b/package.json index b344998..a237322 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@hackclub/theme": "^0.3.3", "@mdx-js/loader": "^3.1.0", "@mdx-js/react": "^3.1.0", - "@next/mdx": "^15.2.2", + "@next/mdx": "^15.3.2", "@tailwindcss/postcss": "^4.0.12", "airtable-plus": "^1.0.4", "fa": "^1.0.1",