Update next-seo to version 1.10.0

This commit is contained in:
depfu[bot] 2019-01-27 11:05:47 +00:00
parent 00c316e0a3
commit ce4693e4c1
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -7296,9 +7296,9 @@
}
},
"next-seo": {
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/next-seo/-/next-seo-1.9.0.tgz",
"integrity": "sha512-4WdQS4Z04op5lZe+KrUHr12jVg43oNyBBsC3RjAmoWtNH13zE+Xi0JKS2lRlL2kmnT1bDXOAIFwuqa334ayq5Q=="
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/next-seo/-/next-seo-1.10.0.tgz",
"integrity": "sha512-xVcdu7GXnHEXG0yTIDyuWTU1SyiKDW5XCywd2+0iTPRCQx9Rav/xjZ1PBV01CbAalHd+EZWWFEbUGe42hmREMQ=="
},
"nice-try": {
"version": "1.0.5",

View file

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