Skip to content

Commit

Permalink
chore(deps-dev): bump the typescript group with 1 update (#1160)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump the typescript group with 1 update

Bumps the typescript group with 1 update: [typescript](https://github.com/Microsoft/TypeScript).


Updates `typescript` from 5.3.3 to 5.4.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.4.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
dependabot[bot] and jkowalleck authored Mar 19, 2024
1 parent 47f6af2 commit 02d8c21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ All notable changes to this project will be documented in this file.

* Style
* Applied latest code standards (via [#1149])
* Build
* Use _TypeScript_ `v5.4.2` now, was `v5.3.3` (via [#1160])

[#1149]: https://github.com/CycloneDX/cyclonedx-node-npm/pull/1149
[#1160]: https://github.com/CycloneDX/cyclonedx-node-npm/pull/1160

## 1.16.1 - 2024-01-11

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"xmlbuilder2": "^3.0.2"
},
"devDependencies": {
"@types/node": "ts5.3",
"@types/node": "ts5.4",
"@types/normalize-package-data": "^2.4.1",
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
Expand All @@ -66,7 +66,7 @@
"jest": "29.7.0",
"jest-junit": "16.0.0",
"npm-run-all": "^4.1.5",
"typescript": "5.3.3"
"typescript": "5.4.2"
},
"type": "commonjs",
"engines": {
Expand Down

0 comments on commit 02d8c21

Please sign in to comment.