Merge pull request #62 from brianlovin/depfu/update/npm/next-seo-1.9.0

Update next-seo: 1.8.0 → 1.9.0 (minor)
This commit is contained in:
Brian Lovin 2019-01-16 17:31:51 -08:00 committed by GitHub
commit 23c7557114
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

@ -7319,9 +7319,9 @@
}
},
"next-seo": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/next-seo/-/next-seo-1.8.0.tgz",
"integrity": "sha512-d9IwDFCKN2pRvGm+cNDls2bkZnPyubASNbJ9IW/DyD1dFTN37w6TJhKQWbalRN2TsFWCF6cp6JlPeUofR+nyvQ=="
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/next-seo/-/next-seo-1.9.0.tgz",
"integrity": "sha512-4WdQS4Z04op5lZe+KrUHr12jVg43oNyBBsC3RjAmoWtNH13zE+Xi0JKS2lRlL2kmnT1bDXOAIFwuqa334ayq5Q=="
},
"nice-try": {
"version": "1.0.5",

View file

@ -20,7 +20,7 @@
"dependencies": {
"@sentry/browser": "^4.5.1",
"next": "^7.0.2",
"next-seo": "^1.8.0",
"next-seo": "^1.9.0",
"react": "^16.8.0-alpha.0",
"react-clipboard.js": "^2.0.2",
"react-dom": "^16.8.0-alpha.0",