Skip to content

Commit 32f5fa1

Browse files
chore(deps-dev): bump typescript from 5.4.3 to 5.4.5 in the typescript group (#1040)
* chore(deps-dev): bump typescript in the typescript group Bumps the typescript group with 1 update: [typescript](https://github.com/Microsoft/TypeScript). Updates `typescript` from 5.4.3 to 5.4.5 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.4.3...v5.4.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript ... Signed-off-by: dependabot[bot] <[email protected]> * docs Signed-off-by: Jan Kowalleck <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jan Kowalleck <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Kowalleck <[email protected]>
1 parent f770797 commit 32f5fa1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@ Added support for [_CycloneDX_ Specification-1.6](https://github.com/CycloneDX/s
2121
* Namespace `Spec` was enhanced for _CycloneDX_ Specification-1.6 ([#1039] via [#1041])
2222
* `Spec.Spec1dot6`
2323
* `Spec.Version.v1dot6`
24+
* Build
25+
* Use _TypeScript_ `v5.4.5` now, was `v5.4.3` (via [#1040])
2426

2527
[#1039]: https://github.com/CycloneDX/cyclonedx-javascript-library/issues/1039
28+
[#1040]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1040
2629
[#1041]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1041
2730

2831
## 6.4.2 -- 2024-03-21

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"ts-loader": "9.5.1",
9292
"typedoc": "^0.25.0",
9393
"typedoc-plugin-missing-exports": "^2.0.1",
94-
"typescript": "5.4.3",
94+
"typescript": "5.4.5",
9595
"webpack": "5.91.0",
9696
"webpack-cli": "5.1.4",
9797
"webpack-node-externals": "3.0.0"

0 commit comments

Comments
 (0)