diff --git a/HISTORY.md b/HISTORY.md index 6a7dce40c..74c9a5fd2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -10,10 +10,11 @@ All notable changes to this project will be documented in this file. * Support `libxmljs2@^0.35||0.37`, was `@0.35` (via [#]) * Build * Use _TypeScript_ `v5.8.3` now, was `v5.8.2` (via [#1227]) - * Use _webpack_ `v5.99.5` now, was `v5.98.0` (via [#1229]) + * Use _webpack_ `v5.99.6` now, was `v5.98.0` (via [#1229], [#1231]) [#1227]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1227 [#1229]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1229 +[#1231]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1231 ## 8.0.0 -- 2025-03-17 diff --git a/package.json b/package.json index ce8310fbb..8380029df 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "rimraf": "^6", "ts-loader": "9.5.2", "typescript": "5.8.3", - "webpack": "5.99.5", + "webpack": "5.99.9", "webpack-cli": "6.0.1", "webpack-node-externals": "3.0.0" },