From 4e5b044d7ca2ae3df2e46540721b169817127f89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 06:28:13 +0000 Subject: [PATCH] chore(deps)(deps): bump @next/third-parties from 15.5.9 to 16.0.10 Bumps [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) from 15.5.9 to 16.0.10. - [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/v16.0.10/packages/third-parties) --- updated-dependencies: - dependency-name: "@next/third-parties" dependency-version: 16.0.10 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0e383fd..32ea98a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@mdx-js/react": "^3.1.1", - "@next/third-parties": "^15.5.4", + "@next/third-parties": "^16.1.0", "@opennextjs/cloudflare": "^1.14.7", "cmdk": "^1.1.1", "lucide-react": "^0.562.0", @@ -10237,15 +10237,15 @@ } }, "node_modules/@next/third-parties": { - "version": "15.5.9", - "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-15.5.9.tgz", - "integrity": "sha512-kX8u/o+NMUwib5Rn+J9zhx47wZZzgxW3Q/OTuqG4gcZS80jARZCU/9bQ5hGL6V9XGDWZiR/Lycs7Dg8Y+xOfCw==", + "version": "16.1.0", + "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-16.1.0.tgz", + "integrity": "sha512-VxD1UxwXNgCnDDBW+oinysZORkzir2B/MvCYF8S02r78VnGr37cbkMlM0LESrE9Nc/qlo2bLBgvpvnyOy4vleg==", "license": "MIT", "dependencies": { "third-party-capital": "1.0.20" }, "peerDependencies": { - "next": "^13.0.0 || ^14.0.0 || ^15.0.0", + "next": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0-beta.0", "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0" } }, diff --git a/package.json b/package.json index b3c2d87..c2bb3a1 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "@mdx-js/react": "^3.1.1", - "@next/third-parties": "^15.5.4", + "@next/third-parties": "^16.1.0", "@opennextjs/cloudflare": "^1.14.7", "cmdk": "^1.1.1", "lucide-react": "^0.562.0",