diff --git a/package-lock.json b/package-lock.json index 5123cf6..3bb06fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@fortawesome/free-regular-svg-icons": "^5.15.4", "@fortawesome/free-solid-svg-icons": "^5.15.4", "@fortawesome/react-fontawesome": "^0.1.15", - "@next/third-parties": "^14.2.4", + "@next/third-parties": "^15.0.3", "@vercel/analytics": "^1.3.1", "@vercel/speed-insights": "^1.0.12", "cross-spawn": ">=7.0.5", @@ -449,16 +449,16 @@ } }, "node_modules/@next/third-parties": { - "version": "14.2.4", - "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-14.2.4.tgz", - "integrity": "sha512-bf5d5m4a+Fh9syLz0Pf9Ax7LdLazlp7ur7DqX0LUMDyIx9Z/F0J/XxieklA9lRqM9KjrCVNT8Tkhg0AvotTBTQ==", + "version": "15.0.3", + "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-15.0.3.tgz", + "integrity": "sha512-T2NkBXLcgRY0cmE7jb/dSMXNK9D+yv1k+n0uBxwMBS9SEtOhuMvxiUPQRj5x4cFnsei6JECloJg88koMprKw0A==", "license": "MIT", "dependencies": { "third-party-capital": "1.0.20" }, "peerDependencies": { - "next": "^13.0.0 || ^14.0.0", - "react": "^18.2.0" + "next": "^13.0.0 || ^14.0.0 || ^15.0.0", + "react": "^18.2.0 || 19.0.0-rc-66855b96-20241106" } }, "node_modules/@nodelib/fs.scandir": { @@ -8602,9 +8602,9 @@ "optional": true }, "@next/third-parties": { - "version": "14.2.4", - "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-14.2.4.tgz", - "integrity": "sha512-bf5d5m4a+Fh9syLz0Pf9Ax7LdLazlp7ur7DqX0LUMDyIx9Z/F0J/XxieklA9lRqM9KjrCVNT8Tkhg0AvotTBTQ==", + "version": "15.0.3", + "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-15.0.3.tgz", + "integrity": "sha512-T2NkBXLcgRY0cmE7jb/dSMXNK9D+yv1k+n0uBxwMBS9SEtOhuMvxiUPQRj5x4cFnsei6JECloJg88koMprKw0A==", "requires": { "third-party-capital": "1.0.20" } diff --git a/package.json b/package.json index d0a1842..66cea32 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@fortawesome/free-regular-svg-icons": "^5.15.4", "@fortawesome/free-solid-svg-icons": "^5.15.4", "@fortawesome/react-fontawesome": "^0.1.15", - "@next/third-parties": "^14.2.4", + "@next/third-parties": "^15.0.3", "@vercel/analytics": "^1.3.1", "@vercel/speed-insights": "^1.0.12", "eslint": "7.32.0",