From 8fddcbee0d50374b1476bb9f1e1b920dc1e831d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 06:06:53 +0000 Subject: [PATCH] Bump webpack-cli in /samples/datatrue-solution-design 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] --- samples/datatrue-solution-design/package-lock.json | 14 +++++++------- samples/datatrue-solution-design/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/samples/datatrue-solution-design/package-lock.json b/samples/datatrue-solution-design/package-lock.json index 047b0c589..166ddca2b 100644 --- a/samples/datatrue-solution-design/package-lock.json +++ b/samples/datatrue-solution-design/package-lock.json @@ -21,7 +21,7 @@ "ts-node": "^10.9.2", "typescript": "^5.9.3", "webpack": "^5.109.2", - "webpack-cli": "^7.2.1" + "webpack-cli": "^7.2.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -6114,9 +6114,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, "dependencies": { "@discoveryjs/json-ext": "^1.1.0", @@ -10630,9 +10630,9 @@ } }, "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, "requires": { "@discoveryjs/json-ext": "^1.1.0", diff --git a/samples/datatrue-solution-design/package.json b/samples/datatrue-solution-design/package.json index e06080fef..cdeaf1ca5 100644 --- a/samples/datatrue-solution-design/package.json +++ b/samples/datatrue-solution-design/package.json @@ -21,6 +21,6 @@ "ts-node": "^10.9.2", "typescript": "^5.9.3", "webpack": "^5.109.2", - "webpack-cli": "^7.2.1" + "webpack-cli": "^7.2.2" } }