From f8ad74955eb6a03bbf6c1e341e49b3af74b9d11e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 07:02:53 +0000 Subject: [PATCH] Upgrade: Bump webpack from 5.108.0 to 5.108.1 Bumps [webpack](https://github.com/webpack/webpack) from 5.108.0 to 5.108.1. - [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.0...v5.108.1) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.108.1 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 5e775d0..a504b78 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.0", + "webpack": "^5.108.1", "webpack-cli": "^6.0.1", "webpack-dev-server": "^5.2.5" }, diff --git a/yarn.lock b/yarn.lock index 4bcff42..8570808 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.0: - version "5.108.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.108.0.tgz#f8bb9b554f25374e8dfa3e1b137b0791a56d7614" - integrity sha512-Ln1JuYGPRTXcHECapSFSvACtHmWEN5sQqFJeLLGQ0057S7qzT2eXUz0MZUedtmIrNy3nJgnITSubIYKGED9jSQ== +webpack@^5.108.1: + version "5.108.1" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.108.1.tgz#cd5856f9a88e55f344d64a6623c09bf34446cc9d" + integrity sha512-UUCihHQK3O7483Woa0SulNLDeAiOhHI2PN2PAPU4fVWJqbzhv04EJ8FaWtB9WWh3i8fRt28543U7VfuJTOrpgQ== dependencies: "@types/estree" "^1.0.8" "@types/json-schema" "^7.0.15"