From c7f585cd7f378ea7cfa190a691de61d79ab1bcd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 20:42:54 +0000 Subject: [PATCH] Bump next-seo from 5.8.0 to 5.9.0 Bumps [next-seo](https://github.com/garmeeh/next-seo) from 5.8.0 to 5.9.0. - [Release notes](https://github.com/garmeeh/next-seo/releases) - [Commits](https://github.com/garmeeh/next-seo/compare/v5.8.0...v5.9.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 2dc6d75..13d28bc 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "critters": "^0.0.16", "ioredis": "^5.2.3", "next": "12", - "next-seo": "^5.8.0", + "next-seo": "^5.9.0", "next-themes": "^0.2.1", "node-fetch": "^3.2.10", "prop-types": "^15.8.1", diff --git a/yarn.lock b/yarn.lock index 47f474b..45c3537 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2325,10 +2325,10 @@ natural-compare@^1.4.0: resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= -next-seo@^5.8.0: - version "5.8.0" - resolved "https://registry.npmjs.org/next-seo/-/next-seo-5.8.0.tgz" - integrity sha512-V5W/JwqdoX6/0zG4S7m5g8zNajYffytWigkPo2hrbHhLD18yGFBU9607OPhvbI9zX3QjWQFMBSmlUY456xt9cA== +next-seo@^5.9.0: + version "5.9.0" + resolved "https://registry.yarnpkg.com/next-seo/-/next-seo-5.9.0.tgz#1bc68a25677f0459609c587264c5ee90a2a00730" + integrity sha512-GsPXIDC9EFoFM6pkigSGMzuD/PelL8TFPlD5rKQCZfwkDNhs0unkW8sOMZ2u4RnEfxb/BBpEjQxtEeYQcgQ8jQ== next-themes@^0.2.1: version "0.2.1"