diff --git a/HISTORY.md b/HISTORY.md index 1ede87f92..1b2f97b23 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,9 +7,10 @@ All notable changes to this project will be documented in this file. * Build - * Use _webpack_ `v5.104.1` now, was `v5.103.0` (via [#1360]) + * Use _webpack_ `5.105.2` now, was `v5.103.0` (via [#1360], [#1374]) [#1360]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1360 +[#1374]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1374 ## 9.4.1 -- 2025-12-04 diff --git a/package.json b/package.json index 4bab84f52..7c50895cb 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "rimraf": "^6", "ts-loader": "9.5.4", "typescript": "5.9.3", - "webpack": "5.104.1", + "webpack": "5.105.2", "webpack-cli": "6.0.1", "webpack-node-externals": "3.0.0" },