Skip to content

Commit

Permalink
feat(deps): bump github.com/invopop/jsonschema from 0.6.0 to 0.7.0 (#…
Browse files Browse the repository at this point in the history
…3539)

Bumps
[github.com/invopop/jsonschema](https://github.com/invopop/jsonschema)
from 0.6.0 to 0.7.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/invopop/jsonschema/commit/9f28aff52929bf3e7080ad118eb3c9f0c5e01f5c"><code>9f28aff</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/invopop/jsonschema/issues/53">#53</a>
from webdestroya/feat/schema-post</li>
<li><a
href="https://github.com/invopop/jsonschema/commit/ea9462d7d8a12b6c001ebc60356efb128da36050"><code>ea9462d</code></a>
fixes</li>
<li><a
href="https://github.com/invopop/jsonschema/commit/7ebaf5956b19b2b68c88d880f3a5d28ea0538ddc"><code>7ebaf59</code></a>
Merge branch 'main' into feat/schema-post</li>
<li><a
href="https://github.com/invopop/jsonschema/commit/b32bc839da77c370e4a9153d0e4f4cb755c2839c"><code>b32bc83</code></a>
Renaming JSONSchemaPost to JSONSchemaExtend</li>
<li><a
href="https://github.com/invopop/jsonschema/commit/a7e97159f187a69759a80830d0ee795d5eabfbdf"><code>a7e9715</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/invopop/jsonschema/issues/57">#57</a>
from PeterNovotney/allow-equals</li>
<li><a
href="https://github.com/invopop/jsonschema/commit/fb292e4c0ab70c80ac1ca8543d981cf2609947e2"><code>fb292e4</code></a>
Allow for = character in extra property values</li>
<li><a
href="https://github.com/invopop/jsonschema/commit/55c890f4496568c8e4f7813b0b6942a7b94b9e0c"><code>55c890f</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/invopop/jsonschema/issues/46">#46</a>
from deepjyoti30/feat/add-anyof-support</li>
<li><a
href="https://github.com/invopop/jsonschema/commit/bd9a93154641d4ecc7c77f1be828465c2df7e0fa"><code>bd9a931</code></a>
feat(reflect): Add method to modify the schema after processing</li>
<li><a
href="https://github.com/invopop/jsonschema/commit/679d2ebe09b8f687b85ae6a662370edc22196c09"><code>679d2eb</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/invopop/jsonschema/issues/47">#47</a>
from paulcacheux/paulcacheux/inline-ptr</li>
<li><a
href="https://github.com/invopop/jsonschema/commit/48f39d637245af1fd1ad8c116602569776bffba5"><code>48f39d6</code></a>
fix <code>Pointer</code> issue because of recent go version</li>
<li>Additional commits viewable in <a
href="https://github.com/invopop/jsonschema/compare/v0.6.0...v0.7.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/invopop/jsonschema&package-manager=go_modules&previous-version=0.6.0&new-version=0.7.0)](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 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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 9, 2022
1 parent b9241a4 commit 8794290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -23,7 +23,7 @@ require (
github.com/goreleaser/fileglob v1.3.0
github.com/goreleaser/nfpm/v2 v2.21.0
github.com/imdario/mergo v0.3.13
github.com/invopop/jsonschema v0.6.0
github.com/invopop/jsonschema v0.7.0
github.com/jarcoal/httpmock v1.2.0
github.com/klauspost/pgzip v1.2.5
github.com/mitchellh/go-homedir v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -985,8 +985,8 @@ github.com/inconshreveable/mousetrap v1.0.1 h1:U3uMjPSQEBMNp1lFxmllqCPM6P5u/Xq7P
github.com/inconshreveable/mousetrap v1.0.1/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d/go.mod h1:qj24IKcXYK6Iy9ceXlo3Tc+vtHo9lIhSX5JddghvEPo=
github.com/intel/goresctrl v0.2.0/go.mod h1:+CZdzouYFn5EsxgqAQTEzMfwKwuc0fVdMrT9FCCAVRQ=
github.com/invopop/jsonschema v0.6.0 h1:8e+xY8ZEn8gDHUYylSlLHy22P+SLeIRIHv3nM3hCbmY=
github.com/invopop/jsonschema v0.6.0/go.mod h1:O9uiLokuu0+MGFlyiaqtWxwqJm41/+8Nj0lD7A36YH0=
github.com/invopop/jsonschema v0.7.0 h1:2vgQcBz1n256N+FpX3Jq7Y17AjYt46Ig3zIWyy770So=
github.com/invopop/jsonschema v0.7.0/go.mod h1:O9uiLokuu0+MGFlyiaqtWxwqJm41/+8Nj0lD7A36YH0=
github.com/ionos-cloud/sdk-go/v6 v6.1.0/go.mod h1:Ox3W0iiEz0GHnfY9e5LmAxwklsxguuNFEUSu0gVRTME=
github.com/j-keck/arping v0.0.0-20160618110441-2cf9dc699c56/go.mod h1:ymszkNOg6tORTn+6F6j+Jc8TOr5osrynvN6ivFWZ2GA=
github.com/j-keck/arping v1.0.2/go.mod h1:aJbELhR92bSk7tp79AWM/ftfc90EfEi2bQJrbBFOsPw=
Expand Down

0 comments on commit 8794290

Please sign in to comment.