Update webpack-bundle-analyzer to the latest version 🚀 (#316)
* fix(package): update webpack-bundle-analyzer to version 2.13.1 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile
This commit is contained in:
parent
b15de73ad4
commit
af0c2fbe21
|
@ -11306,9 +11306,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"webpack-bundle-analyzer": {
|
"webpack-bundle-analyzer": {
|
||||||
"version": "2.13.0",
|
"version": "2.13.1",
|
||||||
"resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.13.0.tgz",
|
"resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.13.1.tgz",
|
||||||
"integrity": "sha512-wG2XCclX2hv9Tw2c45lvLQ4QmsweVqRnqSbW8iLkcAmpovoAfIIdz7H//uiLIu6UZ+tefBd0fjOyxjpPXzXcBQ==",
|
"integrity": "sha512-rwxyfecTAxoarCC9VlHlIpfQCmmJ/qWD5bpbjkof+7HrNhTNZIwZITxN6CdlYL2axGmwNUQ+tFgcSOiNXMf/sQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"acorn": "^5.3.0",
|
"acorn": "^5.3.0",
|
||||||
"bfj-node4": "^5.2.0",
|
"bfj-node4": "^5.2.0",
|
||||||
|
|
|
@ -87,7 +87,7 @@
|
||||||
"uglifyjs-webpack-plugin": "1.2.5",
|
"uglifyjs-webpack-plugin": "1.2.5",
|
||||||
"web-animations-js": "2.3.1",
|
"web-animations-js": "2.3.1",
|
||||||
"webpack": "4.8.3",
|
"webpack": "4.8.3",
|
||||||
"webpack-bundle-analyzer": "2.13.0",
|
"webpack-bundle-analyzer": "2.13.1",
|
||||||
"yargs": "11.0.0"
|
"yargs": "11.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in New Issue