diff --git a/HISTORY.md b/HISTORY.md index 14821196e..f8a5d6911 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,8 +7,10 @@ All notable changes to this project will be documented in this file. * 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]) [#1227]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1227 +[#1229]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1229 ## 8.0.0 -- 2025-03-17 diff --git a/package.json b/package.json index ff17b2432..779a1a1fa 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "rimraf": "^6", "ts-loader": "9.5.2", "typescript": "5.8.3", - "webpack": "5.98.0", + "webpack": "5.99.5", "webpack-cli": "6.0.1", "webpack-node-externals": "3.0.0" },