Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump ajv-formats from 2.1.1 to 3.0.1 in /tools/src/test/…
…js (CycloneDX#430) Bumps [ajv-formats](https://github.com/ajv-validator/ajv-formats) from 2.1.1 to 3.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ajv-validator/ajv-formats/releases">ajv-formats's releases</a>.</em></p> <blockquote> <h2>v3.0.0-rc.0</h2> <p>Formats <code>time</code> and <code>date-time</code> now require timezone, as per JSON Schema specification / <a href="http://tools.ietf.org/html/rfc3339#section-5.6">RFC3339</a>. Added formats <code>iso-time</code> and <code>iso-date-time</code> that have optional timezone, they can be used for backwards compatibility. Keywords <code>formatMaximum</code> and <code>formatMinimum</code> for <code>time</code> and <code>date-time</code> format now take into account timezone (both for time and for date), the previous comparison logic that ignored timezone is preserved for <code>iso-time</code> and <code>iso-date-time</code> formats.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ajv-validator/ajv-formats/commit/1fb3fa7d967f919ff924bb34aef73a2f39ab0de3"><code>1fb3fa7</code></a> fix: build missing in 3.0.0 - bump to 3.0.1 (<a href="https://redirect.github.com/ajv-validator/ajv-formats/issues/93">#93</a>)</li> <li><a href="https://github.com/ajv-validator/ajv-formats/commit/e1a8bddf015fe90fe9aed181f5d630e2aca37904"><code>e1a8bdd</code></a> chore: update version to 3.0.0 for publishing (<a href="https://redirect.github.com/ajv-validator/ajv-formats/issues/92">#92</a>)</li> <li><a href="https://github.com/ajv-validator/ajv-formats/commit/4dd65447575b35d0187c6b125383366969e6267e"><code>4dd6544</code></a> 3.0.0-rc.0</li> <li><a href="https://github.com/ajv-validator/ajv-formats/commit/8b424f1e11d23f556cc12f1b9fd16a37286cf326"><code>8b424f1</code></a> formatMaximum/Minimum take timezone into account for time and date-time forma...</li> <li><a href="https://github.com/ajv-validator/ajv-formats/commit/37d7538eec3e4e7e1455e71d5eda07e97f7c489b"><code>37d7538</code></a> add formats iso-time and iso-date-time, make time and date-time strict (<a href="https://redirect.github.com/ajv-validator/ajv-formats/issues/42">#42</a>)</li> <li><a href="https://github.com/ajv-validator/ajv-formats/commit/46dbae502cc073eb424d2f567a586ef36991689e"><code>46dbae5</code></a> Merge pull request <a href="https://redirect.github.com/ajv-validator/ajv-formats/issues/41">#41</a> from ajv-validator/ep/json-schema-tests</li> <li><a href="https://github.com/ajv-validator/ajv-formats/commit/86d71ebedb4e1310f24d08faab012c7632127054"><code>86d71eb</code></a> pass all JSON Schema Test Suite tests</li> <li><a href="https://github.com/ajv-validator/ajv-formats/commit/fdbd71404ba77ebafd20ef2c5a22436bd0e8f020"><code>fdbd714</code></a> Merge branch 'stoplightio-fix/date-time'</li> <li><a href="https://github.com/ajv-validator/ajv-formats/commit/34df8dbcb2b6783e2c870cc79c5aef64d38c0191"><code>34df8db</code></a> docs: strictTime option</li> <li><a href="https://github.com/ajv-validator/ajv-formats/commit/d1a9e36548298cee3577ed763fdb60412a1e71f1"><code>d1a9e36</code></a> simplify strictTime option</li> <li>Additional commits viewable in <a href="https://github.com/ajv-validator/ajv-formats/compare/v2.1.1...v3.0.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~jason-green">jason-green</a>, a new releaser for ajv-formats since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ajv-formats&package-manager=npm_and_yarn&previous-version=2.1.1&new-version=3.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
- Loading branch information