diff --git a/HISTORY.md b/HISTORY.md index 37a3ed287..765dd8c24 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.100.1` now, was `v5.99.9` (via [#1262]) + * Use _webpack_ `v5.100.2` now, was `v5.99.9` (via [#1262], [#1267]) [#1262]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1262 +[#1267]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1267 ## 8.5.0 -- 2025-07-14 diff --git a/package.json b/package.json index 365a5a9c9..ca8991764 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "rimraf": "^6", "ts-loader": "9.5.2", "typescript": "5.8.3", - "webpack": "5.100.1", + "webpack": "5.100.2", "webpack-cli": "6.0.1", "webpack-node-externals": "3.0.0" },