diff --git a/HISTORY.md b/HISTORY.md index ba450a6c..8abc78c6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -15,8 +15,11 @@ Added support for [_CycloneDX_ Specification-1.6](https://github.com/CycloneDX/s * Added * CLI switch `--spec-version` now supports value `1.6` to reflect _CycloneDX_ Specification-1.6 (via [#1175]) Default value for that option is unchanged - still `1.4`. +* Build + * Use _TypeScript_ `v5.4.5` now, was `v5.4.2` (via [#1167]) [#1175]: https://github.com/CycloneDX/cyclonedx-node-npm/pull/1175 +[#1167]: https://github.com/CycloneDX/cyclonedx-node-npm/pull/1167 ## 1.16.2 - 2024-03-19 diff --git a/package.json b/package.json index eebb89d5..385714d4 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "jest": "29.7.0", "jest-junit": "16.0.0", "npm-run-all": "^4.1.5", - "typescript": "5.4.2" + "typescript": "5.4.5" }, "type": "commonjs", "engines": {