From f7a6f213dd6177c65672d2e4827e49656ab1599d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 09:42:06 -0500 Subject: [PATCH] Bump webpack from 5.105.1 to 5.105.2 (#3262) Bumps [webpack](https://github.com/webpack/webpack) from 5.105.1 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.1...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ce19d03a..2e8ba61ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "sass": "^1.97.2", "sass-loader": "^16.0.7", "terser-webpack-plugin": "^5.3.16", - "webpack": "^5.105.1", + "webpack": "^5.105.2", "webpack-cli": "^6.0.1" }, "engines": { @@ -12338,9 +12338,9 @@ } }, "node_modules/webpack": { - "version": "5.105.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.105.1.tgz", - "integrity": "sha512-Gdj3X74CLJJ8zy4URmK42W7wTZUJrqL+z8nyGEr4dTN0kb3nVs+ZvjbTOqRYPD7qX4tUmwyHL9Q9K6T1seW6Yw==", + "version": "5.105.2", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.105.2.tgz", + "integrity": "sha512-dRXm0a2qcHPUBEzVk8uph0xWSjV/xZxenQQbLwnwP7caQCYpqG1qddwlyEkIDkYn0K8tvmcrZ+bOrzoQ3HxCDw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 71f411223..5c7fa7df3 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "sass": "^1.97.2", "sass-loader": "^16.0.7", "terser-webpack-plugin": "^5.3.16", - "webpack": "^5.105.1", + "webpack": "^5.105.2", "webpack-cli": "^6.0.1" } }