From 1ae0889e94d0bf4376436ea7ed3c89fb56577eb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 07:02:57 +0000 Subject: [PATCH] Upgrade: Bump webpack from 5.108.1 to 5.108.3 Bumps [webpack](https://github.com/webpack/webpack) from 5.108.1 to 5.108.3. - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack/compare/v5.108.1...v5.108.3) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.108.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a504b78..bedf647 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "sass": "^1.101.0", "sass-loader": "^16.0.8", "set-value": "^4.1.0", - "webpack": "^5.108.1", + "webpack": "^5.108.3", "webpack-cli": "^6.0.1", "webpack-dev-server": "^5.2.5" }, diff --git a/yarn.lock b/yarn.lock index 8570808..3d152f1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2453,10 +2453,10 @@ webpack-sources@^3.5.0: resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.5.0.tgz#87bf7f5801a4e985b1f1c92b64b9620a02f76d08" integrity sha512-HPuy+uuoTCaaoEoI1LQ3JN9+vrPBvEesnnX1jADHy728cHSMlq4wUc4afYqahq2B1mhQVZxCXOkNTnXltr+2vQ== -webpack@^5.108.1: - version "5.108.1" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.108.1.tgz#cd5856f9a88e55f344d64a6623c09bf34446cc9d" - integrity sha512-UUCihHQK3O7483Woa0SulNLDeAiOhHI2PN2PAPU4fVWJqbzhv04EJ8FaWtB9WWh3i8fRt28543U7VfuJTOrpgQ== +webpack@^5.108.3: + version "5.108.3" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.108.3.tgz#39be3baba294fa9d93487199b8c7e3ce742d3498" + integrity sha512-hOpaCHmQVVY66IVTjofnH14IgSdmod2aquSGHGuYig/OIdWge01Hk2Wt988DZcwXumFUT4+FvJY5N+ikl8o/ww== dependencies: "@types/estree" "^1.0.8" "@types/json-schema" "^7.0.15"