Update webpack-bundle-analyzer to the latest version 🚀 (#293)
* fix(package): update webpack-bundle-analyzer to version 2.11.3 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile
This commit is contained in:
parent
ad84adaf63
commit
6e26fdae2e
|
@ -10929,9 +10929,9 @@
|
|||
}
|
||||
},
|
||||
"webpack-bundle-analyzer": {
|
||||
"version": "2.11.2",
|
||||
"resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.11.2.tgz",
|
||||
"integrity": "sha512-jDO+sACU4kM7WhvjtIu4Z90UogsGUyVDc1K8THH3HzihwVqgipAS2qXyAPrJ0vTo6593V3RR4/IhHi8UQrE+yA==",
|
||||
"version": "2.11.3",
|
||||
"resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.11.3.tgz",
|
||||
"integrity": "sha512-MaHZkX9mNGeJLbVT70bNfftSBBdl3w9Q1ThnrH7SESF47SollWm12MwDgjhf8C16R/Ur56PInrLYf0FJIOg24g==",
|
||||
"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.2",
|
||||
"webpack-bundle-analyzer": "2.11.3",
|
||||
"yargs": "11.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in New Issue