Update dependency webpack to v5.84.1 (#8446)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-05-26 09:17:16 +00:00 committed by GitHub
parent a386d4240c
commit 94dc4b599b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -1190,7 +1190,7 @@
"tslint": "6.1.3",
"typescript": "5.0.4",
"vsce": "2.15.0",
"webpack": "5.84.0",
"webpack": "5.84.1",
"webpack-cli": "5.1.1",
"webpack-merge": "5.9.0",
"webpack-stream": "7.0.0"

View File

@ -5674,10 +5674,10 @@ webpack-stream@7.0.0:
through "^2.3.8"
vinyl "^2.2.1"
webpack@5.84.0:
version "5.84.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.84.0.tgz#011115617668744aece87a9eb68534487d84de1a"
integrity sha512-XezNK3kwJq6IyeoZmZ1uEqQs+42nTqIi4jYM/YjLwaJedUC1N3bwnCC0+UcnHJPfqWX0kGrQnMIvZZyWYaIZrA==
webpack@5.84.1:
version "5.84.1"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.84.1.tgz#d4493acdeca46b26ffc99d86d784cabfeb925a15"
integrity sha512-ZP4qaZ7vVn/K8WN/p990SGATmrL1qg4heP/MrVneczYtpDGJWlrgZv55vxaV2ul885Kz+25MP2kSXkPe3LZfmg==
dependencies:
"@types/eslint-scope" "^3.7.3"
"@types/estree" "^1.0.0"