Skip to content

Commit f8d9b77

Browse files
chore(deps): bump cipher-base from 1.0.4 to 1.0.6 in /x/evm/embeds (#2390)
* chore(deps): bump cipher-base from 1.0.4 to 1.0.6 in /x/evm/embeds Bumps [cipher-base](https://github.com/crypto-browserify/cipher-base) from 1.0.4 to 1.0.6. - [Changelog](https://github.com/browserify/cipher-base/blob/master/CHANGELOG.md) - [Commits](browserify/cipher-base@v1.0.4...v1.0.6) --- updated-dependencies: - dependency-name: cipher-base dependency-version: 1.0.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Updated changelog - dependabot --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Unique-Divine <[email protected]> Co-authored-by: Unique Divine <[email protected]>
1 parent e44cbc5 commit f8d9b77

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ feat(evm/grpc-query): Update the "/eth.evm.v1.Query/Balance" query to work with
6363
address when Wasm contract addresses are queried because 32-byte address space
6464
(wasm contract length) is not uniquely identified in 20-byte space (EOA length).
6565

66+
### Dependencies
67+
- Bump `cipher-base` from 1.0.4 to 1.0.6 ([#2390](https://github.com/NibiruChain/nibiru/pull/2390))
68+
6669
## [v2.7.0](https://github.com/NibiruChain/nibiru/releases/tag/v2.7.0) - 2025-09-15
6770

6871
- [#2345](https://github.com/NibiruChain/nibiru/pull/2345) - feat(evm): add

x/evm/embeds/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1487,12 +1487,12 @@ ci-info@^2.0.0:
14871487
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
14881488

14891489
cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
1490-
version "1.0.4"
1491-
resolved "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz"
1492-
integrity sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==
1490+
version "1.0.6"
1491+
resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.6.tgz#8fe672437d01cd6c4561af5334e0cc50ff1955f7"
1492+
integrity sha512-3Ek9H3X6pj5TgenXYtNWdaBon1tgYCaebd+XPg0keyjEbEfkD4KkmAxkQ/i1vYvxdcT5nscLBfq9VJRmCBcFSw==
14931493
dependencies:
1494-
inherits "^2.0.1"
1495-
safe-buffer "^5.0.1"
1494+
inherits "^2.0.4"
1495+
safe-buffer "^5.2.1"
14961496

14971497
clean-stack@^2.0.0:
14981498
version "2.2.0"

0 commit comments

Comments
 (0)