From 273f3907ef641ec1b6454ee415b6c95b60c09c7c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 13:18:29 +0000 Subject: [PATCH] Bump next-seo from 3.1.0 to 3.2.0 Bumps [next-seo](https://github.com/garmeeh/next-seo) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/garmeeh/next-seo/releases) - [Changelog](https://github.com/garmeeh/next-seo/blob/master/CHANGELOG.md) - [Commits](https://github.com/garmeeh/next-seo/compare/v3.1.0...v3.2.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a1c1b7a..e5f9647 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10343,9 +10343,9 @@ } }, "next-seo": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/next-seo/-/next-seo-3.1.0.tgz", - "integrity": "sha512-zT2g4/dog5OHbwVreyz2UqpftV2q24zePB6jpz0hE35tBvya5VrhBxhhnyPk43Aug9k+V+Dc4i1Bf1YuKhJu0g==" + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/next-seo/-/next-seo-3.2.0.tgz", + "integrity": "sha512-U0sZyPJveXfkz5jl1wz2y6mAZlzZgG+DJawL02PKY5hnz+0c5CGIzMiYOT2od8fmruxBImJlVFw3h09qMGiFLw==" }, "nice-try": { "version": "1.0.5", diff --git a/package.json b/package.json index 9c0f6a2..4eb6691 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "fathom-client": "^1.0.0", "next": "^9.1.5", - "next-seo": "^3.1.0", + "next-seo": "^3.2.0", "react": "^16.12.0", "react-clipboard.js": "^2.0.16", "react-dom": "^16.12.0",