Skip to content

Commit d982eb1

Browse files
chore(deps-dev): bump the typescript group with 1 update (#1259)
* 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] <[email protected]> * bump 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 79c03db commit d982eb1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
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_ `v5.4.2` now, was `v5.3.3` (via [#1259])
9+
10+
[#1259]: https://github.com/CycloneDX/cyclonedx-webpack-plugin/pull/1259
11+
712
## 3.9.1 - 2023-12-10
813

914
* Fix

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"webpack": "^5"
5656
},
5757
"devDependencies": {
58-
"@types/node": "ts5.3",
58+
"@types/node": "ts5.4",
5959
"@types/normalize-package-data": "^2.4.1",
6060
"c8": "^8||^9",
6161
"eslint": "8.57.0",
@@ -66,7 +66,7 @@
6666
"jest": "29.7.0",
6767
"jest-junit": "16.0.0",
6868
"npm-run-all": "^4.1.5",
69-
"typescript": "5.3.3",
69+
"typescript": "5.4.2",
7070
"webpack": "^5"
7171
},
7272
"types": "./dist/plugin.d.ts",

0 commit comments

Comments
 (0)