Skip to content

Commit 706eaa6

Browse files
chore(deps-dev): bump typescript from 4.9.4 to 4.9.5 (#463)
* chore(deps-dev): bump typescript from 4.9.4 to 4.9.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 4.9.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.9.4...v4.9.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * docs: 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 82b136c commit 706eaa6

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

HISTORY.md

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ All notable changes to this project will be documented in this file.
3333
* class `Types.CweRepository`
3434
* Docs
3535
* Use [TSDoc](https://tsdoc.org/) syntax in TypeScript files, instead of [JSDoc](https://jsdoc.app/) (via [#318], [#453])
36+
* Build
37+
* Use _TypeScript_ `v4.9.5` now, was `v4.9.4`. (via [#463])
3638
* Misc
3739
* Added tests for internal helpers (via [#454])
3840

@@ -41,6 +43,7 @@ All notable changes to this project will be documented in this file.
4143
[#419]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/419
4244
[#453]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/453
4345
[#454]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/454
46+
[#463]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/463
4447

4548
## 1.10.0 - 2023-01-28
4649

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
@@ -60,7 +60,7 @@
6060
"ts-loader": "9.4.2",
6161
"typedoc": "^0.23.24",
6262
"typedoc-plugin-missing-exports": "^1.0.0",
63-
"typescript": "4.9.4",
63+
"typescript": "4.9.5",
6464
"webpack": "5.75.0",
6565
"webpack-cli": "5.0.1",
6666
"xmlbuilder2": "^3.0.2"

0 commit comments

Comments
 (0)