Merge pull request #166 from brianlovin/depfu/update/npm/next-seo-1.11.1

Update next-seo: 1.11.0 → 1.11.1 (patch)
This commit is contained in:
Brian Lovin 2019-02-19 13:46:45 -07:00 committed by GitHub
commit fedd6fee9d
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

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