From 9f2da62c067317a5da9572f8d0868b0cf0103512 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Oct 2025 07:42:15 +0000 Subject: [PATCH] fix: upgrade @next/third-parties from 15.5.3 to 15.5.4 Snyk has created this PR to upgrade @next/third-parties from 15.5.3 to 15.5.4. See this package in npm: @next/third-parties 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..f5b1cf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@mdx-js/loader": "^3.1.1", "@mdx-js/react": "^3.1.1", "@next/mdx": "^15.5.3", - "@next/third-parties": "^15.5.3", + "@next/third-parties": "^15.5.4", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-separator": "^1.1.7", "@radix-ui/react-slot": "^1.2.3", @@ -10026,9 +10026,9 @@ } }, "node_modules/@next/third-parties": { - "version": "15.5.3", - "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-15.5.3.tgz", - "integrity": "sha512-DSKz1N6/WmacV8JAPizHt8dqTP6RljcOgtrnLDEIEI7TGpX1lSfoHwY0TxXVhVoN1WwUHGDo6XUJsSjaLpcMoQ==", + "version": "15.5.4", + "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-15.5.4.tgz", + "integrity": "sha512-l3T1M/EA32phPzZx+gkQAWOF3E5iAULL1nX4Ej0JZQOXaBwwJzb/rd2uefr5TAshJj/+HjjwmdFu7olXudvgVg==", "license": "MIT", "dependencies": { "third-party-capital": "1.0.20" diff --git a/package.json b/package.json index 5b009e7..2dab2a2 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@mdx-js/loader": "^3.1.1", "@mdx-js/react": "^3.1.1", "@next/mdx": "^15.5.3", - "@next/third-parties": "^15.5.3", + "@next/third-parties": "^15.5.4", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-separator": "^1.1.7", "@radix-ui/react-slot": "^1.2.3",