File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file.
66
77<!-- add unreleased items here -->
88
9+ ## 6.5.1 -- 2024-04-16
10+
11+ * Dependencies
12+ * Bumped the range of optional requirement ` ajv-formats ` to ` ^3.0.1 ` , was ` ^2.1.1 ` (via [ #1037 ] )
13+ This should fix JSON-validation for time/date.
14+
15+ [ #1037 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1037
16+
917## 6.5.0 -- 2024-04-11
1018
1119Added support for [ _ CycloneDX_ Specification-1.6] ( https://github.com/CycloneDX/specification/releases/tag/1.6 ) .
Original file line number Diff line number Diff line change 6767 },
6868 "optionalDependencies" : {
6969 "ajv" : " ^8.12.0" ,
70- "ajv-formats" : " ^2.1 .1" ,
70+ "ajv-formats" : " ^3.0 .1" ,
7171 "ajv-formats-draft2019" : " ^1.6.1" ,
7272 "libxmljs2" : " ^0.31 || ^0.32 || ^0.33" ,
7373 "xmlbuilder2" : " ^3.0.2"
You can’t perform that action at this time.
0 commit comments