diff --git a/HISTORY.md b/HISTORY.md index 0662d1bac..14821196e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. ## unreleased +* Build + * Use _TypeScript_ `v5.8.3` now, was `v5.8.2` (via [#1227]) + +[#1227]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1227 ## 8.0.0 -- 2025-03-17 diff --git a/package.json b/package.json index 89bbce43a..ff17b2432 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "npm-run-all2": "^7", "rimraf": "^6", "ts-loader": "9.5.2", - "typescript": "5.8.2", + "typescript": "5.8.3", "webpack": "5.98.0", "webpack-cli": "6.0.1", "webpack-node-externals": "3.0.0"