From ea5d58150207cc2a3b4753bd3abaa339057afee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 11:57:24 +0300 Subject: [PATCH] Bump next-seo from 4.23.0 to 4.24.0 (#459) Bumps [next-seo](https://github.com/garmeeh/next-seo) from 4.23.0 to 4.24.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/v4.23.0...v4.24.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 20 +++++++++++++------- package.json | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1292524d1..2fd0c9af4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "next": "^10.1.3", "next-auth": "^3.14.0", "next-images": "^1.7.0", - "next-seo": "^4.23.0", + "next-seo": "^4.24.0", "nprogress": "^0.2.0", "react": "^17.0.2", "react-datepicker": "^3.8.0", @@ -6834,9 +6834,14 @@ } }, "node_modules/next-seo": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/next-seo/-/next-seo-4.23.0.tgz", - "integrity": "sha512-/yTeeUT+zFTsrpP8iigwiwsj+HyT+ks1G27mgfnkKQBrFz9uph6Bot4nDrwfICgjvdLt2Zdve6okAgRUmhm+/g==" + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/next-seo/-/next-seo-4.24.0.tgz", + "integrity": "sha512-9VQXfXAelhE+hAWzJ4azigQaW3FPX0kU0eYKFQXKsQjgY7AWtukjRGXls0oSIk8khhDJwmCt46EwsO9n5DDW6Q==", + "peerDependencies": { + "next": "^8.1.1-canary.54 || ^9.0.0 || ^10.0.0", + "react": "^16.0.0 || ^17.0.0", + "react-dom": "^16.0.0 || ^17.0.0" + } }, "node_modules/next/node_modules/@babel/runtime": { "version": "7.12.5", @@ -15409,9 +15414,10 @@ } }, "next-seo": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/next-seo/-/next-seo-4.23.0.tgz", - "integrity": "sha512-/yTeeUT+zFTsrpP8iigwiwsj+HyT+ks1G27mgfnkKQBrFz9uph6Bot4nDrwfICgjvdLt2Zdve6okAgRUmhm+/g==" + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/next-seo/-/next-seo-4.24.0.tgz", + "integrity": "sha512-9VQXfXAelhE+hAWzJ4azigQaW3FPX0kU0eYKFQXKsQjgY7AWtukjRGXls0oSIk8khhDJwmCt46EwsO9n5DDW6Q==", + "requires": {} }, "node-fetch": { "version": "2.6.1", diff --git a/package.json b/package.json index 4954320b4..90d5b0216 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "next": "^10.1.3", "next-auth": "^3.14.0", "next-images": "^1.7.0", - "next-seo": "^4.23.0", + "next-seo": "^4.24.0", "nprogress": "^0.2.0", "react": "^17.0.2", "react-datepicker": "^3.8.0",