From 1f5bd1c8700d123f7e0d0d2df0cae984623b40f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 16:12:36 +0000 Subject: [PATCH] Bump webpack from 5.110.1 to 5.110.2 Bumps [webpack](https://github.com/webpack/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 ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 265a2db3..125882d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "recursive-readdir": "2.2.3", "run-script-os": "1.1.6", "web-vitals": "6.2.1", - "webpack": "5.110.1", + "webpack": "5.110.2", "webpack-cli": "7.2.3", "xml-js": "1.6.11" } @@ -1304,9 +1304,9 @@ "license": "Apache-2.0" }, "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": { @@ -2356,9 +2356,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", diff --git a/package.json b/package.json index 5defb700..7baf9165 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "recursive-readdir": "2.2.3", "run-script-os": "1.1.6", "web-vitals": "6.2.1", - "webpack": "5.110.1", + "webpack": "5.110.2", "webpack-cli": "7.2.3", "xml-js": "1.6.11" }