From 2035857cb0a59e236808ce9d36b99cc8bbc77976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 15:13:53 +0000 Subject: [PATCH] Bump @next/mdx from 13.4.19 to 14.0.3 Bumps [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) from 13.4.19 to 14.0.3. - [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.3/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-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c482489..c6a6005 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@emotion/styled": "^11.11.0", "@mdx-js/loader": "^3.0.0", "@mdx-js/react": "^3.0.0", - "@next/mdx": "13.4.19", + "@next/mdx": "14.0.3", "@types/mdx": "^2.0.9", "@types/node": "20.8.10", "@types/react": "18.2.21", @@ -2505,9 +2505,9 @@ } }, "node_modules/@next/mdx": { - "version": "13.4.19", - "resolved": "https://registry.npmjs.org/@next/mdx/-/mdx-13.4.19.tgz", - "integrity": "sha512-EaWA30YxAqFcyQYNxCoL9/TCcZP1Nk6pvW0vf1M54qDAkAGiloWQqyttVKVbRz+qOYk92he6mBB4ej/7pmEinQ==", + "version": "14.0.3", + "resolved": "https://registry.npmjs.org/@next/mdx/-/mdx-14.0.3.tgz", + "integrity": "sha512-RhiANppBndB7ELjPc3SEdEywLWgsy69Vj1bJtfDWqCl8yIVX9aps1D7kwby1pBAweHvZVpiI91Xu/78citVQrQ==", "dependencies": { "source-map": "^0.7.0" }, diff --git a/package.json b/package.json index 42927f7..b99aa4c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@emotion/styled": "^11.11.0", "@mdx-js/loader": "^3.0.0", "@mdx-js/react": "^3.0.0", - "@next/mdx": "13.4.19", + "@next/mdx": "14.0.3", "@types/mdx": "^2.0.9", "@types/node": "20.8.10", "@types/react": "18.2.21",