From 6f970d3a93d7c53af2ab65679fd7ff270d5dfc6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 11:06:57 +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.6.2 to 5.6.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.2...v5.6.3) --- updated-dependencies: - dependency-name: typescript 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 3eabc8e2a..15d5a8db2 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.6.2", + "typescript": "5.6.3", "webpack": "5.95.0", "webpack-cli": "5.1.4", "webpack-node-externals": "3.0.0" From c0e44977014559ff641a2c550abb4659be65e063 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Thu, 24 Oct 2024 13:14:05 +0200 Subject: [PATCH 2/2] Update HISTORY.md Signed-off-by: Jan Kowalleck --- HISTORY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 87595bb93..6ac74dd7c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -9,13 +9,14 @@ All notable changes to this project will be documented in this file. * Fixed * Encode quotation marks in URLs ([#1154] via [#1155]) * Build - * Use _TypeScript_ `v5.6.2` now, was `v5.5.3` (via [#1130]. [#1144]) + * Use _TypeScript_ `v5.6.3` now, was `v5.5.3` (via [#1130]. [#1144], [#1150]) * Use _webpack_ `v5.95.0` now, was `v5.93.0` (via [#1138], [#1147]) [#1130]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1130 [#1138]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1138 [#1144]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1144 [#1147]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1147 +[#1150]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1150 [#1154]: https://github.com/CycloneDX/cyclonedx-javascript-library/issues/1154 [#1155]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1155