diff --git a/HISTORY.md b/HISTORY.md index 658f53a5d..38b6626dd 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.7.3` now, was `v5.7.2` (via [#1204]) + +[#1204]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1204 + ## 7.1.0 -- 2025-01-09 * Added diff --git a/package.json b/package.json index b8e31b054..f5c23633c 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "npm-run-all2": "^5||^6", "rimraf": "^4||^5", "ts-loader": "9.5.1", - "typescript": "5.7.2", + "typescript": "5.7.3", "webpack": "5.97.1", "webpack-cli": "5.1.4||6.0.1", "webpack-node-externals": "3.0.0"