Bump next-seo from 2.1.2 to 2.2.0

Bumps [next-seo](https://github.com/garmeeh/next-seo) from 2.1.2 to 2.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/v2.1.2...v2.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-10-22 13:32:55 +00:00 committed by GitHub
parent 1a6acaf5f0
commit 121f4ea4ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -9005,9 +9005,9 @@
}
},
"next-seo": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/next-seo/-/next-seo-2.1.2.tgz",
"integrity": "sha512-jsAFX5xqWnumBbJR82QNw+qC3+ykkQ3HtMguY/4LM269ZiWo4XR+zXiF/vLGX8xsUnqsT8M3D2hksQT5PB1iaA=="
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/next-seo/-/next-seo-2.2.0.tgz",
"integrity": "sha512-wV0itPQBetnifEvs32y2tEuYytBR7Gg+TuIEHrfZEahXUBJVTYUlQvLiA3Sz87V981odQ9eGKFAhrQWFFKYdqg=="
},
"nice-try": {
"version": "1.0.5",

View file

@ -23,7 +23,7 @@
"dependencies": {
"@sentry/browser": "^5.7.1",
"next": "^9.1.1",
"next-seo": "^2.1.2",
"next-seo": "^2.2.0",
"react": "^16.10.2",
"react-clipboard.js": "^2.0.16",
"react-dom": "^16.10.2",