From 639f0bc255bd7c33f483baf582ffde7734a7c6af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 23:45:57 +0000 Subject: [PATCH] Update dependency webpack to v5.90.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index aa03fae3..62b842c0 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "stylelint-config-recommended": "14.0.0", "stylelint-no-unsupported-browser-features": "8.0.1", "svg-symbol-sprite": "1.4.1", - "webpack": "5.90.0", + "webpack": "5.90.1", "webpack-cli": "5.1.4", "webpack-shell-plugin-next": "2.3.1", "webpack-spritesmith": "1.1.0" diff --git a/yarn.lock b/yarn.lock index 3231fba9..06d3e787 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8821,10 +8821,10 @@ webpack-spritesmith@1.1.0: spritesheet-templates "^10.4.2" spritesmith "^3.4.0" -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"