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"