Merge pull request #369 from brianlovin/dependabot/npm_and_yarn/next-seo-3.0.0

Bump next-seo from 2.2.1 to 3.0.0
This commit is contained in:
Brian Lovin 2019-11-21 15:52:37 -05:00 committed by GitHub
commit 071cc65444
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

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

View file

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