We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc7a3dd commit 570bfa0Copy full SHA for 570bfa0
HISTORY.md
@@ -8,8 +8,10 @@ All notable changes to this project will be documented in this file.
8
9
* Build
10
* Use _TypeScript_ `v5.5.4` now, was `v5.5.3` (via [#1130])
11
+ * Use _webpack_ `v5.94.0` now, was `v5.93.0` (via [#1138])
12
13
[#1130]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1130
14
+[#1138]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1138
15
16
## 6.11.0 -- 2024-07-15
17
package.json
@@ -102,7 +102,7 @@
102
"rimraf": "^4||^5",
103
"ts-loader": "9.5.1",
104
"typescript": "5.5.4",
105
- "webpack": "5.93.0",
+ "webpack": "5.94.0",
106
"webpack-cli": "5.1.4",
107
"webpack-node-externals": "3.0.0"
108
},
0 commit comments