From 8f51844ba9efe7aed755d51e95be72bc17f64c12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 04:42:50 +0000 Subject: [PATCH] fix: bump webpack from 5.105.0 to 5.105.2 Bumps [webpack](https://github.com/webpack/webpack) from 5.105.0 to 5.105.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.105.0...v5.105.2) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.105.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 c6d1689..a1bb87a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "nanoid": ">=5.1.6", "nyc": "^17.1.0", "puppeteer": "^24.37.3", - "webpack": "^5.105.0", + "webpack": "^5.105.2", "webpack-cli": "^6.0.1", "zip-webpack-plugin": "^4.0.3" } @@ -6229,9 +6229,9 @@ } }, "node_modules/webpack": { - "version": "5.105.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.105.0.tgz", - "integrity": "sha512-gX/dMkRQc7QOMzgTe6KsYFM7DxeIONQSui1s0n/0xht36HvrgbxtM1xBlgx596NbpHuQU8P7QpKwrZYwUX48nw==", + "version": "5.105.2", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.105.2.tgz", + "integrity": "sha512-dRXm0a2qcHPUBEzVk8uph0xWSjV/xZxenQQbLwnwP7caQCYpqG1qddwlyEkIDkYn0K8tvmcrZ+bOrzoQ3HxCDw==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.7", @@ -10979,9 +10979,9 @@ "dev": true }, "webpack": { - "version": "5.105.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.105.0.tgz", - "integrity": "sha512-gX/dMkRQc7QOMzgTe6KsYFM7DxeIONQSui1s0n/0xht36HvrgbxtM1xBlgx596NbpHuQU8P7QpKwrZYwUX48nw==", + "version": "5.105.2", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.105.2.tgz", + "integrity": "sha512-dRXm0a2qcHPUBEzVk8uph0xWSjV/xZxenQQbLwnwP7caQCYpqG1qddwlyEkIDkYn0K8tvmcrZ+bOrzoQ3HxCDw==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.7", diff --git a/package.json b/package.json index d574431..b818b4a 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "nanoid": ">=5.1.6", "nyc": "^17.1.0", "puppeteer": "^24.37.3", - "webpack": "^5.105.0", + "webpack": "^5.105.2", "webpack-cli": "^6.0.1", "zip-webpack-plugin": "^4.0.3" },