From 198989c6c033c4f8abc28f77b98909abbe76f34c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 07:51:01 +0000 Subject: [PATCH] Bump @noble/ciphers from 0.1.4 to 0.2.0 Bumps [@noble/ciphers](https://github.com/paulmillr/noble-ciphers) from 0.1.4 to 0.2.0. - [Release notes](https://github.com/paulmillr/noble-ciphers/releases) - [Commits](https://github.com/paulmillr/noble-ciphers/compare/0.1.4...0.2.0) --- updated-dependencies: - dependency-name: "@noble/ciphers" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6d4b8c0..9f6451b 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "test": "jest" }, "dependencies": { - "@noble/ciphers": "^0.1.4", + "@noble/ciphers": "^0.2.0", "@noble/curves": "^1.1.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index a41e9bf..133e19c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -561,10 +561,10 @@ "@jridgewell/resolve-uri" "3.1.0" "@jridgewell/sourcemap-codec" "1.4.14" -"@noble/ciphers@^0.1.4": - version "0.1.4" - resolved "https://registry.yarnpkg.com/@noble/ciphers/-/ciphers-0.1.4.tgz#96327dca147829ed9eee0d96cfdf7c57915765f0" - integrity sha512-d3ZR8vGSpy3v/nllS+bD/OMN5UZqusWiQqkyj7AwzTnhXFH72pF5oB4Ach6DQ50g5kXxC28LdaYBEpsyv9KOUQ== +"@noble/ciphers@^0.2.0": + version "0.2.0" + resolved "https://registry.yarnpkg.com/@noble/ciphers/-/ciphers-0.2.0.tgz#a12cda60f3cf1ab5d7c77068c3711d2366649ed7" + integrity sha512-6YBxJDAapHSdd3bLDv6x2wRPwq4QFMUaB3HvljNBUTThDd12eSm7/3F+2lnfzx2jvM+S6Nsy0jEt9QbPqSwqRw== "@noble/curves@^1.1.0": version "1.1.0"