Update dependency webpack to v5.90.1 (#8864)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-01 22:20:39 +00:00 committed by GitHub
parent fc417cc54b
commit 1c9385f09e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -1232,7 +1232,7 @@
"ts-loader": "9.5.1",
"typescript": "5.3.3",
"vsce": "2.15.0",
"webpack": "5.90.0",
"webpack": "5.90.1",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0",
"webpack-stream": "7.0.0"

View File

@ -6135,10 +6135,10 @@ webpack-stream@7.0.0:
through "^2.3.8"
vinyl "^2.2.1"
webpack@5.90.0:
version "5.90.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.90.0.tgz#313bfe16080d8b2fee6e29b6c986c0714ad4290e"
integrity sha512-bdmyXRCXeeNIePv6R6tGPyy20aUobw4Zy8r0LUS2EWO+U+Ke/gYDgsCh7bl5rB6jPpr4r0SZa6dPxBxLooDT3w==
webpack@5.90.1:
version "5.90.1"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.90.1.tgz#62ab0c097d7cbe83d32523dbfbb645cdb7c3c01c"
integrity sha512-SstPdlAC5IvgFnhiRok8hqJo/+ArAbNv7rhU4fnWGHNVfN59HSQFaxZDSAL3IFG2YmqxuRs+IU33milSxbPlog==
dependencies:
"@types/eslint-scope" "^3.7.3"
"@types/estree" "^1.0.5"