From 1d866d7d36015b916c9a0ba37d7ab7c54caf0eca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 16:24:56 +0000 Subject: [PATCH] Bump next-seo from 5.14.1 to 5.15.0 Bumps [next-seo](https://github.com/garmeeh/next-seo) from 5.14.1 to 5.15.0. - [Release notes](https://github.com/garmeeh/next-seo/releases) - [Commits](https://github.com/garmeeh/next-seo/compare/v5.14.1...v5.15.0) --- updated-dependencies: - dependency-name: next-seo dependency-type: direct:production update-type: version-update:semver-minor ... 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 48da21e..79d2bb4 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "next": "13.0.5", "next-auth": "^4.17.0", "next-connect": "^0.13.0", - "next-seo": "^5.14.1", + "next-seo": "^5.15.0", "node-cache": "^5.1.2", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/yarn.lock b/yarn.lock index dea3b3c..aac4480 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3542,10 +3542,10 @@ next-connect@^0.13.0: dependencies: trouter "^3.2.0" -next-seo@^5.14.1: - version "5.14.1" - resolved "https://registry.npmjs.org/next-seo/-/next-seo-5.14.1.tgz" - integrity sha512-NiJeQbxYP3z+EMp52q8k3Q+OfX2+Yv2WehERDj98r2wjXxL+woKpRBdsSVYolTD0Hm8IWs42SzaISE93RoQdOw== +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@13.0.5: version "13.0.5"