From 04d07a7f26e95aca7b0446bb7a81d5b2c7c93e2a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Oct 2025 07:42:10 +0000 Subject: [PATCH] fix: upgrade @next/mdx from 15.5.3 to 15.5.4 Snyk has created this PR to upgrade @next/mdx from 15.5.3 to 15.5.4. See this package in npm: @next/mdx See this project in Snyk: https://app.snyk.io/org/kagent/project/436aff26-c6e8-41d0-aa7b-fa62a8e2e494?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 91527a3..c5cbfb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@heroicons/react": "^2.2.0", "@mdx-js/loader": "^3.1.1", "@mdx-js/react": "^3.1.1", - "@next/mdx": "^15.5.3", + "@next/mdx": "^15.5.4", "@next/third-parties": "^15.5.3", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-separator": "^1.1.7", @@ -9877,9 +9877,9 @@ } }, "node_modules/@next/mdx": { - "version": "15.5.3", - "resolved": "https://registry.npmjs.org/@next/mdx/-/mdx-15.5.3.tgz", - "integrity": "sha512-tpD3sdWfAiqjqD1WXL4ZEpxswXdbeoTQjlgvDzbQOxDr37qaAo9bFkpMVb3P3pgAJAQ9Q6w1Yql6YtOsmgZrzg==", + "version": "15.5.4", + "resolved": "https://registry.npmjs.org/@next/mdx/-/mdx-15.5.4.tgz", + "integrity": "sha512-QUc14KkswCau2/Lul13t13v8QYRiEh3aeyUMUix5mK/Zd8c/J9NQuVvLGhxS7fxGPU+fOcv0GaXqZshkvNaX7A==", "license": "MIT", "dependencies": { "source-map": "^0.7.0" diff --git a/package.json b/package.json index 5b009e7..00f4232 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@heroicons/react": "^2.2.0", "@mdx-js/loader": "^3.1.1", "@mdx-js/react": "^3.1.1", - "@next/mdx": "^15.5.3", + "@next/mdx": "^15.5.4", "@next/third-parties": "^15.5.3", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-separator": "^1.1.7",