From 26a47b062f13ab9c3e0e36f0222e47a08f3d0821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 10:47:25 +0000 Subject: [PATCH] Bump @next/mdx from 13.5.3 to 14.0.2 Bumps [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) from 13.5.3 to 14.0.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/v14.0.2/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 7914218..7505381 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@mdx-js/loader": "^1.6.22", "@mdx-js/react": "2.3.0", "next": "^12.3.1", - "@next/mdx": "^13.5.3", + "@next/mdx": "^14.0.2", "prop-types": "^15.8.1", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/yarn.lock b/yarn.lock index e0f8838..123e140 100644 --- a/yarn.lock +++ b/yarn.lock @@ -514,10 +514,10 @@ resolved "https://registry.yarnpkg.com/@next/env/-/env-12.3.1.tgz#18266bd92de3b4aa4037b1927aa59e6f11879260" integrity sha512-9P9THmRFVKGKt9DYqeC2aKIxm8rlvkK38V1P1sRE7qyoPBIs8l9oo79QoSdPtOWfzkbDAVUqvbQGgTMsb8BtJg== -"@next/mdx@^13.5.3": - version "13.5.3" - resolved "https://registry.yarnpkg.com/@next/mdx/-/mdx-13.5.3.tgz#c3ea0812835d46d8989e6db47f12a875e3556ca8" - integrity sha512-4wuYsoBuW4k8oXiXlX9VjclHATgIPc3/kFY8GSID/ANa5yxGSBPkAuuUEN6BWHFhZ7g3TmKHwsbFs/nq8sooyw== +"@next/mdx@^14.0.2": + version "14.0.2" + resolved "https://registry.yarnpkg.com/@next/mdx/-/mdx-14.0.2.tgz#6c6639bf7500edd6a8f079f37e371040267bc92e" + integrity sha512-MFjfSeGDmjwLLRHojlyaDIs2dQz5kFBQh/jcTIb57VIlbOvRjJsgnwLTH3DzUT25dUaX0QaR6t+ITNcdyfwozQ== dependencies: source-map "^0.7.0"