1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-27 02:43:45 +02:00

chore(package): update rollup-plugin-progress to version 1.0.0 🚀 (#5729)

This commit is contained in:
greenkeeper[bot] 2019-01-07 15:09:48 -05:00 committed by Gary Katsevman
parent 67a437b469
commit 513168f6d3
2 changed files with 5 additions and 22 deletions

25
package-lock.json generated
View File

@ -13254,13 +13254,12 @@
}
},
"rollup-plugin-progress": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/rollup-plugin-progress/-/rollup-plugin-progress-0.4.0.tgz",
"integrity": "sha1-7AtO4zlkNGRUEjJykmKLh7O0Tx4=",
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/rollup-plugin-progress/-/rollup-plugin-progress-1.0.0.tgz",
"integrity": "sha512-YszxVckRr82ZG/XriWPBA+Mre3S6qkdyUgyGtJ9qPxoWIUsn66nRDdqwujVmkgyOGjreHIUvHvTapo7U9FuK4A==",
"dev": true,
"requires": {
"chalk": "^1.1.3",
"rollup-pluginutils": "^1.5.1"
"chalk": "^1.1.3"
},
"dependencies": {
"ansi-styles": {
@ -13282,22 +13281,6 @@
"supports-color": "^2.0.0"
}
},
"estree-walker": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-0.2.1.tgz",
"integrity": "sha1-va/oCVOD2EFNXcLs9MkXO225QS4=",
"dev": true
},
"rollup-pluginutils": {
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-1.5.2.tgz",
"integrity": "sha1-HhVud4+UtyVb+hs9AXi+j1xVJAg=",
"dev": true,
"requires": {
"estree-walker": "^0.2.1",
"minimatch": "^3.0.2"
}
},
"supports-color": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",

View File

@ -140,7 +140,7 @@
"rollup-plugin-ignore": "^1.0.4",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-progress": "^0.4.0",
"rollup-plugin-progress": "^1.0.0",
"semver": "^5.6.0",
"shelljs": "^0.8.3",
"shx": "^0.3.2",