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 624e6c5 commit b193f41Copy full SHA for b193f41
HISTORY.md
@@ -8,8 +8,11 @@ All notable changes to this project will be documented in this file.
8
9
* Fixed
10
* Improved URL sanitizer (via [#1121])
11
+* Build
12
+ * Use _webpack_ `v5.93.0` now, was `v5.92.1` (via [#1122])
13
14
[#1121]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1121
15
+[#1122]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1122
16
17
## 6.10.1 -- 2024-07-03
18
package.json
@@ -102,7 +102,7 @@
102
"rimraf": "^4||^5",
103
"ts-loader": "9.5.1",
104
"typescript": "5.5.3",
105
- "webpack": "5.92.1",
+ "webpack": "5.93.0",
106
"webpack-cli": "5.1.4",
107
"webpack-node-externals": "3.0.0"
108
},
0 commit comments