From 2908cf054a285357e5bc171115a6682b6967d989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 11:33:20 +0000 Subject: [PATCH] build(deps): bump next-seo from 6.4.0 to 6.5.0 Bumps [next-seo](https://github.com/garmeeh/next-seo) from 6.4.0 to 6.5.0. - [Release notes](https://github.com/garmeeh/next-seo/releases) - [Commits](https://github.com/garmeeh/next-seo/compare/v6.4.0...v6.5.0) --- updated-dependencies: - dependency-name: next-seo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7587699c..afcb41bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "lucide-react": "^0.321.0", "mixpanel-browser": "^2.48.1", "next": "14.0.4", - "next-seo": "^6.0.0", + "next-seo": "^6.5.0", "next-sitemap": "^4.2.2", "next-themes": "^0.2.1", "react": "18.2.0", @@ -6722,9 +6722,9 @@ } }, "node_modules/next-seo": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/next-seo/-/next-seo-6.4.0.tgz", - "integrity": "sha512-XQFxkOL2hw0YE+P100HbI3EAvcludlHPxuzMgaIjKb7kPK0CvjGvLFjd9hszZFEDc5oiQkGFA8+cuWcnip7eYA==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/next-seo/-/next-seo-6.5.0.tgz", + "integrity": "sha512-MfzUeWTN/x/rsKp/1n0213eojO97lIl0unxqbeCY+6pAucViHDA8GSLRRcXpgjsSmBxfCFdfpu7LXbt4ANQoNQ==", "peerDependencies": { "next": "^8.1.1-canary.54 || >=9.0.0", "react": ">=16.0.0", diff --git a/package.json b/package.json index 5080121f..38a13620 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "lucide-react": "^0.321.0", "mixpanel-browser": "^2.48.1", "next": "14.0.4", - "next-seo": "^6.0.0", + "next-seo": "^6.5.0", "next-sitemap": "^4.2.2", "next-themes": "^0.2.1", "react": "18.2.0",