From 9fb8bc01288fcd07df605ddcaba297fef2d0008d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 15:03:05 +0000 Subject: [PATCH] build(deps-dev): bump webpack in the webpack group Bumps the webpack group with 1 update: [webpack](https://github.com/webpack/webpack). Updates `webpack` from 5.110.1 to 5.110.2 - [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.110.1...v5.110.2) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.110.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: webpack ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8647279d..4780b11a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13790,9 +13790,9 @@ } }, "node_modules/webpack": { - "version": "5.110.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.110.1.tgz", - "integrity": "sha512-gInQB+jxXxgnZyvPwuzT5NGQmECDqeu85oxcrjinrYHqPoBex0hCAN2SFTJVyPVrK0Pq9E44VFP+e89fAc10/w==", + "version": "5.110.2", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.110.2.tgz", + "integrity": "sha512-TciLrfM7zgEjqGdY851HkirDsSPQgTFsWQpl9oHqMAMYsHhEC0bKjscvjpnz+pzx10hLC8qISApGrsnrCP4UtQ==", "dev": true, "license": "MIT", "dependencies": { @@ -23744,9 +23744,9 @@ "dev": true }, "webpack": { - "version": "5.110.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.110.1.tgz", - "integrity": "sha512-gInQB+jxXxgnZyvPwuzT5NGQmECDqeu85oxcrjinrYHqPoBex0hCAN2SFTJVyPVrK0Pq9E44VFP+e89fAc10/w==", + "version": "5.110.2", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.110.2.tgz", + "integrity": "sha512-TciLrfM7zgEjqGdY851HkirDsSPQgTFsWQpl9oHqMAMYsHhEC0bKjscvjpnz+pzx10hLC8qISApGrsnrCP4UtQ==", "dev": true, "requires": { "@types/estree": "^1.0.8",