Update next-seo to version 1.11.1

This commit is contained in:
depfu[bot] 2019-02-19 20:26:20 +00:00
parent 56b4692814
commit 22ab1d2cf2
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -7676,9 +7676,9 @@
}
},
"next-seo": {
"version": "1.11.0",
"resolved": "https://registry.npmjs.org/next-seo/-/next-seo-1.11.0.tgz",
"integrity": "sha512-wrRivgVvp2PHwEuGTKadT8oJeBMGd5rPNSHdRcov7DYSS5+CV5OcgKpXM+FTvYFYkmkmVwIL250DY1gTrxl14A=="
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/next-seo/-/next-seo-1.11.1.tgz",
"integrity": "sha512-Xll6k00KQR7EUEaXhxbjEOcQm3Emx7/tW7pqx0vQN5NJH3NJWOKBZ2H2R540faacCRfWXeI5PDakfoK7/zKLqQ=="
},
"nice-try": {
"version": "1.0.5",

View file

@ -20,7 +20,7 @@
"dependencies": {
"@sentry/browser": "^4.6.1",
"next": "^7.0.3",
"next-seo": "^1.11.0",
"next-seo": "^1.11.1",
"react": "^16.8.0-alpha.0",
"react-clipboard.js": "^2.0.3",
"react-dom": "^16.8.0-alpha.0",