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",