Update next-seo to version 1.12.0

This commit is contained in:
depfu[bot] 2019-06-24 13:10:57 +00:00
parent ae41ad7005
commit 94aab73d0f
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",