Update dependency webpack to v5.32.0 (#6469)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-04-12 15:55:28 -04:00 committed by GitHub
parent 46224248ff
commit c13471a0de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -1143,7 +1143,7 @@
"typescript": "4.2.4",
"vsce": "1.87.1",
"vscode-test": "1.5.2",
"webpack": "5.31.2",
"webpack": "5.32.0",
"webpack-cli": "4.6.0",
"webpack-merge": "5.7.3",
"webpack-stream": "6.1.2"

View File

@ -6168,10 +6168,10 @@ webpack-stream@6.1.2:
vinyl "^2.1.0"
webpack "^4.26.1"
webpack@5.31.2:
version "5.31.2"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.31.2.tgz#40d9b9d15b7d76af73d3f1cae895b82613a544d6"
integrity sha512-0bCQe4ybo7T5Z0SC5axnIAH+1WuIdV4FwLYkaAlLtvfBhIx8bPS48WHTfiRZS1VM+pSiYt7e/rgLs3gLrH82lQ==
webpack@5.32.0:
version "5.32.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.32.0.tgz#f013932d778dad81bd51292d0ea00865056dc22c"
integrity sha512-jB9PrNMFnPRiZGnm/j3qfNqJmP3ViRzkuQMIf8za0dgOYvSLi/cgA+UEEGvik9EQHX1KYyGng5PgBTTzGrH9xg==
dependencies:
"@types/eslint-scope" "^3.7.0"
"@types/estree" "^0.0.46"