From 58d6e99abd58f21ba4e925df1bcdaa554d0a4db7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 02:11:34 +0000 Subject: [PATCH] Bump @next/mdx from 13.1.1 to 15.1.4 Bumps [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) from 13.1.1 to 15.1.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/v15.1.4/packages/next-mdx) --- updated-dependencies: - dependency-name: "@next/mdx" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 240bedb..2416bdf 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": "^2.3.0", - "@next/mdx": "^13.1.1", + "@next/mdx": "^15.1.4", "airtable-plus": "^1.0.4", "leaflet": "^1.9.4", "next": "^15.1.3", diff --git a/yarn.lock b/yarn.lock index bb6301a..e119261 100644 --- a/yarn.lock +++ b/yarn.lock @@ -361,10 +361,10 @@ resolved "https://registry.yarnpkg.com/@next/env/-/env-15.1.3.tgz#bc747e041cd105170d4cae07cc802e20b4a0c153" integrity sha512-Q1tXwQCGWyA3ehMph3VO+E6xFPHDKdHFYosadt0F78EObYxPio0S09H9UGYznDe6Wc8eLKLG89GqcFJJDiK5xw== -"@next/mdx@^13.1.1": - version "13.1.1" - resolved "https://registry.yarnpkg.com/@next/mdx/-/mdx-13.1.1.tgz#ca3daf4903a97af65b994d87da342395e488f349" - integrity sha512-a588olt++s7vcuhlgrNOBpZUqlbr9vr94NjA3ixM9AgL8fnwJ/GgxEMsrcsp2gPw91lzBlumBfjK6Lc3k3m23Q== +"@next/mdx@^15.1.4": + version "15.1.4" + resolved "https://registry.yarnpkg.com/@next/mdx/-/mdx-15.1.4.tgz#d2b4b0c57794959a44d18d7d383a6931ed905912" + integrity sha512-GsmKCWPDW6Qas4/yL+zj7RLGrDsVu89F42/S9pVcPTvYmXNK1PqRT6H7outQy6Ox/AGB8As1lxPvk4dJmDIm7w== dependencies: source-map "^0.7.0"