mirror of
https://github.com/chillzhuang/Saber.git
synced 2025-04-19 19:39:22 +08:00
⬆️ Bump webpack-bundle-analyzer from 3.0.4 to 3.3.2
Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 3.0.4 to 3.3.2. - [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases) - [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v3.0.4...v3.3.2) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
aa39e306d5
commit
312811115a
@ -34,7 +34,7 @@
|
|||||||
"node-sass": "^4.9.0",
|
"node-sass": "^4.9.0",
|
||||||
"sass-loader": "^7.0.1",
|
"sass-loader": "^7.0.1",
|
||||||
"vue-template-compiler": "^2.5.17",
|
"vue-template-compiler": "^2.5.17",
|
||||||
"webpack-bundle-analyzer": "^3.0.3"
|
"webpack-bundle-analyzer": "^3.3.2"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.js": [
|
"*.js": [
|
||||||
|
21
yarn.lock
21
yarn.lock
@ -1104,15 +1104,15 @@ acorn@^3.0.4:
|
|||||||
resolved "http://registry.npm.taobao.org/acorn/download/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
|
resolved "http://registry.npm.taobao.org/acorn/download/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
|
||||||
integrity sha1-ReN/s56No/JbruP/U2niu18iAXo=
|
integrity sha1-ReN/s56No/JbruP/U2niu18iAXo=
|
||||||
|
|
||||||
acorn@^5.0.0, acorn@^5.5.0, acorn@^5.6.2, acorn@^5.7.3:
|
acorn@^5.0.0, acorn@^5.5.0, acorn@^5.6.2:
|
||||||
version "5.7.3"
|
version "5.7.3"
|
||||||
resolved "http://registry.npm.taobao.org/acorn/download/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
|
resolved "http://registry.npm.taobao.org/acorn/download/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
|
||||||
integrity sha1-Z6ojG/iBKXS4UjWpZ3Hra9B+onk=
|
integrity sha1-Z6ojG/iBKXS4UjWpZ3Hra9B+onk=
|
||||||
|
|
||||||
acorn@^6.1.0:
|
acorn@^6.0.7, acorn@^6.1.0:
|
||||||
version "6.1.0"
|
version "6.3.0"
|
||||||
resolved "http://registry.npm.taobao.org/acorn/download/acorn-6.1.0.tgz#b0a3be31752c97a0f7013c5f4903b71a05db6818"
|
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.3.0.tgz#0087509119ffa4fc0a0041d1e93a417e68cb856e"
|
||||||
integrity sha1-sKO+MXUsl6D3ATxfSQO3GgXbaBg=
|
integrity sha512-/czfa8BwS88b9gWQVhc8eknunSA2DoJpJyTQkhheIf5E48u1N0R4q/YxxsAeqRrmK9TQ/uYfgLDfZo91UlANIA==
|
||||||
|
|
||||||
address@^1.0.3:
|
address@^1.0.3:
|
||||||
version "1.0.3"
|
version "1.0.3"
|
||||||
@ -8033,12 +8033,13 @@ wcwidth@^1.0.1:
|
|||||||
dependencies:
|
dependencies:
|
||||||
defaults "^1.0.3"
|
defaults "^1.0.3"
|
||||||
|
|
||||||
webpack-bundle-analyzer@^3.0.3, webpack-bundle-analyzer@^3.0.4:
|
webpack-bundle-analyzer@^3.0.4, webpack-bundle-analyzer@^3.3.2:
|
||||||
version "3.0.4"
|
version "3.3.2"
|
||||||
resolved "http://registry.npm.taobao.org/webpack-bundle-analyzer/download/webpack-bundle-analyzer-3.0.4.tgz#095638487a664162f19e3b2fb7e621b7002af4b8"
|
resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.3.2.tgz#3da733a900f515914e729fcebcd4c40dde71fc6f"
|
||||||
integrity sha1-CVY4SHpmQWLxnjsvt+YhtwAq9Lg=
|
integrity sha512-7qvJLPKB4rRWZGjVp5U1KEjwutbDHSKboAl0IfafnrdXMrgC0tOtZbQD6Rw0u4cmpgRN4O02Fc0t8eAT+FgGzA==
|
||||||
dependencies:
|
dependencies:
|
||||||
acorn "^5.7.3"
|
acorn "^6.0.7"
|
||||||
|
acorn-walk "^6.1.1"
|
||||||
bfj "^6.1.1"
|
bfj "^6.1.1"
|
||||||
chalk "^2.4.1"
|
chalk "^2.4.1"
|
||||||
commander "^2.18.0"
|
commander "^2.18.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user