Skip to content

Commit 874f6db

Browse files
chore(deps-dev): bump typescript from 5.1.3 to 5.1.5 (#860)
* chore(deps-dev): bump typescript from 5.1.3 to 5.1.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.3 to 5.1.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.1.3...v5.1.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * HISTORY 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 5224ccc commit 874f6db

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

HISTORY.md

+2
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,15 @@ Added functionality regarding [_CycloneDX_ BOM-Link](https://cyclonedx.org/capab
4646
* Fetched latest stable schema definition files for offline usage (via [#843])
4747
* Improved internal documentation (via [#856])
4848
* Build
49+
* Use _TypeScript_ `v5.1.5` now, was `v5.1.3` (via [#860])
4950
* Use _Webpack_ `v5.88.0` now, was `v5.86.0` (via [#841])
5051

5152
[#505]: https://github.com/CycloneDX/cyclonedx-javascript-library/issues/505
5253
[#841]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/841
5354
[#843]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/843
5455
[#856]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/856
5556
[#857]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/857
57+
[#860]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/860
5658

5759
## 2.1.0 -- 2023-06-10
5860

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"ts-loader": "9.4.3",
9494
"typedoc": "^0.24.4",
9595
"typedoc-plugin-missing-exports": "^2.0.0",
96-
"typescript": "5.1.3",
96+
"typescript": "5.1.5",
9797
"webpack": "5.88.0",
9898
"webpack-cli": "5.1.4"
9999
},

0 commit comments

Comments
 (0)