Update dependency webpack to v5.20.2 (#6098)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-02-04 15:25:33 +00:00 committed by GitHub
parent 7065ea6878
commit 4ab3f1a19a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -1079,7 +1079,7 @@
"typescript": "4.1.3",
"vsce": "1.85.0",
"vscode-test": "1.5.0",
"webpack": "5.20.1",
"webpack": "5.20.2",
"webpack-cli": "4.5.0",
"webpack-merge": "5.7.3",
"webpack-stream": "6.1.2"

View File

@ -5957,10 +5957,10 @@ webpack-stream@6.1.2:
vinyl "^2.1.0"
webpack "^4.26.1"
webpack@5.20.1:
version "5.20.1"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.20.1.tgz#dfecbcfb660544113a923479c8ca1044fdbf1533"
integrity sha512-cStILc8W14WZXsgfeJmNIQlmQU06F7THfCJ6id3pIB/EXuR6nquolJ2ZJoaLNb6zdec6O2jOAzVKtBYc7vGDjg==
webpack@5.20.2:
version "5.20.2"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.20.2.tgz#55a6e461e2a6e1ca7467a419886acf9c7b052d5f"
integrity sha512-gGPip54KK7DznaaPHVuNGqym3LAXXL+bPkZ9SlLTCdHmmk+m5x+D4UZdhWvw32CMahYlZwZYPsioFIw36/txYQ==
dependencies:
"@types/eslint-scope" "^3.7.0"
"@types/estree" "^0.0.46"