From d03ce8a01a4cbb068ffa811d3e4314bf7fc4d873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 16:22:47 +0000 Subject: [PATCH] fix: bump webpack from 5.110.2 to 5.110.3 Bumps [webpack](https://github.com/webpack/webpack) from 5.110.2 to 5.110.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.110.2...v5.110.3) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.110.3 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 aea353f..4ccf2ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "nyc": "^18.0.0", "puppeteer": "^25.9.0", "semantic-release": "25.0.9", - "webpack": "^5.110.2", + "webpack": "^5.110.3", "webpack-cli": "^7.2.3", "zip-webpack-plugin": "^4.0.3" } @@ -11152,9 +11152,9 @@ } }, "node_modules/webpack": { - "version": "5.110.2", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.110.2.tgz", - "integrity": "sha512-TciLrfM7zgEjqGdY851HkirDsSPQgTFsWQpl9oHqMAMYsHhEC0bKjscvjpnz+pzx10hLC8qISApGrsnrCP4UtQ==", + "version": "5.110.3", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.110.3.tgz", + "integrity": "sha512-GuizBzRvo9YPpyoNMf3ag7AzxbaW85qrRSqTha345KyJbAFPt3/cMzBM0h+RWg7SK/7DdzRLINP3LvQ0hvr4hg==", "dev": true, "license": "MIT", "dependencies": { @@ -19163,9 +19163,9 @@ "dev": true }, "webpack": { - "version": "5.110.2", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.110.2.tgz", - "integrity": "sha512-TciLrfM7zgEjqGdY851HkirDsSPQgTFsWQpl9oHqMAMYsHhEC0bKjscvjpnz+pzx10hLC8qISApGrsnrCP4UtQ==", + "version": "5.110.3", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.110.3.tgz", + "integrity": "sha512-GuizBzRvo9YPpyoNMf3ag7AzxbaW85qrRSqTha345KyJbAFPt3/cMzBM0h+RWg7SK/7DdzRLINP3LvQ0hvr4hg==", "dev": true, "requires": { "@types/estree": "^1.0.8", diff --git a/package.json b/package.json index 9ff5f6e..c6d78fb 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "nanoid": ">=6.0.1", "nyc": "^18.0.0", "puppeteer": "^25.9.0", - "webpack": "^5.110.2", + "webpack": "^5.110.3", "webpack-cli": "^7.2.3", "zip-webpack-plugin": "^4.0.3", "semantic-release": "25.0.9"