diff --git a/package-lock.json b/package-lock.json index d2d2c62..28ba8f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "firebase": "^9.9.1", "next": "^12.1.0", "next-pwa": "^5.5.5", - "next-seo": "^5.2.0", + "next-seo": "^5.5.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-faq-component": "^1.3.4", @@ -8759,10 +8759,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==", - "license": "MIT", + "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", @@ -19140,9 +19139,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": {} }, "nice-try": { diff --git a/package.json b/package.json index cb7b9f5..b4be195 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "firebase": "^9.9.1", "next": "^12.1.0", "next-pwa": "^5.5.5", - "next-seo": "^5.2.0", + "next-seo": "^5.5.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-faq-component": "^1.3.4",