Update next-seo to version 1.9.0

This commit is contained in:
depfu[bot] 2019-01-17 01:25:04 +00:00
parent fe5b49903d
commit f0fd0174a7
2 changed files with 25 additions and 11 deletions

34
package-lock.json generated
View file

@ -4712,11 +4712,13 @@
},
"balanced-match": {
"version": "1.0.0",
"bundled": true
"bundled": true,
"optional": true
},
"brace-expansion": {
"version": "1.1.11",
"bundled": true,
"optional": true,
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
@ -4729,15 +4731,18 @@
},
"code-point-at": {
"version": "1.1.0",
"bundled": true
"bundled": true,
"optional": true
},
"concat-map": {
"version": "0.0.1",
"bundled": true
"bundled": true,
"optional": true
},
"console-control-strings": {
"version": "1.1.0",
"bundled": true
"bundled": true,
"optional": true
},
"core-util-is": {
"version": "1.0.2",
@ -4840,7 +4845,8 @@
},
"inherits": {
"version": "2.0.3",
"bundled": true
"bundled": true,
"optional": true
},
"ini": {
"version": "1.3.5",
@ -4850,6 +4856,7 @@
"is-fullwidth-code-point": {
"version": "1.0.0",
"bundled": true,
"optional": true,
"requires": {
"number-is-nan": "^1.0.0"
}
@ -4862,17 +4869,20 @@
"minimatch": {
"version": "3.0.4",
"bundled": true,
"optional": true,
"requires": {
"brace-expansion": "^1.1.7"
}
},
"minimist": {
"version": "0.0.8",
"bundled": true
"bundled": true,
"optional": true
},
"minipass": {
"version": "2.2.4",
"bundled": true,
"optional": true,
"requires": {
"safe-buffer": "^5.1.1",
"yallist": "^3.0.0"
@ -4889,6 +4899,7 @@
"mkdirp": {
"version": "0.5.1",
"bundled": true,
"optional": true,
"requires": {
"minimist": "0.0.8"
}
@ -4961,7 +4972,8 @@
},
"number-is-nan": {
"version": "1.0.1",
"bundled": true
"bundled": true,
"optional": true
},
"object-assign": {
"version": "4.1.1",
@ -4971,6 +4983,7 @@
"once": {
"version": "1.4.0",
"bundled": true,
"optional": true,
"requires": {
"wrappy": "1"
}
@ -5076,6 +5089,7 @@
"string-width": {
"version": "1.0.2",
"bundled": true,
"optional": true,
"requires": {
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",
@ -7305,9 +7319,9 @@
}
},
"next-seo": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/next-seo/-/next-seo-1.8.0.tgz",
"integrity": "sha512-d9IwDFCKN2pRvGm+cNDls2bkZnPyubASNbJ9IW/DyD1dFTN37w6TJhKQWbalRN2TsFWCF6cp6JlPeUofR+nyvQ=="
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/next-seo/-/next-seo-1.9.0.tgz",
"integrity": "sha512-4WdQS4Z04op5lZe+KrUHr12jVg43oNyBBsC3RjAmoWtNH13zE+Xi0JKS2lRlL2kmnT1bDXOAIFwuqa334ayq5Q=="
},
"nice-try": {
"version": "1.0.5",

View file

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