From 018d386b3c4d812dc2de670cf07639d6f1da2919 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 18:45:55 +0100 Subject: [PATCH] build(deps-dev): bump webpack from 5.105.0 to 5.105.2 (#9218) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 732d83ac9..f8bbfc681 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "multiple-cucumber-html-reporter": "^3.9.3", "node-polyfill-webpack-plugin": "^4.1.0", "sass-embedded": "^1.97.3", - "webpack": "^5.105.0" + "webpack": "^5.105.2" }, "optionalDependencies": { "@vuepress/bundler-vite": "^2.0.0-rc.18", @@ -16596,9 +16596,9 @@ "dev": true }, "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, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index dce44c970..3936c38e9 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "multiple-cucumber-html-reporter": "^3.9.3", "node-polyfill-webpack-plugin": "^4.1.0", "sass-embedded": "^1.97.3", - "webpack": "^5.105.0" + "webpack": "^5.105.2" }, "optionalDependencies": { "@vuepress/bundler-vite": "^2.0.0-rc.18", diff --git a/yarn.lock b/yarn.lock index fd3a10cf6..902ea00f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8770,10 +8770,10 @@ webpack-sources@^3.3.3: resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.3.3.tgz#d4bf7f9909675d7a070ff14d0ef2a4f3c982c723" integrity sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg== -webpack@^5.105.0: - version "5.105.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.105.0.tgz#38b5e6c5db8cbe81debbd16e089335ada05ea23a" - integrity sha512-gX/dMkRQc7QOMzgTe6KsYFM7DxeIONQSui1s0n/0xht36HvrgbxtM1xBlgx596NbpHuQU8P7QpKwrZYwUX48nw== +webpack@^5.105.2: + version "5.105.2" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.105.2.tgz#f3b76f9fc36f1152e156e63ffda3bbb82e6739ea" + integrity sha512-dRXm0a2qcHPUBEzVk8uph0xWSjV/xZxenQQbLwnwP7caQCYpqG1qddwlyEkIDkYn0K8tvmcrZ+bOrzoQ3HxCDw== dependencies: "@types/eslint-scope" "^3.7.7" "@types/estree" "^1.0.8"