Merge pull request #271 from brianlovin/depfu/update/npm/next-seo-1.12.0

Update next-seo: 1.11.2 → 1.12.0 (minor)
This commit is contained in:
Brian Lovin 2019-06-24 11:12:33 -04:00 committed by GitHub
commit c62b4c6cd6
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

@ -7650,9 +7650,9 @@
}
},
"next-seo": {
"version": "1.11.2",
"resolved": "https://registry.npmjs.org/next-seo/-/next-seo-1.11.2.tgz",
"integrity": "sha512-hsrX/s6ZqtVjPqo55Ys3x0m0+JekpzODq1DTpBSeIyVpWFrUGdeNN68OjSPlauy8UNoKQtabEgOmv40APw4FjA=="
"version": "1.12.0",
"resolved": "https://registry.npmjs.org/next-seo/-/next-seo-1.12.0.tgz",
"integrity": "sha512-8w4aMsynRnOf/0q3pzTgFKLfR/jJLlsWQa0AZP0Gsqkwla2w2XVAyuP4wSs5y1vvYSRM6/D5zTWiQpFYJilKsA=="
},
"nice-try": {
"version": "1.0.5",

View file

@ -20,7 +20,7 @@
"dependencies": {
"@sentry/browser": "^5.4.3",
"next": "^7.0.3",
"next-seo": "^1.11.2",
"next-seo": "^1.12.0",
"react": "^16.8.0-alpha.0",
"react-clipboard.js": "^2.0.12",
"react-dom": "^16.8.0-alpha.0",