From a678713f9521d52a4459cc72702db42233aef6c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 03:54:30 +0000 Subject: [PATCH] build(deps): bump @noble/ciphers from 1.1.3 to 1.2.0 Bumps [@noble/ciphers](https://github.com/paulmillr/noble-ciphers) from 1.1.3 to 1.2.0. - [Release notes](https://github.com/paulmillr/noble-ciphers/releases) - [Commits](https://github.com/paulmillr/noble-ciphers/compare/1.1.3...1.2.0) --- updated-dependencies: - dependency-name: "@noble/ciphers" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/core/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 19bae147f..cb8b15e84 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -38,7 +38,7 @@ }, "dependencies": { "@ethereumjs/rlp": "^5.0.2", - "@noble/ciphers": "^1.1.3", + "@noble/ciphers": "^1.2.0", "@noble/curves": "^1.7.0", "@noble/hashes": "^1.5.0", "@scure/base": "^1.2.1", diff --git a/yarn.lock b/yarn.lock index 366fc6839..1c953b921 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3427,10 +3427,10 @@ dependencies: eslint-scope "5.1.1" -"@noble/ciphers@^1.1.3": - version "1.1.3" - resolved "https://registry.yarnpkg.com/@noble/ciphers/-/ciphers-1.1.3.tgz#eb27085aa7ce94d8c6eaeb64299bab0589920ec1" - integrity sha512-Ygv6WnWJHLLiW4fnNDC1z+i13bud+enXOFRBlpxI+NJliPWx5wdR+oWlTjLuBPTqjUjtHXtjkU6w3kuuH6upZA== +"@noble/ciphers@^1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@noble/ciphers/-/ciphers-1.2.0.tgz#a7858e18eb620f6b2a327a7f0e647b6a78fd0727" + integrity sha512-YGdEUzYEd+82jeaVbSKKVp1jFZb8LwaNMIIzHFkihGvYdd/KKAr7KaJHdEdSYGredE3ssSravXIa0Jxg28Sv5w== "@noble/curves@1.2.0": version "1.2.0"