Update dependency webpack to v5.28.0 (#6342)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-03-24 11:47:34 -04:00 committed by GitHub
parent 4795733be5
commit a141d6695b
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.3",
"vsce": "1.87.0",
"vscode-test": "1.5.1",
"webpack": "5.27.2",
"webpack": "5.28.0",
"webpack-cli": "4.5.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.27.2:
version "5.27.2"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.27.2.tgz#44442219e1469ebe00292703b848580faae03f07"
integrity sha512-brNF3N/EdvMzkaZ/Xzb8sqPn5Si3iw6meqCnmNFtcnkorZsFZCBFMa2ElpIMjx6sKWYsnUpBO2dnX+7xgj+mjg==
webpack@5.28.0:
version "5.28.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.28.0.tgz#0de8bcd706186b26da09d4d1e8cbd3e4025a7c2f"
integrity sha512-1xllYVmA4dIvRjHzwELgW4KjIU1fW4PEuEnjsylz7k7H5HgPOctIq7W1jrt3sKH9yG5d72//XWzsHhfoWvsQVg==
dependencies:
"@types/eslint-scope" "^3.7.0"
"@types/estree" "^0.0.46"