mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-23 01:28:16 +00:00
chore(deps)(deps): bump js-sha3 from 0.8.0 to 0.9.2 (#1633)
Bumps [js-sha3](https://github.com/emn178/js-sha3) from 0.8.0 to 0.9.2. - [Changelog](https://github.com/emn178/js-sha3/blob/master/CHANGELOG.md) - [Commits](https://github.com/emn178/js-sha3/compare/v0.8.0...v0.9.2) --- updated-dependencies: - dependency-name: js-sha3 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:
parent
d06591378f
commit
0bc4a96807
17
package-lock.json
generated
17
package-lock.json
generated
@ -12523,8 +12523,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/js-sha3": {
|
||||
"version": "0.8.0",
|
||||
"license": "MIT"
|
||||
"version": "0.9.2",
|
||||
"resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.9.2.tgz",
|
||||
"integrity": "sha512-8kgvwd03wNGQG1GRvl3yy1Yt40sICAcIMsDU2ZLgoL0Z6z9rkRmf9Vd+bi/gYSzgAqMUGl/jiDKu0J8AWFd+BQ=="
|
||||
},
|
||||
"node_modules/js-tokens": {
|
||||
"version": "4.0.0",
|
||||
@ -25907,7 +25908,7 @@
|
||||
"@noble/secp256k1": "^1.7.1",
|
||||
"@waku/utils": "0.0.11",
|
||||
"debug": "^4.3.4",
|
||||
"js-sha3": "^0.8.0"
|
||||
"js-sha3": "^0.9.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@libp2p/peer-id-factory": "^3.0.3",
|
||||
@ -25956,7 +25957,7 @@
|
||||
"@waku/proto": "0.0.5",
|
||||
"@waku/utils": "0.0.11",
|
||||
"debug": "^4.3.4",
|
||||
"js-sha3": "^0.8.0"
|
||||
"js-sha3": "^0.9.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^25.0.4",
|
||||
@ -29164,7 +29165,7 @@
|
||||
"chai": "^4.3.7",
|
||||
"cspell": "^7.3.2",
|
||||
"debug": "^4.3.4",
|
||||
"js-sha3": "^0.8.0",
|
||||
"js-sha3": "^0.9.2",
|
||||
"mocha": "^10.2.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"process": "^0.11.10",
|
||||
@ -29200,7 +29201,7 @@
|
||||
"cspell": "^7.3.2",
|
||||
"debug": "^4.3.4",
|
||||
"fast-check": "^3.13.1",
|
||||
"js-sha3": "^0.8.0",
|
||||
"js-sha3": "^0.9.2",
|
||||
"mocha": "^10.2.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"process": "^0.11.10",
|
||||
@ -34058,7 +34059,9 @@
|
||||
}
|
||||
},
|
||||
"js-sha3": {
|
||||
"version": "0.8.0"
|
||||
"version": "0.9.2",
|
||||
"resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.9.2.tgz",
|
||||
"integrity": "sha512-8kgvwd03wNGQG1GRvl3yy1Yt40sICAcIMsDU2ZLgoL0Z6z9rkRmf9Vd+bi/gYSzgAqMUGl/jiDKu0J8AWFd+BQ=="
|
||||
},
|
||||
"js-tokens": {
|
||||
"version": "4.0.0"
|
||||
|
@ -58,7 +58,7 @@
|
||||
"@noble/secp256k1": "^1.7.1",
|
||||
"@waku/utils": "0.0.11",
|
||||
"debug": "^4.3.4",
|
||||
"js-sha3": "^0.8.0"
|
||||
"js-sha3": "^0.9.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@libp2p/peer-id-factory": "^3.0.3",
|
||||
|
@ -77,7 +77,7 @@
|
||||
"@waku/proto": "0.0.5",
|
||||
"@waku/utils": "0.0.11",
|
||||
"debug": "^4.3.4",
|
||||
"js-sha3": "^0.8.0"
|
||||
"js-sha3": "^0.9.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^25.0.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user