From 76075fff9b409cbbf48c9ff5841426d842bf8c22 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2019 13:36:15 +0000 Subject: [PATCH] Bump next-seo from 2.2.1 to 3.0.0 Bumps [next-seo](https://github.com/garmeeh/next-seo) from 2.2.1 to 3.0.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/v2.2.1...v3.0.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 3949bc5..665e668 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9944,9 +9944,9 @@ } }, "next-seo": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/next-seo/-/next-seo-2.2.1.tgz", - "integrity": "sha512-q7mz7Jbm+7EFV9FSwDKFj6VKhHNIt13l9wTn7tKSzhwaTP3CAuMciQzyNY5WVEk+I0QUzBl0y7fn1XNTaDqfRg==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/next-seo/-/next-seo-3.0.0.tgz", + "integrity": "sha512-Q072RQw/T4CY2yGnX6WRIFBVsizx19L9VeQKdnXB6g4NFGvzv2yPfmGdblS+/uVVSne63CXwDz0h4um1bFRVAQ==" }, "nice-try": { "version": "1.0.5", diff --git a/package.json b/package.json index af99958..15e4eac 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "@sentry/browser": "^5.9.1", "next": "^9.1.4", - "next-seo": "^2.2.1", + "next-seo": "^3.0.0", "react": "^16.12.0", "react-clipboard.js": "^2.0.16", "react-dom": "^16.12.0",