Skip to content

Commit

Permalink
chore(deps): Bump github.com/dvsekhvalnov/jose2go from 1.5.0 to 1.6.0…
Browse files Browse the repository at this point in the history
… in /test/testground (celestiaorg#2959)

Bumps
[github.com/dvsekhvalnov/jose2go](https://github.com/dvsekhvalnov/jose2go)
from 1.5.0 to 1.6.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dvsekhvalnov/jose2go/commit/48ba0b76bc881767cff2723388f4dd1a47c5104a"><code>48ba0b7</code></a>
Merge pull request <a
href="https://redirect.github.com/dvsekhvalnov/jose2go/issues/32">#32</a>
from dvsekhvalnov/issue-31-security-tuning</li>
<li><a
href="https://github.com/dvsekhvalnov/jose2go/commit/05eb00788125e3996824d2005e850ed8b37d5aa4"><code>05eb007</code></a>
docs</li>
<li><a
href="https://github.com/dvsekhvalnov/jose2go/commit/e0264a274aa4c14e22f197c5325599224c1dd412"><code>e0264a2</code></a>
added helper matchers: Alg and Eng</li>
<li><a
href="https://github.com/dvsekhvalnov/jose2go/commit/0f6c7c346282f2d264aef1d7dec8be71f9190b08"><code>0f6c7c3</code></a>
MatchAlg helper</li>
<li><a
href="https://github.com/dvsekhvalnov/jose2go/commit/cf0a53b05fc1faf3e655a30bd7d523cb3a2c6dbd"><code>cf0a53b</code></a>
docs</li>
<li><a
href="https://github.com/dvsekhvalnov/jose2go/commit/299576231d2311655289f451218678044d6ddbc9"><code>2995762</code></a>
docs</li>
<li><a
href="https://github.com/dvsekhvalnov/jose2go/commit/9a18aff07b6c5574e02d74439ad7d7ae88510b6f"><code>9a18aff</code></a>
docs</li>
<li><a
href="https://github.com/dvsekhvalnov/jose2go/commit/675bb14fb3216d48f571b7e5d4274faf4aceb069"><code>675bb14</code></a>
docs</li>
<li><a
href="https://github.com/dvsekhvalnov/jose2go/commit/8e9e0d1c6b39ac448a6042ed1275efa70a81c7b7"><code>8e9e0d1</code></a>
updated p2c limits with new OWASP numbers, docs</li>
<li><a
href="https://github.com/dvsekhvalnov/jose2go/commit/ed5dd96763d198ce95dc10b9252cb96854522114"><code>ed5dd96</code></a>
Unit tests for custom 'p2c' headers min/max limits</li>
<li>Additional commits viewable in <a
href="https://github.com/dvsekhvalnov/jose2go/compare/v1.5...v1.6.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/dvsekhvalnov/jose2go&package-manager=go_modules&previous-version=1.5.0&new-version=1.6.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 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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/celestiaorg/celestia-app/network/alerts).

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent c001965 commit 34a1543
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/testground/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ require (
github.com/dgraph-io/ristretto v0.1.0 // indirect
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac // indirect
github.com/dvsekhvalnov/jose2go v1.5.0 // indirect
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
github.com/ethereum/c-kzg-4844 v0.4.0 // indirect
github.com/ethereum/go-ethereum v1.13.5 // indirect
github.com/felixge/httpsnoop v1.0.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions test/testground/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,8 @@ github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4/go.mod h1:Htrtb
github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac h1:opbrjaN/L8gg6Xh5D04Tem+8xVcz6ajZlGCs49mQgyg=
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
github.com/dvsekhvalnov/jose2go v1.5.0 h1:3j8ya4Z4kMCwT5nXIKFSV84YS+HdqSSO0VsTQxaLAeM=
github.com/dvsekhvalnov/jose2go v1.5.0/go.mod h1:QsHjhyTlD/lAVqn/NSbVZmSCGeDehTB/mPZadG+mhXU=
github.com/dvsekhvalnov/jose2go v1.6.0 h1:Y9gnSnP4qEI0+/uQkHvFXeD2PLPJeXEL+ySMEA2EjTY=
github.com/dvsekhvalnov/jose2go v1.6.0/go.mod h1:QsHjhyTlD/lAVqn/NSbVZmSCGeDehTB/mPZadG+mhXU=
github.com/eapache/go-resiliency v1.1.0/go.mod h1:kFI+JgMyC7bLPUVY133qvEBtVayf5mFgVsvEsIPBvNs=
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21/go.mod h1:+020luEh2TKB4/GOp8oxxtq0Daoen/Cii55CzbTV6DU=
github.com/eapache/queue v1.1.0/go.mod h1:6eCeP0CKFpHLu8blIFXhExK/dRa7WDZfr6jVFPTqq+I=
Expand Down

0 comments on commit 34a1543

Please sign in to comment.