From 08a2cfa7c196d8aeb080922ceaf07dfa448413f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 08:33:38 +0000 Subject: [PATCH] build(deps-dev): bump webpack-cli from 7.2.1 to 7.2.2 in /vscode Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 7.2.1 to 7.2.2. - [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.1...webpack-cli@7.2.2) --- updated-dependencies: - dependency-name: webpack-cli dependency-version: 7.2.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- vscode/package-lock.json | 8 ++++---- vscode/packages/microsoft-kiota/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/vscode/package-lock.json b/vscode/package-lock.json index b4adb00b23..f318657f0d 100644 --- a/vscode/package-lock.json +++ b/vscode/package-lock.json @@ -7510,9 +7510,9 @@ } }, "node_modules/webpack-cli": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-7.2.1.tgz", - "integrity": "sha512-YwSGbcZdfz12DM8JIseVPr3oBb09IgVCVc4vY3oDvZnI/mALTGPAP1QiqOi4/bBLSJrRHaqDIXeHcNA0+G38aw==", + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-7.2.2.tgz", + "integrity": "sha512-lD0pALneslq8FfV+rwvm1BMW0AFAJrHHhNupAGN4asYjMvqrtRsenU4iKpiBo09gS4ntMxKGUxl9jhTEzVt0oA==", "dev": true, "license": "MIT", "dependencies": { @@ -7936,7 +7936,7 @@ "mocha": "^11.7.6", "sinon": "^22.1.0", "webpack": "^5.108.4", - "webpack-cli": "^7.2.1" + "webpack-cli": "^7.2.2" }, "engines": { "vscode": "^1.125.0" diff --git a/vscode/packages/microsoft-kiota/package.json b/vscode/packages/microsoft-kiota/package.json index 1d1af79ea9..1a78eaf573 100644 --- a/vscode/packages/microsoft-kiota/package.json +++ b/vscode/packages/microsoft-kiota/package.json @@ -531,6 +531,6 @@ "mocha": "^11.7.6", "sinon": "^22.1.0", "webpack": "^5.108.4", - "webpack-cli": "^7.2.1" + "webpack-cli": "^7.2.2" } }