Skip to content

Commit ad0fe50

Browse files
authored
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 994622c commit ad0fe50

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ All notable changes to this project will be documented in this file.
1313
* Dependencies
1414
* Upgraded runtime-dependency `@cyclonedx/cyclonedx-library@^8.0.0`, was `@^7.0.0` (via [#1367])
1515
* Upgraded runtime-dependency `normalize-package-data@^7.0.0`, was `@^3||^4||^5||^6` (via [#1368])
16+
* Build
17+
* Use _TypeScript_ `v5.8.2` now, was `v5.7.3` (via [#1376])
1618

1719
[#1362]: https://github.com/CycloneDX/cyclonedx-webpack-plugin/issues/1362
1820
[#1365]: https://github.com/CycloneDX/cyclonedx-webpack-plugin/pull/1365
1921
[#1367]: https://github.com/CycloneDX/cyclonedx-webpack-plugin/pull/1367
2022
[#1368]: https://github.com/CycloneDX/cyclonedx-webpack-plugin/pull/1368
2123
[#1369]: https://github.com/CycloneDX/cyclonedx-webpack-plugin/pull/1369
24+
[#1376]: https://github.com/CycloneDX/cyclonedx-webpack-plugin/pull/1376
2225

2326
## 4.0.1 - 2025-01-29
2427

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@
7575
"webpack": "^5"
7676
},
7777
"devDependencies": {
78-
"@types/node": "ts5.7",
78+
"@types/node": "ts5.8",
7979
"@types/normalize-package-data": "^2.4.4",
8080
"c8": "^10",
8181
"jest": "29.7.0",
8282
"jest-junit": "16.0.0",
8383
"npm-run-all2": "^7.0.2",
84-
"typescript": "5.7.3",
84+
"typescript": "5.8.2",
8585
"webpack": "^5"
8686
},
8787
"types": "./dist/plugin.d.ts",

0 commit comments

Comments
 (0)