Skip to content

Commit

Permalink
chore(deps): bump ajv-formats from 2.1.1 to 3.0.1 in the ajv group (#…
Browse files Browse the repository at this point in the history
…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]>
  • Loading branch information
dependabot[bot] and jkowalleck authored Apr 16, 2024
1 parent b6b37c1 commit 9426762
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file.

<!-- add unreleased items here -->

## 6.5.1 -- 2024-04-16

* Dependencies
* Bumped the range of optional requirement `ajv-formats` to `^3.0.1`, was `^2.1.1` (via [#1037])
This should fix JSON-validation for time/date.

[#1037]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1037

## 6.5.0 -- 2024-04-11

Added support for [_CycloneDX_ Specification-1.6](https://github.com/CycloneDX/specification/releases/tag/1.6).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"optionalDependencies": {
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"ajv-formats": "^3.0.1",
"ajv-formats-draft2019": "^1.6.1",
"libxmljs2": "^0.31 || ^0.32 || ^0.33",
"xmlbuilder2": "^3.0.2"
Expand Down

0 comments on commit 9426762

Please sign in to comment.