diff --git a/package-lock.json b/package-lock.json index b833a93..76be9d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "just-flush": "2.1.1", "merge-anything": "5.0.2", "next": "12.2.2", - "next-seo": "5.4.0", + "next-seo": "^5.5.0", "pg": "8.7.3", "react": "18.2.0", "react-dom": "18.2.0", @@ -10348,9 +10348,9 @@ } }, "node_modules/next-seo": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/next-seo/-/next-seo-5.4.0.tgz", - "integrity": "sha512-R9DhajPwJnR/lsF2hZ8cN8uqr5CVITsRrCG1AF5+ufcaybKYOvnH8sH9MaH4/hpkps3PQ9H71S7J7SPYixAYzQ==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/next-seo/-/next-seo-5.5.0.tgz", + "integrity": "sha512-5ouBHFtx8YrSDW44lj0qIEQ+oMcz6stgoITB+SqHUZbhgizoJsyLmq73gJ0lxtEKpcN8vG2QgRIJfdb8OAPChw==", "peerDependencies": { "next": "^8.1.1-canary.54 || >=9.0.0", "react": ">=16.0.0", @@ -21314,9 +21314,9 @@ } }, "next-seo": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/next-seo/-/next-seo-5.4.0.tgz", - "integrity": "sha512-R9DhajPwJnR/lsF2hZ8cN8uqr5CVITsRrCG1AF5+ufcaybKYOvnH8sH9MaH4/hpkps3PQ9H71S7J7SPYixAYzQ==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/next-seo/-/next-seo-5.5.0.tgz", + "integrity": "sha512-5ouBHFtx8YrSDW44lj0qIEQ+oMcz6stgoITB+SqHUZbhgizoJsyLmq73gJ0lxtEKpcN8vG2QgRIJfdb8OAPChw==", "requires": {} }, "next-sitemap": { diff --git a/package.json b/package.json index c0e26f6..d4afab7 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "just-flush": "2.1.1", "merge-anything": "5.0.2", "next": "12.2.2", - "next-seo": "5.4.0", + "next-seo": "5.5.0", "pg": "8.7.3", "react": "18.2.0", "react-dom": "18.2.0",