Bump next-seo from 2.1.0 to 2.1.1

Bumps [next-seo](https://github.com/garmeeh/next-seo) from 2.1.0 to 2.1.1.
- [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/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-09-30 23:59:22 +00:00 committed by GitHub
parent b4c98824e6
commit 24d1bf0ea6
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

@ -8960,9 +8960,9 @@
}
},
"next-seo": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/next-seo/-/next-seo-2.1.0.tgz",
"integrity": "sha512-GWYUBHRgbYj8oL3wB3Lcrjx/Mpgeq5gI56LDkoKQDra8aiKLadEE8kUsXW58sqOXF8FROEDbdhQFGC6KBS6dbA=="
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/next-seo/-/next-seo-2.1.1.tgz",
"integrity": "sha512-Uge9KT+ugublhcSa2TqRnux61+YNCl5dEC1Bh25zQDuV85H8pKXl3MWFt9n/VZ3BTNne4cWWGI+/g9apnfNfBg=="
},
"nice-try": {
"version": "1.0.5",

View file

@ -23,7 +23,7 @@
"dependencies": {
"@sentry/browser": "^5.6.3",
"next": "^9.0.7",
"next-seo": "^2.1.0",
"next-seo": "^2.1.1",
"react": "^16.9.0",
"react-clipboard.js": "^2.0.16",
"react-dom": "^16.10.1",