Skip to content

Commit 822e8ac

Browse files
chore(deps-dev): bump typescript from 4.8.2 to 4.8.3 (#212)
* chore(deps-dev): bump typescript from 4.8.2 to 4.8.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.2 to 4.8.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.8.2...v4.8.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * docs: write 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 c5e8e15 commit 822e8ac

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

HISTORY.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## unreleased
66

7+
* Build
8+
* Use _TypeScript_ `v4.8.3` now, was `v4.8.2`. (via [#212])
9+
10+
[#212]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/212
11+
712
## 1.4.1 - 2022-09-00
813

914
Maintenance release.

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
@@ -55,7 +55,7 @@
5555
"mocha": "10.0.0",
5656
"npm-run-all": "^4.1.5",
5757
"ts-loader": "9.3.1",
58-
"typescript": "4.8.2",
58+
"typescript": "4.8.3",
5959
"webpack": "5.74.0",
6060
"webpack-cli": "4.10.0",
6161
"xmlbuilder2": "^3.0.2"

0 commit comments

Comments
 (0)