diff --git a/package-lock.json b/package-lock.json index ff660aad..c35a070f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "hamburger-react": "^2.4.0", "next": "^12.1.0", - "next-seo": "^4.24.0", + "next-seo": "^5.15.0", "next-translate": "^1.0.6", "react": "^17.0.2", "react-countup": "^6.1.1", @@ -1810,9 +1810,9 @@ } }, "node_modules/next-seo": { - "version": "4.29.0", - "resolved": "https://registry.npmjs.org/next-seo/-/next-seo-4.29.0.tgz", - "integrity": "sha512-xmwzcz4uHaYJ8glbuhs6FSBQ7z3irmdPYdJJ5saWm72Uy3o+mPKGaPCXQetTCE6/xxVnpoDV4yFtFlEjUcljSg==", + "version": "5.15.0", + "resolved": "https://registry.npmjs.org/next-seo/-/next-seo-5.15.0.tgz", + "integrity": "sha512-LGbcY91yDKGMb7YI+28n3g+RuChUkt6pXNpa8FkfKkEmNiJkeRDEXTnnjVtwT9FmMhG6NH8qwHTelGrlYm9rgg==", "peerDependencies": { "next": "^8.1.1-canary.54 || >=9.0.0", "react": ">=16.0.0", @@ -3880,9 +3880,9 @@ } }, "next-seo": { - "version": "4.29.0", - "resolved": "https://registry.npmjs.org/next-seo/-/next-seo-4.29.0.tgz", - "integrity": "sha512-xmwzcz4uHaYJ8glbuhs6FSBQ7z3irmdPYdJJ5saWm72Uy3o+mPKGaPCXQetTCE6/xxVnpoDV4yFtFlEjUcljSg==", + "version": "5.15.0", + "resolved": "https://registry.npmjs.org/next-seo/-/next-seo-5.15.0.tgz", + "integrity": "sha512-LGbcY91yDKGMb7YI+28n3g+RuChUkt6pXNpa8FkfKkEmNiJkeRDEXTnnjVtwT9FmMhG6NH8qwHTelGrlYm9rgg==", "requires": {} }, "next-translate": { diff --git a/package.json b/package.json index 64c2d24f..f919a028 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "dependencies": { "hamburger-react": "^2.4.0", "next": "^12.1.0", - "next-seo": "^4.24.0", + "next-seo": "^5.15.0", "next-translate": "^1.0.6", "react": "^17.0.2", "react-countup": "^6.1.1",