File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
.changelog/unreleased/dependencies Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change
1
+ - Bump ` cosmossdk.io/math ` to [ ` v1.4.0 ` ] ( https://github.com/cosmos/cosmos-sdk/releases/tag/math%2Fv1.4.0 ) to resolve [ ASA-2024-010] ( https://github.com/cosmos/cosmos-sdk/security/advisories/GHSA-7225-m954-23v7 ) security advisory. ([ #433 ] ( https://github.com/noble-assets/noble/pull/433 ) )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/noble-assets/noble/e2e
3
3
go 1.22.7
4
4
5
5
require (
6
- cosmossdk.io/math v1.3 .0
6
+ cosmossdk.io/math v1.4 .0
7
7
cosmossdk.io/x/upgrade v0.1.4
8
8
github.com/circlefin/noble-cctp v0.0.0-20241031192117-4285c94ec194
9
9
github.com/circlefin/noble-fiattokenfactory v0.0.0-20241030165025-e3796e8ba8c1
Original file line number Diff line number Diff line change @@ -206,8 +206,8 @@ cosmossdk.io/errors v1.0.1 h1:bzu+Kcr0kS/1DuPBtUFdWjzLqyUuCiyHjyJB6srBV/0=
206
206
cosmossdk.io/errors v1.0.1 /go.mod h1:MeelVSZThMi4bEakzhhhE/CKqVv3nOJDA25bIqRDu/U =
207
207
cosmossdk.io/log v1.4.1 h1:wKdjfDRbDyZRuWa8M+9nuvpVYxrEOwbD/CA8hvhU8QM =
208
208
cosmossdk.io/log v1.4.1 /go.mod h1:k08v0Pyq+gCP6phvdI6RCGhLf/r425UT6Rk/m+o74rU =
209
- cosmossdk.io/math v1.3 .0 h1:RC+jryuKeytIiictDslBP9i1fhkVm6ZDmZEoNP316zE =
210
- cosmossdk.io/math v1.3 .0 /go.mod h1:vnRTxewy+M7BtXBNFybkuhSH4WfedVAAnERHgVFhp3k =
209
+ cosmossdk.io/math v1.4 .0 h1:XbgExXFnXmF/CccPPEto40gOO7FpWu9yWNAZPN3nkNQ =
210
+ cosmossdk.io/math v1.4 .0 /go.mod h1:O5PkD4apz2jZs4zqFdTr16e1dcaQCc5z6lkEnrrppuk =
211
211
cosmossdk.io/store v1.1.1 h1:NA3PioJtWDVU7cHHeyvdva5J/ggyLDkyH0hGHl2804Y =
212
212
cosmossdk.io/store v1.1.1 /go.mod h1:8DwVTz83/2PSI366FERGbWSH7hL6sB7HbYp8bqksNwM =
213
213
cosmossdk.io/x/circuit v0.1.1 h1:KPJCnLChWrxD4jLwUiuQaf5mFD/1m7Omyo7oooefBVQ =
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ require (
45
45
cloud.google.com/go/storage v1.43.0 // indirect
46
46
cosmossdk.io/api v0.7.5 // indirect
47
47
cosmossdk.io/collections v0.4.0 // indirect
48
- cosmossdk.io/math v1.3 .0 // indirect
48
+ cosmossdk.io/math v1.4 .0 // indirect
49
49
cosmossdk.io/x/tx v0.13.5 // indirect
50
50
filippo.io/edwards25519 v1.1.0 // indirect
51
51
github.com/4meepo/tagalign v1.3.4 // indirect
Original file line number Diff line number Diff line change @@ -208,8 +208,8 @@ cosmossdk.io/errors v1.0.1 h1:bzu+Kcr0kS/1DuPBtUFdWjzLqyUuCiyHjyJB6srBV/0=
208
208
cosmossdk.io/errors v1.0.1 /go.mod h1:MeelVSZThMi4bEakzhhhE/CKqVv3nOJDA25bIqRDu/U =
209
209
cosmossdk.io/log v1.4.1 h1:wKdjfDRbDyZRuWa8M+9nuvpVYxrEOwbD/CA8hvhU8QM =
210
210
cosmossdk.io/log v1.4.1 /go.mod h1:k08v0Pyq+gCP6phvdI6RCGhLf/r425UT6Rk/m+o74rU =
211
- cosmossdk.io/math v1.3 .0 h1:RC+jryuKeytIiictDslBP9i1fhkVm6ZDmZEoNP316zE =
212
- cosmossdk.io/math v1.3 .0 /go.mod h1:vnRTxewy+M7BtXBNFybkuhSH4WfedVAAnERHgVFhp3k =
211
+ cosmossdk.io/math v1.4 .0 h1:XbgExXFnXmF/CccPPEto40gOO7FpWu9yWNAZPN3nkNQ =
212
+ cosmossdk.io/math v1.4 .0 /go.mod h1:O5PkD4apz2jZs4zqFdTr16e1dcaQCc5z6lkEnrrppuk =
213
213
cosmossdk.io/store v1.1.1 h1:NA3PioJtWDVU7cHHeyvdva5J/ggyLDkyH0hGHl2804Y =
214
214
cosmossdk.io/store v1.1.1 /go.mod h1:8DwVTz83/2PSI366FERGbWSH7hL6sB7HbYp8bqksNwM =
215
215
cosmossdk.io/tools/confix v0.1.2 h1:2hoM1oFCNisd0ltSAAZw2i4ponARPmlhuNu3yy0VwI4 =
You can’t perform that action at this time.
0 commit comments