From a918e733c8c101c3baa2474bbfa252a53ac8560a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 22:19:47 +0000 Subject: [PATCH] chore(deps-dev): Bump webpack-cli from 7.2.2 to 7.2.3 Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 7.2.2 to 7.2.3. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@7.2.2...webpack-cli@7.2.3) --- updated-dependencies: - dependency-name: webpack-cli dependency-version: 7.2.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index addd8d8..8164e5f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1007,9 +1007,9 @@ watchpack@^2.5.2: graceful-fs "^4.1.2" webpack-cli@^7.2: - version "7.2.2" - resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-7.2.2.tgz#94ff4f8a28aa087c8127c821e26a6fd0a50323e5" - integrity sha512-lD0pALneslq8FfV+rwvm1BMW0AFAJrHHhNupAGN4asYjMvqrtRsenU4iKpiBo09gS4ntMxKGUxl9jhTEzVt0oA== + version "7.2.3" + resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-7.2.3.tgz#becafbd777df5ff3e1a35ec398ad2ad54ec4d456" + integrity sha512-vDFU7jrfCctnN7jJQWPl+V26B51GLp11prVZXg50oeonsgeBzSTJEWmXkjHsOjTgMjlPOQM8GWLh33X9RN/0ow== dependencies: "@discoveryjs/json-ext" "^1.1.0" commander "^14.0.3"