From 2b8e4b8c758c1d1275e555a2cb9dbb5c182c5430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:50:57 +0000 Subject: [PATCH] deps: bump @noble/hashes from 1.5.0 to 1.6.1 Bumps [@noble/hashes](https://github.com/paulmillr/noble-hashes) from 1.5.0 to 1.6.1. - [Release notes](https://github.com/paulmillr/noble-hashes/releases) - [Commits](https://github.com/paulmillr/noble-hashes/compare/1.5.0...1.6.1) --- updated-dependencies: - dependency-name: "@noble/hashes" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++++++++-- package.json | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 82329560..c6d46dab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@libp2p/websockets": "^9.0.13", "@libp2p/webtransport": "^5.0.18", "@multiformats/dns": "^1.0.6", - "@noble/hashes": "^1.5.0", + "@noble/hashes": "^1.6.1", "@sgtpooki/file-type": "^1.0.1", "helia": "^5.1.1", "ipfs-css": "^1.4.0", @@ -4282,7 +4282,7 @@ "url": "https://paulmillr.com/funding/" } }, - "node_modules/@noble/hashes": { + "node_modules/@noble/curves/node_modules/@noble/hashes": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.5.0.tgz", "integrity": "sha512-1j6kQFb7QRru7eKN3ZDvRcP13rugwdxZqCjbiAVZfIJwgj2A65UmT4TgARXGlXgnRkORLTDTrO19ZErt7+QXgA==", @@ -4294,6 +4294,18 @@ "url": "https://paulmillr.com/funding/" } }, + "node_modules/@noble/hashes": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.6.1.tgz", + "integrity": "sha512-pq5D8h10hHBjyqX+cfBm0i8JUXJ0UhczFc4r74zbuT9XgewFo2E3J1cOaGtdZynILNmQ685YWGzGE1Zv6io50w==", + "license": "MIT", + "engines": { + "node": "^14.21.3 || >=16" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", diff --git a/package.json b/package.json index cb78d0dc..0d76ab0d 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@libp2p/websockets": "^9.0.13", "@libp2p/webtransport": "^5.0.18", "@multiformats/dns": "^1.0.6", - "@noble/hashes": "^1.5.0", + "@noble/hashes": "^1.6.1", "@sgtpooki/file-type": "^1.0.1", "helia": "^5.1.1", "ipfs-css": "^1.4.0",