From 45d4d9b9917f63ffc9985a1c5ff447bdd49bf13b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 06:13:19 +0000 Subject: [PATCH] Bump @next/mdx from 14.0.1 to 14.0.2 Bumps [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) from 14.0.1 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-patch ... 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 107794e04..cd850465f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@hackclub/meta": "1.1.32", "@hackclub/theme": "^0.3.3", "@mdx-js/loader": "^1.6.22", - "@next/mdx": "^14.0.1", + "@next/mdx": "^14.0.2", "@octokit/auth-app": "^6.0.1", "@octokit/core": "^5.0.1", "@octokit/rest": "^20.0.2", diff --git a/yarn.lock b/yarn.lock index c7563d64d..7ad4bd143 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2049,10 +2049,10 @@ dependencies: glob "7.1.7" -"@next/mdx@^14.0.1": - version "14.0.1" - resolved "https://registry.yarnpkg.com/@next/mdx/-/mdx-14.0.1.tgz#c5c639324582a1338fd85382b3d0c21d4bb1af5d" - integrity sha512-9hikFxx1XQOReOp5SBO1o3fGs1Z1GT1flKm1wrjFOwOTNI0M4x9CuQsUx5KJwvbt0FejCS5bsuNGXqxHchcMCQ== +"@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"