We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c18f4 commit 233429fCopy full SHA for 233429f
HISTORY.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
5
## unreleased
6
7
+* Build
8
+ * Use _TypeScript_ `v5.3.3` now, was `v5.3.2` (via [#999])
9
+
10
+[#999]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/999
11
12
## 6.1.2 -- 2023-12-02
13
14
Maintenance release.
package.json
@@ -95,7 +95,7 @@
95
"ts-loader": "9.5.1",
96
"typedoc": "^0.25.0",
97
"typedoc-plugin-missing-exports": "^2.0.1",
98
- "typescript": "5.3.2",
+ "typescript": "5.3.3",
99
"webpack": "5.89.0",
100
"webpack-cli": "5.1.4",
101
"webpack-node-externals": "3.0.0"
0 commit comments