From 3487a095bc5bbe345a54cf5bd043d06f2c9db60a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Aug 2022 01:05:32 +0000 Subject: [PATCH] fix: upgrade next-seo from 5.4.0 to 5.5.0 Snyk has created this PR to upgrade next-seo from 5.4.0 to 5.5.0. See this package in npm: https://www.npmjs.com/package/next-seo See this project in Snyk: https://app.snyk.io/org/lertsoft/project/ba332e21-dd56-4c2f-b77a-c03898245f15?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) 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",