From 3e0e08da287a5b7bf6b5098cc3320f94cd497f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 11:52:44 -0700 Subject: [PATCH] build(deps): Bump @next/mdx from 13.5.5 to 13.5.6 in /website (#2456) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) from 13.5.5 to 13.5.6.
Release notes

Sourced from @​next/mdx's releases.

v13.5.6

Core Changes

Credits

Huge thanks to @​ijjk @​huozhi @​gnoff for helping!

v13.5.6-canary.8

Core Changes

Documentation Changes

Misc Changes

Credits

Huge thanks to @​styfle, @​Yovach, @​nil1511, @​SukkaW, @​Bsodoge, @​ijjk, and @​huozhi for helping!

v13.5.6-canary.7

Core Changes

Documentation Changes

Misc Changes

Credits

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@next/mdx&package-manager=npm_and_yarn&previous-version=13.5.5&new-version=13.5.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- website/package.json | 2 +- website/pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package.json b/website/package.json index 5451a371c..db4555d5a 100644 --- a/website/package.json +++ b/website/package.json @@ -13,7 +13,7 @@ "@docsearch/react": "^3.5.2", "@mdx-js/loader": "^2.3.0", "@mdx-js/react": "^2.3.0", - "@next/mdx": "~13.5.5", + "@next/mdx": "~13.5.6", "@types/mdx": "^2.0.9", "@types/node": "20.2.3", "@types/react": "18.2.30", diff --git a/website/pnpm-lock.yaml b/website/pnpm-lock.yaml index 36965c4dc..ff1eb4011 100644 --- a/website/pnpm-lock.yaml +++ b/website/pnpm-lock.yaml @@ -15,8 +15,8 @@ dependencies: specifier: ^2.3.0 version: 2.3.0(react@18.2.0) '@next/mdx': - specifier: ~13.5.5 - version: 13.5.5(@mdx-js/loader@2.3.0)(@mdx-js/react@2.3.0) + specifier: ~13.5.6 + version: 13.5.6(@mdx-js/loader@2.3.0)(@mdx-js/react@2.3.0) '@types/mdx': specifier: ^2.0.9 version: 2.0.9 @@ -430,8 +430,8 @@ packages: resolution: {integrity: sha512-agvIhYWp+ilbScg81s/sLueZo8CNEYLjNOqhISxheLmD/AQI4/VxV7bV76i/KzxH4iHy/va0YS9z0AOwGnw4Fg==} dev: false - /@next/mdx@13.5.5(@mdx-js/loader@2.3.0)(@mdx-js/react@2.3.0): - resolution: {integrity: sha512-vIUvyICrCHiCAYU4HY/h0DgeFyEZBdRTPR9TTU79Q2u01M9DxrciE5hBwXKIJkzUTa4Ia5nszLt0o9GxpBIgMQ==} + /@next/mdx@13.5.6(@mdx-js/loader@2.3.0)(@mdx-js/react@2.3.0): + resolution: {integrity: sha512-2AMyCrz1SxSWNUpADyLz3RbPbq0GHrchbO7Msvg7IsH8MrTw3VYaZSI1KNa6JzZIoykwtNVSEL+uBmPZi106Jw==} peerDependencies: '@mdx-js/loader': '>=0.15.0' '@mdx-js/react': '>=0.15.0'