1
0
mirror of https://github.com/videojs/video.js.git synced 2025-02-04 11:43:27 +02:00

chore(package): update unified to version 7.0.0 🚀 (#5166)

This commit is contained in:
greenkeeper[bot] 2018-05-11 14:12:48 -04:00 committed by Gary Katsevman
parent ad1bb9db5e
commit 54073815e5
2 changed files with 70 additions and 12 deletions

80
package-lock.json generated
View File

@ -1307,9 +1307,9 @@
"dev": true
},
"bail": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/bail/-/bail-1.0.2.tgz",
"integrity": "sha1-99bBcxYwqfnw1NNe0fli4gdKF2Q=",
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/bail/-/bail-1.0.3.tgz",
"integrity": "sha512-1X8CnjFVQ+a+KW36uBNMTU5s8+v5FzeqrP7hTG5aTb4aPreSbZJlhwPon9VKMuEVgV++JM+SQrALY3kr7eswdg==",
"dev": true
},
"balanced-match": {
@ -4379,7 +4379,7 @@
"requires": {
"object-assign": "4.1.1",
"remark-parse": "3.0.1",
"unified": "6.1.6"
"unified": "6.2.0"
},
"dependencies": {
"remark-parse": {
@ -4405,6 +4405,20 @@
"vfile-location": "2.0.2",
"xtend": "4.0.1"
}
},
"unified": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/unified/-/unified-6.2.0.tgz",
"integrity": "sha512-1k+KPhlVtqmG99RaTbAv/usu85fcSRu3wY8X+vnsEhIxNP5VbVIDiXnLqyKIG+UMdyTg0ZX9EI6k2AfjJkHPtA==",
"dev": true,
"requires": {
"bail": "1.0.3",
"extend": "3.0.1",
"is-plain-obj": "1.1.0",
"trough": "1.0.1",
"vfile": "2.2.0",
"x-is-string": "0.1.0"
}
}
}
},
@ -12539,7 +12553,23 @@
"requires": {
"remark-parse": "5.0.0",
"remark-stringify": "5.0.0",
"unified": "6.1.6"
"unified": "6.2.0"
},
"dependencies": {
"unified": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/unified/-/unified-6.2.0.tgz",
"integrity": "sha512-1k+KPhlVtqmG99RaTbAv/usu85fcSRu3wY8X+vnsEhIxNP5VbVIDiXnLqyKIG+UMdyTg0ZX9EI6k2AfjJkHPtA==",
"dev": true,
"requires": {
"bail": "1.0.3",
"extend": "3.0.1",
"is-plain-obj": "1.1.0",
"trough": "1.0.1",
"vfile": "2.2.0",
"x-is-string": "0.1.0"
}
}
}
},
"remark-cli": {
@ -14795,18 +14825,37 @@
}
},
"unified": {
"version": "6.1.6",
"resolved": "https://registry.npmjs.org/unified/-/unified-6.1.6.tgz",
"integrity": "sha512-pW2f82bCIo2ifuIGYcV12fL96kMMYgw7JKVEgh7ODlrM9rj6vXSY3BV+H6lCcv1ksxynFf582hwWLnA1qRFy4w==",
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/unified/-/unified-7.0.0.tgz",
"integrity": "sha512-j+Sm7upmmt3RXPBeA+KFGYBlHBxClnby2DtxezFKwMfhWTAklY4WbEdhwRo6c6GpuHdi04YDsyPKY/kh5a/xnQ==",
"dev": true,
"requires": {
"bail": "1.0.2",
"bail": "1.0.3",
"extend": "3.0.1",
"is-plain-obj": "1.1.0",
"trough": "1.0.1",
"vfile": "2.2.0",
"x-is-function": "1.0.4",
"vfile": "3.0.0",
"x-is-string": "0.1.0"
},
"dependencies": {
"is-buffer": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.2.tgz",
"integrity": "sha512-imvkm8cOGKeZ/NwkAd+FAURi0hsL9gr3kvdi0r3MnqChcOdPaQRIOQiOU+sD40XzUIe6nFmSHYtQjbkDvaQbEg==",
"dev": true
},
"vfile": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/vfile/-/vfile-3.0.0.tgz",
"integrity": "sha512-X2DiPHL9Nxgfyu5DNVgtTkZtD4d4Zzf7rVBVI+uXP2pWWIQG8Ri+xAP9KdH/sB6SS0a1niWp5bRF88n4ciwhoA==",
"dev": true,
"requires": {
"is-buffer": "2.0.2",
"replace-ext": "1.0.0",
"unist-util-stringify-position": "1.1.1",
"vfile-message": "1.0.1"
}
}
}
},
"unified-args": {
@ -15406,6 +15455,15 @@
"integrity": "sha1-02dcWch3SY5JK0dW/2Xkrxp1IlU=",
"dev": true
},
"vfile-message": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-1.0.1.tgz",
"integrity": "sha512-vSGCkhNvJzO6VcWC6AlJW4NtYOVtS+RgCaqFIYUjoGIlHnFL+i0LbtYvonDWOMcB97uTPT4PRsyYY7REWC9vug==",
"dev": true,
"requires": {
"unist-util-stringify-position": "1.1.1"
}
},
"vfile-reporter": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/vfile-reporter/-/vfile-reporter-4.0.0.tgz",

View File

@ -143,7 +143,7 @@
"time-grunt": "^1.1.1",
"tui-jsdoc-template": "^1.1.0",
"uglify-js": "^3.3.21",
"unified": "^6.1.6",
"unified": "^7.0.0",
"videojs-flash": "^2.1.0",
"videojs-standard": "^6.0.1",
"webpack": "^1.15.0"