From dd992ee08f03aa1393d869a19ab253db3e88ebdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 06:07:10 +0000 Subject: [PATCH] Bump webpack-cli in /samples/datatrue-suite-replication 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] --- .../datatrue-suite-replication/package-lock.json | 14 +++++++------- samples/datatrue-suite-replication/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/samples/datatrue-suite-replication/package-lock.json b/samples/datatrue-suite-replication/package-lock.json index 4e2fbb8ac..2f2645830 100644 --- a/samples/datatrue-suite-replication/package-lock.json +++ b/samples/datatrue-suite-replication/package-lock.json @@ -24,7 +24,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": { @@ -6172,9 +6172,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", @@ -10736,9 +10736,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-suite-replication/package.json b/samples/datatrue-suite-replication/package.json index e2c182e12..802452d17 100644 --- a/samples/datatrue-suite-replication/package.json +++ b/samples/datatrue-suite-replication/package.json @@ -24,6 +24,6 @@ "ts-node": "^10.9.2", "typescript": "^5.9.3", "webpack": "^5.109.2", - "webpack-cli": "^7.2.1" + "webpack-cli": "^7.2.2" } }