From e2c4c53a30631f589c0324fdd6b200f2aa1772f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 17:43:46 +0000 Subject: [PATCH] Bump webpack from 5.104.0 to 5.104.1 in /webapp Bumps [webpack](https://github.com/webpack/webpack) from 5.104.0 to 5.104.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.104.0...v5.104.1) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.104.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- webapp/package.json | 2 +- webapp/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/package.json b/webapp/package.json index d03c90a4..4c2f980f 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -54,7 +54,7 @@ "terser-webpack-plugin": "^5.3.16", "ts-node": "^10.9.2", "typescript": "^5.9.3", - "webpack": "^5.104.0", + "webpack": "^5.104.1", "webpack-dev-server": "^5.2.2", "webpack-manifest-plugin": "^6.0.1", "workbox-webpack-plugin": "^7.4.0" diff --git a/webapp/yarn.lock b/webapp/yarn.lock index c800d171..9848ae5c 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -10492,10 +10492,10 @@ webpack-sources@^3.3.3: resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.3.3.tgz#d4bf7f9909675d7a070ff14d0ef2a4f3c982c723" integrity sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg== -webpack@^5.104.0: - version "5.104.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.104.0.tgz#2b919a4f2526cdc42731142ae295019264fcfb76" - integrity sha512-5DeICTX8BVgNp6afSPYXAFjskIgWGlygQH58bcozPOXgo2r/6xx39Y1+cULZ3gTxUYQP88jmwLj2anu4Xaq84g== +webpack@^5.104.1: + version "5.104.1" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.104.1.tgz#94bd41eb5dbf06e93be165ba8be41b8260d4fb1a" + integrity sha512-Qphch25abbMNtekmEGJmeRUhLDbe+QfiWTiqpKYkpCOWY64v9eyl+KRRLmqOFA2AvKPpc9DC6+u2n76tQLBoaA== dependencies: "@types/eslint-scope" "^3.7.7" "@types/estree" "^1.0.8"