From 9ab1420e687ef0fd0aed46a6817ab8573b891f1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 04:10:52 +0000 Subject: [PATCH] chore(deps): bump next-seo from 5.15.0 to 6.1.0 Bumps [next-seo](https://github.com/garmeeh/next-seo) from 5.15.0 to 6.1.0. - [Release notes](https://github.com/garmeeh/next-seo/releases) - [Commits](https://github.com/garmeeh/next-seo/compare/v5.15.0...v6.1.0) --- updated-dependencies: - dependency-name: next-seo dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c355033..24cb41e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "gray-matter": "^4.0.3", "next": "13.3.2", "next-auth": "^4.19.2", - "next-seo": "^5.15.0", + "next-seo": "^6.1.0", "react": "18.2.0", "react-dom": "18.2.0", "react-icons": "^4.7.1", diff --git a/yarn.lock b/yarn.lock index b64eebe..65d3af6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4416,10 +4416,10 @@ next-auth@^4.19.2: preact-render-to-string "^5.1.19" uuid "^8.3.2" -next-seo@^5.15.0: - version "5.15.0" - resolved "https://registry.yarnpkg.com/next-seo/-/next-seo-5.15.0.tgz#b1a90508599774982909ea44803323c6fb7b50f4" - integrity sha512-LGbcY91yDKGMb7YI+28n3g+RuChUkt6pXNpa8FkfKkEmNiJkeRDEXTnnjVtwT9FmMhG6NH8qwHTelGrlYm9rgg== +next-seo@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/next-seo/-/next-seo-6.1.0.tgz#b60b06958cc77e7ed56f0a61b2d6cd0afed88ebb" + integrity sha512-iMBpFoJsR5zWhguHJvsoBDxDSmdYTHtnVPB1ij+CD0NReQCP78ZxxbdL9qkKIf4oEuZEqZkrjAQLB0bkII7RYA== next@13.3.2: version "13.3.2"