Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): version upgrades [DEV-4716] #323

Merged
merged 12 commits into from
Jan 30, 2025
Merged

Conversation

sownak
Copy link
Contributor

@sownak sownak commented Jan 30, 2025

No description provided.

dependabot bot and others added 10 commits September 16, 2024 06:18
Bumps [github.com/lestrrat-go/jwx](https://github.com/lestrrat-go/jwx) from 1.2.29 to 1.2.30.
- [Release notes](https://github.com/lestrrat-go/jwx/releases)
- [Changelog](https://github.com/lestrrat-go/jwx/blob/v1.2.30/Changes)
- [Commits](lestrrat-go/jwx@v1.2.29...v1.2.30)

---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/jwx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…_modules group across 1 directory (#319)

Bumps the go_modules group with 1 update in the / directory:
[golang.org/x/crypto](https://github.com/golang/crypto).

Updates `golang.org/x/crypto` from 0.23.0 to 0.31.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"><code>b4f1988</code></a>
ssh: make the public key cache a 1-entry FIFO cache</li>
<li><a
href="https://github.com/golang/crypto/commit/7042ebcbe097f305ba3a93f9a22b4befa4b83d29"><code>7042ebc</code></a>
openpgp/clearsign: just use rand.Reader in tests</li>
<li><a
href="https://github.com/golang/crypto/commit/3e90321ac7bcee3d924ed63ed3ad97be2079cb56"><code>3e90321</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/crypto/commit/8c4e668694ccbaa1be4785da7e7a40f2ef93152b"><code>8c4e668</code></a>
x509roots/fallback: update bundle</li>
<li><a
href="https://github.com/golang/crypto/commit/6018723c74059e3b91c84268b212c2f6cdab1f64"><code>6018723</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/crypto/commit/71ed71b4faf97caafd1863fed003e9ac311f10ee"><code>71ed71b</code></a>
README: don't recommend go get</li>
<li><a
href="https://github.com/golang/crypto/commit/750a45fe5e473d5afa193e9088f3d135e64eca26"><code>750a45f</code></a>
sha3: add MarshalBinary, AppendBinary, and UnmarshalBinary</li>
<li><a
href="https://github.com/golang/crypto/commit/36b172546bd03a74c79e109ec84c599b672ea9e4"><code>36b1725</code></a>
sha3: avoid trailing permutation</li>
<li><a
href="https://github.com/golang/crypto/commit/80ea76eb17c0c52f5d5d04e833d6aeb6b062d81d"><code>80ea76e</code></a>
sha3: fix padding for long cSHAKE parameters</li>
<li><a
href="https://github.com/golang/crypto/commit/c17aa50fbd32393e5d52fa65ca51cbfff0a75aea"><code>c17aa50</code></a>
sha3: avoid buffer copy</li>
<li>Additional commits viewable in <a
href="https://github.com/golang/crypto/compare/v0.23.0...v0.31.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.23.0&new-version=0.31.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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/cheqd/did-resolver/network/alerts).

</details>
)

Bumps [github.com/lestrrat-go/jwx](https://github.com/lestrrat-go/jwx)
from 1.2.29 to 1.2.30.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/lestrrat-go/jwx/releases">github.com/lestrrat-go/jwx's
releases</a>.</em></p>
<blockquote>
<h2>v1.2.30</h2>
<pre><code>v1.2.30 28 Jul 2024
  * Update minimum required go version to 1.20
  * Update tests so that they work on 32-bit systems
</code></pre>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/lestrrat-go/jwx/blob/v1.2.30/Changes">github.com/lestrrat-go/jwx's
changelog</a>.</em></p>
<blockquote>
<p>v1.2.30 28 Jul 2024</p>
<ul>
<li>Update minimum required go version to 1.20</li>
<li>Update tests so that they work on 32-bit systems</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/lestrrat-go/jwx/commit/a7656533fb37069151200cc0d1d61fd44b459d77"><code>a765653</code></a>
Merge pull request <a
href="https://redirect.github.com/lestrrat-go/jwx/issues/1165">#1165</a>
from lestrrat-go/develop/v1</li>
<li><a
href="https://github.com/lestrrat-go/jwx/commit/1456f1836ff62f24e6fe2f07737e217160c79bf3"><code>1456f18</code></a>
Update Changes</li>
<li><a
href="https://github.com/lestrrat-go/jwx/commit/b08c566746c505563b57057a1af72b9b6ed8b739"><code>b08c566</code></a>
Bump golang.org/x/crypto from 0.24.0 to 0.25.0 (<a
href="https://redirect.github.com/lestrrat-go/jwx/issues/1148">#1148</a>)</li>
<li><a
href="https://github.com/lestrrat-go/jwx/commit/991279fbadc8752c0e4b2785cc6d811332831577"><code>991279f</code></a>
Avoid problems on 32-bit systems (<a
href="https://redirect.github.com/lestrrat-go/jwx/issues/1157">#1157</a>)</li>
<li><a
href="https://github.com/lestrrat-go/jwx/commit/4879e37789391047dd1912f715ab64f9583984b0"><code>4879e37</code></a>
Update tooling and code around golangci-lint (<a
href="https://redirect.github.com/lestrrat-go/jwx/issues/1156">#1156</a>)</li>
<li><a
href="https://github.com/lestrrat-go/jwx/commit/5ad3a31d5dd0fa2c96f8f75fcd5959165266684a"><code>5ad3a31</code></a>
Bump golang.org/x/crypto from 0.23.0 to 0.24.0 (<a
href="https://redirect.github.com/lestrrat-go/jwx/issues/1137">#1137</a>)</li>
<li><a
href="https://github.com/lestrrat-go/jwx/commit/14b6221ff4b4801772d2484e6612f009407a986d"><code>14b6221</code></a>
Bump github.com/goccy/go-json from 0.10.2 to 0.10.3 (<a
href="https://redirect.github.com/lestrrat-go/jwx/issues/1134">#1134</a>)</li>
<li><a
href="https://github.com/lestrrat-go/jwx/commit/4e97d96e290d4e9d4cd3c4aabefdaf54b45a9a4d"><code>4e97d96</code></a>
Bump pozil/auto-assign-issue from 1 to 2 (<a
href="https://redirect.github.com/lestrrat-go/jwx/issues/1132">#1132</a>)</li>
<li><a
href="https://github.com/lestrrat-go/jwx/commit/e6ff72dc0c0046f730a252becba609707bf47470"><code>e6ff72d</code></a>
Bump golang.org/x/crypto from 0.22.0 to 0.23.0 (<a
href="https://redirect.github.com/lestrrat-go/jwx/issues/1123">#1123</a>)</li>
<li><a
href="https://github.com/lestrrat-go/jwx/commit/ba7150a63e845f51b627d3c9f04480bbc8a14092"><code>ba7150a</code></a>
Bump golangci/golangci-lint-action from 5 to 6 (<a
href="https://redirect.github.com/lestrrat-go/jwx/issues/1122">#1122</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/lestrrat-go/jwx/compare/v1.2.29...v1.2.30">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/lestrrat-go/jwx&package-manager=go_modules&previous-version=1.2.29&new-version=1.2.30)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
…316)

* chore(deps): Bump github.com/go-resty/resty/v2 from 2.13.1 to 2.16.2

Bumps [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) from 2.13.1 to 2.16.2.
- [Release notes](https://github.com/go-resty/resty/releases)
- [Commits](go-resty/resty@v2.13.1...v2.16.2)

---
updated-dependencies:
- dependency-name: github.com/go-resty/resty/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: unresolved link in readme

Signed-off-by: Sownak Roy <sownak@cheqd.io>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Sownak Roy <sownak@cheqd.io>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sownak Roy <20537268+sownak@users.noreply.github.com>
Co-authored-by: Sownak Roy <sownak@cheqd.io>
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.32.0 to 1.33.0.
- [Commits](rs/zerolog@v1.32.0...v1.33.0)

---
updated-dependencies:
- dependency-name: github.com/rs/zerolog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sownak Roy <20537268+sownak@users.noreply.github.com>
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 24.1.0 to 24.2.0.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v24.1.0...v24.2.0)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sownak Roy <20537268+sownak@users.noreply.github.com>
Signed-off-by: Sownak Roy <sownak@cheqd.io>
Signed-off-by: Sownak Roy <sownak@cheqd.io>
Signed-off-by: Sownak Roy <sownak@cheqd.io>
@sownak sownak changed the title chore(deps): version upgrades chore(deps): version upgrades [DEV-4716] Jan 30, 2025
@ankurdotb
Copy link
Contributor

Signed-off-by: Sownak Roy <sownak@cheqd.io>
filipdjokic
filipdjokic previously approved these changes Jan 30, 2025
@sownak sownak dismissed filipdjokic’s stale review January 30, 2025 12:07

The merge-base changed after approval.

ankurdotb
ankurdotb previously approved these changes Jan 30, 2025
@sownak sownak dismissed ankurdotb’s stale review January 30, 2025 13:02

The merge-base changed after approval.

@ankurdotb ankurdotb merged commit 6fd0cc5 into develop Jan 30, 2025
18 checks passed
@ankurdotb ankurdotb deleted the feat/version-upgrades branch January 30, 2025 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants