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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-04-29 11:57:24 +03:00
committed by GitHub
parent 7bb2eecb5d
commit ea5d581502
2 changed files with 14 additions and 8 deletions

20
package-lock.json generated
View File

@@ -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",

View File

@@ -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",