From ade104e572844a618bbef2b6d2a335411be58935 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Apr 2025 11:22:05 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump typescript Bumps the typescript group with 1 update in the / directory: [typescript](https://github.com/microsoft/TypeScript). Updates `typescript` from 5.8.2 to 5.8.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From 25a4cadc98477571606b1fa333dea300cfccea19 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Fri, 11 Apr 2025 09:47:19 +0200 Subject: [PATCH 2/2] Update HISTORY.md Signed-off-by: Jan Kowalleck --- HISTORY.md | 4 ++++ 1 file changed, 4 insertions(+) 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