chore(deps)(deps): bump @noble/hashes from 1.2.0 to 1.3.0 (#1251)

Bumps [@noble/hashes](https://github.com/paulmillr/noble-hashes) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/paulmillr/noble-hashes/releases)
- [Commits](https://github.com/paulmillr/noble-hashes/compare/1.2.0...1.3.0)

---
updated-dependencies:
- dependency-name: "@noble/hashes"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-20 22:36:46 +01:00 committed by GitHub
parent 47560793dc
commit 714ff61582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -3687,9 +3687,9 @@
] ]
}, },
"node_modules/@noble/hashes": { "node_modules/@noble/hashes": {
"version": "1.2.0", "version": "1.3.0",
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.2.0.tgz", "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.3.0.tgz",
"integrity": "sha512-FZfhjEDbT5GRswV3C6uvLPHMiVD6lQBmpoX5+eSiPaMTXte/IKqI5dykDxzZB/WBeK/CDuQRBWarPdi3FNY2zQ==", "integrity": "sha512-ilHEACi9DwqJB0pw7kv+Apvh50jiiSyR/cQ3y4W7lOR5mhvn/50FLUfsnfJz0BDZtl/RR16kXvptiv6q1msYZg==",
"funding": [ "funding": [
{ {
"type": "individual", "type": "individual",
@ -28904,7 +28904,7 @@
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"dependencies": { "dependencies": {
"@chainsafe/libp2p-gossipsub": "^6.1.0", "@chainsafe/libp2p-gossipsub": "^6.1.0",
"@noble/hashes": "^1.2.0", "@noble/hashes": "^1.3.0",
"@waku/interfaces": "0.0.8", "@waku/interfaces": "0.0.8",
"@waku/proto": "0.0.3", "@waku/proto": "0.0.3",
"@waku/utils": "0.0.2", "@waku/utils": "0.0.2",
@ -32114,9 +32114,9 @@
"integrity": "sha512-iR8GBkDt0Q3GyaVcIu7mSsVIqnFbkbRzGLWlvhwunacoLwt4J3swfKhfaM6rN6WY+TBGoYT1GtT1mIh2/jGbRQ==" "integrity": "sha512-iR8GBkDt0Q3GyaVcIu7mSsVIqnFbkbRzGLWlvhwunacoLwt4J3swfKhfaM6rN6WY+TBGoYT1GtT1mIh2/jGbRQ=="
}, },
"@noble/hashes": { "@noble/hashes": {
"version": "1.2.0", "version": "1.3.0",
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.2.0.tgz", "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.3.0.tgz",
"integrity": "sha512-FZfhjEDbT5GRswV3C6uvLPHMiVD6lQBmpoX5+eSiPaMTXte/IKqI5dykDxzZB/WBeK/CDuQRBWarPdi3FNY2zQ==" "integrity": "sha512-ilHEACi9DwqJB0pw7kv+Apvh50jiiSyR/cQ3y4W7lOR5mhvn/50FLUfsnfJz0BDZtl/RR16kXvptiv6q1msYZg=="
}, },
"@noble/secp256k1": { "@noble/secp256k1": {
"version": "1.7.1", "version": "1.7.1",
@ -33809,7 +33809,7 @@
"@libp2p/interface-pubsub": "^3.0.6", "@libp2p/interface-pubsub": "^3.0.6",
"@libp2p/interface-registrar": "^2.0.8", "@libp2p/interface-registrar": "^2.0.8",
"@multiformats/multiaddr": "^11.4.0", "@multiformats/multiaddr": "^11.4.0",
"@noble/hashes": "^1.2.0", "@noble/hashes": "^1.3.0",
"@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0", "@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-node-resolve": "^15.0.1",

View File

@ -81,7 +81,7 @@
}, },
"dependencies": { "dependencies": {
"@chainsafe/libp2p-gossipsub": "^6.1.0", "@chainsafe/libp2p-gossipsub": "^6.1.0",
"@noble/hashes": "^1.2.0", "@noble/hashes": "^1.3.0",
"@waku/interfaces": "0.0.8", "@waku/interfaces": "0.0.8",
"@waku/proto": "0.0.3", "@waku/proto": "0.0.3",
"@waku/utils": "0.0.2", "@waku/utils": "0.0.2",