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" } }