File tree 2 files changed +9
-1
lines changed
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.
6
6
7
7
<!-- add unreleased items here -->
8
8
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
+
9
17
## 6.5.0 -- 2024-04-11
10
18
11
19
Added 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 67
67
},
68
68
"optionalDependencies" : {
69
69
"ajv" : " ^8.12.0" ,
70
- "ajv-formats" : " ^2.1 .1" ,
70
+ "ajv-formats" : " ^3.0 .1" ,
71
71
"ajv-formats-draft2019" : " ^1.6.1" ,
72
72
"libxmljs2" : " ^0.31 || ^0.32 || ^0.33" ,
73
73
"xmlbuilder2" : " ^3.0.2"
You can’t perform that action at this time.
0 commit comments