From e2c7ab8a571c6aa41d2f40334fe8e94309a6e30a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 07:31:35 +0000 Subject: [PATCH] fix: 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] --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e3f0a09..97bdc15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "nyc": "^18.0.0", "puppeteer": "^25.9.0", "webpack": "^5.110.1", - "webpack-cli": "^7.2.2", + "webpack-cli": "^7.2.3", "zip-webpack-plugin": "^4.0.3" } }, @@ -6388,10 +6388,11 @@ } }, "node_modules/webpack-cli": { - "version": "7.2.2", - "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-7.2.2.tgz", - "integrity": "sha512-lD0pALneslq8FfV+rwvm1BMW0AFAJrHHhNupAGN4asYjMvqrtRsenU4iKpiBo09gS4ntMxKGUxl9jhTEzVt0oA==", + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-7.2.3.tgz", + "integrity": "sha512-vDFU7jrfCctnN7jJQWPl+V26B51GLp11prVZXg50oeonsgeBzSTJEWmXkjHsOjTgMjlPOQM8GWLh33X9RN/0ow==", "dev": true, + "license": "MIT", "dependencies": { "@discoveryjs/json-ext": "^1.1.0", "commander": "^14.0.3", @@ -6415,7 +6416,7 @@ "peerDependencies": { "js-yaml": "^4.0.0 || ^5.0.0", "json5": "^2.2.3", - "toml": "^3.0.0 || ^4.0.0", + "toml": "^3.0.0 || ^4.0.0 || ^5.0.0", "webpack": "^5.101.0", "webpack-bundle-analyzer": "^4.0.0 || ^5.0.0", "webpack-dev-server": "^5.0.0 || ^6.0.0" @@ -11129,9 +11130,9 @@ } }, "webpack-cli": { - "version": "7.2.2", - "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-7.2.2.tgz", - "integrity": "sha512-lD0pALneslq8FfV+rwvm1BMW0AFAJrHHhNupAGN4asYjMvqrtRsenU4iKpiBo09gS4ntMxKGUxl9jhTEzVt0oA==", + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-7.2.3.tgz", + "integrity": "sha512-vDFU7jrfCctnN7jJQWPl+V26B51GLp11prVZXg50oeonsgeBzSTJEWmXkjHsOjTgMjlPOQM8GWLh33X9RN/0ow==", "dev": true, "requires": { "@discoveryjs/json-ext": "^1.1.0", diff --git a/package.json b/package.json index d9047a3..1054495 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "nyc": "^18.0.0", "puppeteer": "^25.9.0", "webpack": "^5.110.1", - "webpack-cli": "^7.2.2", + "webpack-cli": "^7.2.3", "zip-webpack-plugin": "^4.0.3" }, "release": {