Commit b940439
build(deps): Bump the go_modules group across 2 directories with 3 updates (#2846)
Bumps the go_modules group with 1 update in the /apps/evm/single
directory:
[github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto).
Bumps the go_modules group with 3 updates in the /execution/evm/test
directory:
[github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto),
[github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) and
[github.com/dvsekhvalnov/jose2go](https://github.com/dvsekhvalnov/jose2go).
Updates `github.com/consensys/gnark-crypto` from 0.18.0 to 0.18.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/consensys/gnark-crypto/releases">github.com/consensys/gnark-crypto's
releases</a>.</em></p>
<blockquote>
<h2>v0.18.1</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Consensys/gnark-crypto/compare/v0.18.0...v0.18.1">https://github.com/Consensys/gnark-crypto/compare/v0.18.0...v0.18.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Consensys/gnark-crypto/blob/master/CHANGELOG.md">github.com/consensys/gnark-crypto's
changelog</a>.</em></p>
<blockquote>
<h2>[v0.18.1] - 2025-10-28</h2>
<h3>Docs</h3>
<ul>
<li>add CHANGELOG for 0.18.1</li>
</ul>
<h3>Perf</h3>
<ul>
<li>limit memory allocation during Vector deserialization (<a
href="https://redirect.github.com/Consensys/gnark-crypto/issues/759">#759</a>)</li>
</ul>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Consensys/gnark-crypto/commit/fb04e95c3b2fca34f2cc773d3e8c1f930ede271a"><code>fb04e95</code></a>
docs: add CHANGELOG for 0.18.1</li>
<li><a
href="https://github.com/Consensys/gnark-crypto/commit/0a4d04ae621bc19b6b40c6c7b8fa91f08b434533"><code>0a4d04a</code></a>
perf: limit memory allocation during Vector deserialization (<a
href="https://redirect.github.com/consensys/gnark-crypto/issues/759">#759</a>)</li>
<li>See full diff in <a
href="https://github.com/consensys/gnark-crypto/compare/v0.18.0...v0.18.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/consensys/gnark-crypto` from 0.18.0 to 0.18.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/consensys/gnark-crypto/releases">github.com/consensys/gnark-crypto's
releases</a>.</em></p>
<blockquote>
<h2>v0.18.1</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Consensys/gnark-crypto/compare/v0.18.0...v0.18.1">https://github.com/Consensys/gnark-crypto/compare/v0.18.0...v0.18.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Consensys/gnark-crypto/blob/master/CHANGELOG.md">github.com/consensys/gnark-crypto's
changelog</a>.</em></p>
<blockquote>
<h2>[v0.18.1] - 2025-10-28</h2>
<h3>Docs</h3>
<ul>
<li>add CHANGELOG for 0.18.1</li>
</ul>
<h3>Perf</h3>
<ul>
<li>limit memory allocation during Vector deserialization (<a
href="https://redirect.github.com/Consensys/gnark-crypto/issues/759">#759</a>)</li>
</ul>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Consensys/gnark-crypto/commit/fb04e95c3b2fca34f2cc773d3e8c1f930ede271a"><code>fb04e95</code></a>
docs: add CHANGELOG for 0.18.1</li>
<li><a
href="https://github.com/Consensys/gnark-crypto/commit/0a4d04ae621bc19b6b40c6c7b8fa91f08b434533"><code>0a4d04a</code></a>
perf: limit memory allocation during Vector deserialization (<a
href="https://redirect.github.com/consensys/gnark-crypto/issues/759">#759</a>)</li>
<li>See full diff in <a
href="https://github.com/consensys/gnark-crypto/compare/v0.18.0...v0.18.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/cometbft/cometbft` from 0.38.17 to 0.38.19
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/cometbft/cometbft/releases">github.com/cometbft/cometbft's
releases</a>.</em></p>
<blockquote>
<h2>v0.38.19</h2>
<p>This is a security patch release to the CometBFT <code>v0.38.x</code>
family that fixes <a
href="https://github.com/cometbft/cometbft/security/advisories/GHSA-hrhf-2vcr-ghch">GHSA-hrhf-2vcr-ghch</a></p>
<h2>What's Changed</h2>
<ul>
<li>chore: fix test docker image by <a
href="https://github.com/aljo242"><code>@aljo242</code></a> in <a
href="https://redirect.github.com/cometbft/cometbft/pull/5299">cometbft/cometbft#5299</a></li>
<li>chore: refactor changelogs by <a
href="https://github.com/aljo242"><code>@aljo242</code></a> in <a
href="https://redirect.github.com/cometbft/cometbft/pull/5303">cometbft/cometbft#5303</a></li>
<li>chore: update and fix mockery tooling on v0.38 by <a
href="https://github.com/aljo242"><code>@aljo242</code></a> in <a
href="https://redirect.github.com/cometbft/cometbft/pull/5301">cometbft/cometbft#5301</a></li>
<li>chore: fix the linter by <a
href="https://github.com/aljo242"><code>@aljo242</code></a> in <a
href="https://redirect.github.com/cometbft/cometbft/pull/5304">cometbft/cometbft#5304</a></li>
<li>fix(store): Properly prune extended commits (backport <a
href="https://redirect.github.com/cometbft/cometbft/issues/5276">#5276</a>)
by <a href="https://github.com/mergify"><code>@mergify</code></a>[bot]
in <a
href="https://redirect.github.com/cometbft/cometbft/pull/5313">cometbft/cometbft#5313</a></li>
<li>chore: clean up the repo by <a
href="https://github.com/aljo242"><code>@aljo242</code></a> in <a
href="https://redirect.github.com/cometbft/cometbft/pull/5315">cometbft/cometbft#5315</a></li>
<li>fix: remove exposed dockertest port to unblock postgres test by <a
href="https://github.com/almk-dev"><code>@almk-dev</code></a> in <a
href="https://redirect.github.com/cometbft/cometbft/pull/5325">cometbft/cometbft#5325</a></li>
<li>fix(consensus/reactor): reject oversized proposals (backport <a
href="https://redirect.github.com/cometbft/cometbft/issues/5324">#5324</a>)
by <a href="https://github.com/mergify"><code>@mergify</code></a>[bot]
in <a
href="https://redirect.github.com/cometbft/cometbft/pull/5407">cometbft/cometbft#5407</a></li>
<li><a
href="https://github.com/cometbft/cometbft/commit/be5677c3e58f998b7f67bb6186dd2c9b81a041a1">GHSA-hrhf-2vcr-ghch</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/cometbft/cometbft/compare/v0.38.18...v0.38.19">https://github.com/cometbft/cometbft/compare/v0.38.18...v0.38.19</a></p>
<h2>v0.38.18</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: remove redundant error check for PubKeyToProto by <a
href="https://github.com/islishude"><code>@islishude</code></a> in <a
href="https://redirect.github.com/cometbft/cometbft/pull/4917">cometbft/cometbft#4917</a></li>
<li>ci: remove govulncheck (backport <a
href="https://redirect.github.com/cometbft/cometbft/issues/4946">#4946</a>)
by <a href="https://github.com/mergify"><code>@mergify</code></a>[bot]
in <a
href="https://redirect.github.com/cometbft/cometbft/pull/4961">cometbft/cometbft#4961</a></li>
<li>build(deps): Bump docker/setup-buildx-action from 3.8.0 to 3.9.0 by
<a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/cometbft/cometbft/pull/4936">cometbft/cometbft#4936</a></li>
<li>fix(ci): Fix docker builds (backport <a
href="https://redirect.github.com/cometbft/cometbft/issues/4949">#4949</a>)
by <a href="https://github.com/mergify"><code>@mergify</code></a>[bot]
in <a
href="https://redirect.github.com/cometbft/cometbft/pull/4963">cometbft/cometbft#4963</a></li>
<li>build(deps): Bump docker/build-push-action from 6.13.0 to 6.14.0 by
<a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/cometbft/cometbft/pull/4972">cometbft/cometbft#4972</a></li>
<li>build(deps): Bump docker/setup-buildx-action from 3.9.0 to 3.10.0 by
<a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/cometbft/cometbft/pull/5008">cometbft/cometbft#5008</a></li>
<li>build(deps): Bump docker/build-push-action from 6.14.0 to 6.15.0 by
<a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/cometbft/cometbft/pull/5009">cometbft/cometbft#5009</a></li>
<li>build(deps): Bump golang.org/x/sync from 0.10.0 to 0.11.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/cometbft/cometbft/pull/4990">cometbft/cometbft#4990</a></li>
<li>build(deps): Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/cometbft/cometbft/pull/4992">cometbft/cometbft#4992</a></li>
<li>build(deps): Bump golang.org/x/net from 0.34.0 to 0.35.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/cometbft/cometbft/pull/4998">cometbft/cometbft#4998</a></li>
<li>build(deps): Bump github.com/decred/dcrd/dcrec/secp256k1/v4 from
4.3.0 to 4.4.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/cometbft/cometbft/pull/4997">cometbft/cometbft#4997</a></li>
<li>build(deps): Bump google.golang.org/protobuf from 1.36.4 to 1.36.5
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/cometbft/cometbft/pull/4994">cometbft/cometbft#4994</a></li>
<li>build(deps): Bump github.com/prometheus/client_golang from 1.20.5 to
1.21.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/cometbft/cometbft/pull/4995">cometbft/cometbft#4995</a></li>
<li>chore: fix typo in workflow_dispatch (backport <a
href="https://redirect.github.com/cometbft/cometbft/issues/5164">#5164</a>)
by <a href="https://github.com/mergify"><code>@mergify</code></a>[bot]
in <a
href="https://redirect.github.com/cometbft/cometbft/pull/5166">cometbft/cometbft#5166</a></li>
<li>ci(testapp-docker): release two images, not one (backport <a
href="https://redirect.github.com/cometbft/cometbft/issues/5014">#5014</a>)
by <a href="https://github.com/mergify"><code>@mergify</code></a>[bot]
in <a
href="https://redirect.github.com/cometbft/cometbft/pull/5168">cometbft/cometbft#5168</a></li>
<li>chore: add supported version to e2e image tag (backport <a
href="https://redirect.github.com/cometbft/cometbft/issues/5169">#5169</a>)
by <a href="https://github.com/mergify"><code>@mergify</code></a>[bot]
in <a
href="https://redirect.github.com/cometbft/cometbft/pull/5171">cometbft/cometbft#5171</a></li>
<li>chore: remove tag from individual builds (backport <a
href="https://redirect.github.com/cometbft/cometbft/issues/5173">#5173</a>)
by <a href="https://github.com/mergify"><code>@mergify</code></a>[bot]
in <a
href="https://redirect.github.com/cometbft/cometbft/pull/5174">cometbft/cometbft#5174</a></li>
<li>refactor: e2e-node docker build (backport <a
href="https://redirect.github.com/cometbft/cometbft/issues/5176">#5176</a>)
by <a href="https://github.com/mergify"><code>@mergify</code></a>[bot]
in <a
href="https://redirect.github.com/cometbft/cometbft/pull/5178">cometbft/cometbft#5178</a></li>
<li>refactor: cometbft image build (backport <a
href="https://redirect.github.com/cometbft/cometbft/issues/5179">#5179</a>)
by <a href="https://github.com/mergify"><code>@mergify</code></a>[bot]
in <a
href="https://redirect.github.com/cometbft/cometbft/pull/5181">cometbft/cometbft#5181</a></li>
<li>fix: add git to docker ignore (backport <a
href="https://redirect.github.com/cometbft/cometbft/issues/5214">#5214</a>)
by <a href="https://github.com/mergify"><code>@mergify</code></a>[bot]
in <a
href="https://redirect.github.com/cometbft/cometbft/pull/5216">cometbft/cometbft#5216</a></li>
<li>fix: do multistage builds for e2e-node (backport <a
href="https://redirect.github.com/cometbft/cometbft/issues/5220">#5220</a>)
by <a href="https://github.com/mergify"><code>@mergify</code></a>[bot]
in <a
href="https://redirect.github.com/cometbft/cometbft/pull/5222">cometbft/cometbft#5222</a></li>
<li>fix: add libs to e2e tests v0.38.x by <a
href="https://github.com/zrbecker"><code>@zrbecker</code></a> in <a
href="https://redirect.github.com/cometbft/cometbft/pull/5234">cometbft/cometbft#5234</a></li>
<li>chore: reindex to event sink from cli (backport <a
href="https://redirect.github.com/cometbft/cometbft/issues/5209">#5209</a>)
by <a href="https://github.com/mergify"><code>@mergify</code></a>[bot]
in <a
href="https://redirect.github.com/cometbft/cometbft/pull/5240">cometbft/cometbft#5240</a></li>
<li>feat: precommit metrics by <a
href="https://github.com/technicallyty"><code>@technicallyty</code></a>
in <a
href="https://redirect.github.com/cometbft/cometbft/pull/5251">cometbft/cometbft#5251</a></li>
<li>chore: prep release for v0.38.18 by <a
href="https://github.com/technicallyty"><code>@technicallyty</code></a>
in <a
href="https://redirect.github.com/cometbft/cometbft/pull/5253">cometbft/cometbft#5253</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/cometbft/cometbft/compare/v0.38.17...v0.38.18">https://github.com/cometbft/cometbft/compare/v0.38.17...v0.38.18</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/cometbft/cometbft/blob/v0.38.19/CHANGELOG.md">github.com/cometbft/cometbft's
changelog</a>.</em></p>
<blockquote>
<h2>v0.38.19</h2>
<p><em>October 14, 2025</em></p>
<p>This release fixes two security issues, including (<a
href="https://github.com/cometbft/cometbft/security/advisories/GHSA-hrhf-2vcr-ghch">ASA-2025-003</a>).
Users are encouraged to upgrade as soon as possible.</p>
<p>Additionally included is a bug fix to properly prune extended commits
(with
vote extensions).</p>
<h3>BUG-FIXES</h3>
<ul>
<li><code>[consensus]</code> Reject oversized proposals
(<a
href="https://redirect.github.com/cometbft/cometbft/pull/5324">#5324</a>)</li>
<li><code>[store]</code> Prune extended commits properly
(<a
href="https://redirect.github.com/cometbft/cometbft/issues/5275">5275</a>)</li>
<li><code>[bits]</code> Validate BitArray mismatched Bits and Elems
length
(<a
href="https://github.com/cometbft/cometbft/security/advisories/GHSA-hrhf-2vcr-ghch">ASA-2025-003</a>)</li>
</ul>
<h2>v0.38.18</h2>
<p><em>July 3, 2025</em></p>
<p>Adds precommit metrics and reindex CLI command.</p>
<h3>IMPROVEMENTS</h3>
<ul>
<li>Adds metrics that emit precommit data; precommit quorum delay from
proposal, and precommit vote count and stake weight within timeout
commit period.
(<a
href="https://redirect.github.com/cometbft/cometbft/issues/5251">#5251</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cometbft/cometbft/commit/be5677c3e58f998b7f67bb6186dd2c9b81a041a1"><code>be5677c</code></a>
Merge commit from fork</li>
<li><a
href="https://github.com/cometbft/cometbft/commit/2cd5d91d9db3fc9f4628b1a8e7af54e724f37538"><code>2cd5d91</code></a>
fix(consensus/reactor): reject oversized proposals (backport <a
href="https://redirect.github.com/cometbft/cometbft/issues/5324">#5324</a>)
(<a
href="https://redirect.github.com/cometbft/cometbft/issues/5407">#5407</a>)</li>
<li><a
href="https://github.com/cometbft/cometbft/commit/bb538f0c8166ed892f01fef11e367c161cf25ef2"><code>bb538f0</code></a>
fix: remove exposed dockertest port to unblock postgres test (<a
href="https://redirect.github.com/cometbft/cometbft/issues/5325">#5325</a>)</li>
<li><a
href="https://github.com/cometbft/cometbft/commit/61b60f6ae75c8d5afe2cd78dee5fb648bb5778e9"><code>61b60f6</code></a>
chore: clean up the repo (<a
href="https://redirect.github.com/cometbft/cometbft/issues/5315">#5315</a>)</li>
<li><a
href="https://github.com/cometbft/cometbft/commit/9806733a041268c524a0d919636ad01f577f9b74"><code>9806733</code></a>
fix(store): Properly prune extended commits (backport <a
href="https://redirect.github.com/cometbft/cometbft/issues/5276">#5276</a>)
(<a
href="https://redirect.github.com/cometbft/cometbft/issues/5313">#5313</a>)</li>
<li><a
href="https://github.com/cometbft/cometbft/commit/c7891389673585a9b8361b845d02a8702538cccc"><code>c789138</code></a>
chore: fix the linter (<a
href="https://redirect.github.com/cometbft/cometbft/issues/5304">#5304</a>)</li>
<li><a
href="https://github.com/cometbft/cometbft/commit/840e70914124ba60e7233c4b2699bcc14ab926fb"><code>840e709</code></a>
chore: update and fix mockery tooling on v0.38 (<a
href="https://redirect.github.com/cometbft/cometbft/issues/5301">#5301</a>)</li>
<li><a
href="https://github.com/cometbft/cometbft/commit/020c7cf9ee21b03c28b4331166788ed064e7dba2"><code>020c7cf</code></a>
chore: refactor changelogs (<a
href="https://redirect.github.com/cometbft/cometbft/issues/5303">#5303</a>)</li>
<li><a
href="https://github.com/cometbft/cometbft/commit/91348c6e5a46e8081643ac5d5b0c58784dfb0f99"><code>91348c6</code></a>
chore: fix test docker image (<a
href="https://redirect.github.com/cometbft/cometbft/issues/5299">#5299</a>)</li>
<li><a
href="https://github.com/cometbft/cometbft/commit/5344a6e3bd806ba352b89f600c7f19c139442117"><code>5344a6e</code></a>
chore: prep release for v0.38.18 (<a
href="https://redirect.github.com/cometbft/cometbft/issues/5253">#5253</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/cometbft/cometbft/compare/v0.38.17...v0.38.19">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/dvsekhvalnov/jose2go` from 1.6.0 to 1.7.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dvsekhvalnov/jose2go/commit/0a0673dd7f2820a446de5b04b9094b2291d77d5d"><code>0a0673d</code></a>
Merge pull request <a
href="https://redirect.github.com/dvsekhvalnov/jose2go/issues/34">#34</a>
from dvsekhvalnov/issue-33-deflate-limit</li>
<li><a
href="https://github.com/dvsekhvalnov/jose2go/commit/c3fff7c58065c848ba063d5cee07bd2c5908a14f"><code>c3fff7c</code></a>
docs</li>
<li><a
href="https://github.com/dvsekhvalnov/jose2go/commit/e51b47f33c704a31f1f7ad75120759e01de5fb4c"><code>e51b47f</code></a>
docs</li>
<li><a
href="https://github.com/dvsekhvalnov/jose2go/commit/c7dde528a01b38c96652b99a5d2ed93d8932b39e"><code>c7dde52</code></a>
fixing workflow</li>
<li><a
href="https://github.com/dvsekhvalnov/jose2go/commit/a194baa4bb649000dd2266218155727c27297341"><code>a194baa</code></a>
added go versions and OSs to matrix</li>
<li><a
href="https://github.com/dvsekhvalnov/jose2go/commit/f31cfc6b273af924c90bd5305b92ff5f9af10763"><code>f31cfc6</code></a>
fixing yaml</li>
<li><a
href="https://github.com/dvsekhvalnov/jose2go/commit/1a4ba55b88b757ed4533884a014531d3f421462b"><code>1a4ba55</code></a>
added matrix to workflow</li>
<li><a
href="https://github.com/dvsekhvalnov/jose2go/commit/d2baff2f0b24baab11bd34b8268c9aabfeb31914"><code>d2baff2</code></a>
go workflow</li>
<li><a
href="https://github.com/dvsekhvalnov/jose2go/commit/b14c81a7a3261666e4ec76f04438f79d70211272"><code>b14c81a</code></a>
added limitation for deflate decompression stream</li>
<li>See full diff in <a
href="https://github.com/dvsekhvalnov/jose2go/compare/v1.6.0...v1.7.0">compare
view</a></li>
</ul>
</details>
<br />
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/evstack/ev-node/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: julienrbrt <julien@rbrt.fr>1 parent 34860bd commit b940439
4 files changed
+12
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
| 101 | + | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
| 105 | + | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
178 | | - | |
| 177 | + | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
0 commit comments