Skip to content

Commit 9426762

Browse files
chore(deps): bump ajv-formats from 2.1.1 to 3.0.1 in the ajv group (#1037)
* chore(deps): bump ajv-formats from 2.1.1 to 3.0.1 in the ajv group Bumps the ajv group with 1 update: [ajv-formats](https://github.com/ajv-validator/ajv-formats). Updates `ajv-formats` from 2.1.1 to 3.0.1 - [Release notes](https://github.com/ajv-validator/ajv-formats/releases) - [Commits](ajv-validator/ajv-formats@v2.1.1...v3.0.1) --- updated-dependencies: - dependency-name: ajv-formats dependency-type: direct:production update-type: version-update:semver-major dependency-group: ajv ... Signed-off-by: dependabot[bot] <[email protected]> * fix Signed-off-by: Jan Kowalleck <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jan Kowalleck <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Kowalleck <[email protected]>
1 parent b6b37c1 commit 9426762

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

HISTORY.md

+8
Original file line numberDiff line numberDiff 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

1119
Added support for [_CycloneDX_ Specification-1.6](https://github.com/CycloneDX/specification/releases/tag/1.6).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
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"

0 commit comments

Comments
 (0)