Update webpack-bundle-analyzer to the latest version 🚀 (#301)
* fix(package): update webpack-bundle-analyzer to version 2.12.0 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile
This commit is contained in:
parent
2908732bed
commit
9082a480cb
|
@ -10929,9 +10929,9 @@
|
|||
}
|
||||
},
|
||||
"webpack-bundle-analyzer": {
|
||||
"version": "2.11.3",
|
||||
"resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.11.3.tgz",
|
||||
"integrity": "sha512-MaHZkX9mNGeJLbVT70bNfftSBBdl3w9Q1ThnrH7SESF47SollWm12MwDgjhf8C16R/Ur56PInrLYf0FJIOg24g==",
|
||||
"version": "2.12.0",
|
||||
"resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.12.0.tgz",
|
||||
"integrity": "sha512-fuP11YxvAd8DYuwC4otr7hDwx7cRutew49dz0+PTlVPl544aqFqjGLCdxKz9c03eWnBMpMFTK5SG4SDrUmZ+JA==",
|
||||
"requires": {
|
||||
"acorn": "5.3.0",
|
||||
"bfj-node4": "5.3.1",
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
"uglifyjs-webpack-plugin": "1.2.5",
|
||||
"web-animations-js": "2.3.1",
|
||||
"webpack": "4.8.3",
|
||||
"webpack-bundle-analyzer": "2.11.3",
|
||||
"webpack-bundle-analyzer": "2.12.0",
|
||||
"yargs": "11.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in New Issue