diff --git a/HISTORY.md b/HISTORY.md index b6ceeb41e..c36677f3e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -10,7 +10,10 @@ All notable changes to this project will be documented in this file. * Support CycloneDX 1.7.1 ([#1463] via [#1465]) * Support CycloneDX 1.6.2 (via [#1465]) * Support CycloneDX 1.5.1 (via [#1465]) +* Build + * Use _webpack_ `5.107.2` now, was `v5.105.3` (via [#1459]) +[#1459]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1459 [#1463]: https://github.com/CycloneDX/cyclonedx-javascript-library/issues/1463 [#1465]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1465 diff --git a/package.json b/package.json index 6172089b0..fb1b296bb 100644 --- a/package.json +++ b/package.json @@ -142,10 +142,10 @@ "mocha": "11.7.6", "npm-run-all2": "^8", "rimraf": "^6", - "ts-loader": "9.5.4", + "ts-loader": "9.6.0", "typescript": "5.9.3", - "webpack": "5.105.3", - "webpack-cli": "6.0.1", + "webpack": "5.107.2", + "webpack-cli": "7.0.3", "webpack-node-externals": "3.0.0" }, "overrides": {