diff --git a/HISTORY.md b/HISTORY.md index a0f496af4..dafdd1546 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file. +* Build + * Use _TypeScript_ `v5.5.4` now, was `v5.5.3` (via [#1209]) + +[#1209]: https://github.com/CycloneDX/cyclonedx-node-npm/pull/1209 + ## 1.19.3 -- 2024-07-15 * Dependencies diff --git a/package.json b/package.json index a5cd71d31..bb729c856 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "jest": "29.7.0", "jest-junit": "16.0.0", "npm-run-all": "^4.1.5", - "typescript": "5.5.3" + "typescript": "5.5.4" }, "type": "commonjs", "engines": {