Skip to content

Commit d17ee31

Browse files
chore(deps): bump github.com/cometbft/cometbft from 0.38.17 to 0.38.19 (#4830)
* chore(deps): bump github.com/cometbft/cometbft from 0.38.17 to 0.38.19 Bumps [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) from 0.38.17 to 0.38.19. - [Release notes](https://github.com/cometbft/cometbft/releases) - [Changelog](https://github.com/cometbft/cometbft/blob/v0.38.19/CHANGELOG.md) - [Commits](cometbft/cometbft@v0.38.17...v0.38.19) --- updated-dependencies: - dependency-name: github.com/cometbft/cometbft dependency-version: 0.38.19 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * bump template --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
1 parent 9a30a5d commit d17ee31

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## [`v29.6.1`](https://github.com/ignite/cli/releases/tag/v29.6.1)
6+
7+
### Changes
8+
9+
- [#4830](https://github.com/ignite/cli/pull/4830) Bump `cometbft` version to `v0.38.19` that fixes a [security issue in CometBFT](https://github.com/cometbft/cometbft/security/advisories/GHSA-hrhf-2vcr-ghch).
10+
511
## [`v29.6.0`](https://github.com/ignite/cli/releases/tag/v29.6.0)
612

713
### Changes

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/charmbracelet/lipgloss v1.1.0
2020
github.com/charmbracelet/lipgloss/v2 v2.0.0-beta.3
2121
github.com/cockroachdb/errors v1.12.0
22-
github.com/cometbft/cometbft v0.38.17
22+
github.com/cometbft/cometbft v0.38.19
2323
github.com/cosmos/cosmos-sdk v0.53.4
2424
github.com/cosmos/go-bip39 v1.0.0
2525
github.com/cosmos/gogoproto v1.7.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,8 +490,8 @@ github.com/cockroachdb/redact v1.1.6/go.mod h1:BVNblN9mBWFyMyqK1k3AAiSxhvhfK2oOZ
490490
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 h1:zuQyyAKVxetITBuuhv3BI9cMrmStnpT18zmgmTxunpo=
491491
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06/go.mod h1:7nc4anLGjupUW/PeY5qiNYsdNXj7zopG+eqsS7To5IQ=
492492
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd/go.mod h1:sE/e/2PUdi/liOCUjSTXgM1o87ZssimdTWN964YiIeI=
493-
github.com/cometbft/cometbft v0.38.17 h1:FkrQNbAjiFqXydeAO81FUzriL4Bz0abYxN/eOHrQGOk=
494-
github.com/cometbft/cometbft v0.38.17/go.mod h1:5l0SkgeLRXi6bBfQuevXjKqML1jjfJJlvI1Ulp02/o4=
493+
github.com/cometbft/cometbft v0.38.19 h1:vNdtCkvhuwUlrcLPAyigV7lQpmmo+tAq8CsB8gZjEYw=
494+
github.com/cometbft/cometbft v0.38.19/go.mod h1:UCu8dlHqvkAsmAFmWDRWNZJPlu6ya2fTWZlDrWsivwo=
495495
github.com/cometbft/cometbft-db v0.14.1 h1:SxoamPghqICBAIcGpleHbmoPqy+crij/++eZz3DlerQ=
496496
github.com/cometbft/cometbft-db v0.14.1/go.mod h1:KHP1YghilyGV/xjD5DP3+2hyigWx0WTp9X+0Gnx0RxQ=
497497
github.com/containerd/console v1.0.1/go.mod h1:XUsP6YE/mKtz6bxc+I8UiKKTP04qjQL4qcS3XoQ5xkw=

ignite/templates/app/files/go.mod.plush

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
cosmossdk.io/x/feegrant v0.1.1
2828
cosmossdk.io/x/nft v0.1.0
2929
cosmossdk.io/x/upgrade v0.2.0
30-
github.com/cometbft/cometbft v0.38.17
30+
github.com/cometbft/cometbft v0.38.19
3131
github.com/cosmos/cosmos-db v1.1.1
3232
github.com/cosmos/cosmos-proto v1.0.0-beta.5
3333
github.com/cosmos/cosmos-sdk v0.53.4

0 commit comments

Comments
 (0)