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:
dependabot[bot] 2023-10-05 14:12:20 +05:30 committed by GitHub
parent d06591378f
commit 0bc4a96807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 9 deletions

17
package-lock.json generated
View File

@ -12523,8 +12523,9 @@
} }
}, },
"node_modules/js-sha3": { "node_modules/js-sha3": {
"version": "0.8.0", "version": "0.9.2",
"license": "MIT" "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.9.2.tgz",
"integrity": "sha512-8kgvwd03wNGQG1GRvl3yy1Yt40sICAcIMsDU2ZLgoL0Z6z9rkRmf9Vd+bi/gYSzgAqMUGl/jiDKu0J8AWFd+BQ=="
}, },
"node_modules/js-tokens": { "node_modules/js-tokens": {
"version": "4.0.0", "version": "4.0.0",
@ -25907,7 +25908,7 @@
"@noble/secp256k1": "^1.7.1", "@noble/secp256k1": "^1.7.1",
"@waku/utils": "0.0.11", "@waku/utils": "0.0.11",
"debug": "^4.3.4", "debug": "^4.3.4",
"js-sha3": "^0.8.0" "js-sha3": "^0.9.2"
}, },
"devDependencies": { "devDependencies": {
"@libp2p/peer-id-factory": "^3.0.3", "@libp2p/peer-id-factory": "^3.0.3",
@ -25956,7 +25957,7 @@
"@waku/proto": "0.0.5", "@waku/proto": "0.0.5",
"@waku/utils": "0.0.11", "@waku/utils": "0.0.11",
"debug": "^4.3.4", "debug": "^4.3.4",
"js-sha3": "^0.8.0" "js-sha3": "^0.9.2"
}, },
"devDependencies": { "devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4", "@rollup/plugin-commonjs": "^25.0.4",
@ -29164,7 +29165,7 @@
"chai": "^4.3.7", "chai": "^4.3.7",
"cspell": "^7.3.2", "cspell": "^7.3.2",
"debug": "^4.3.4", "debug": "^4.3.4",
"js-sha3": "^0.8.0", "js-sha3": "^0.9.2",
"mocha": "^10.2.0", "mocha": "^10.2.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"process": "^0.11.10", "process": "^0.11.10",
@ -29200,7 +29201,7 @@
"cspell": "^7.3.2", "cspell": "^7.3.2",
"debug": "^4.3.4", "debug": "^4.3.4",
"fast-check": "^3.13.1", "fast-check": "^3.13.1",
"js-sha3": "^0.8.0", "js-sha3": "^0.9.2",
"mocha": "^10.2.0", "mocha": "^10.2.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"process": "^0.11.10", "process": "^0.11.10",
@ -34058,7 +34059,9 @@
} }
}, },
"js-sha3": { "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": { "js-tokens": {
"version": "4.0.0" "version": "4.0.0"

View File

@ -58,7 +58,7 @@
"@noble/secp256k1": "^1.7.1", "@noble/secp256k1": "^1.7.1",
"@waku/utils": "0.0.11", "@waku/utils": "0.0.11",
"debug": "^4.3.4", "debug": "^4.3.4",
"js-sha3": "^0.8.0" "js-sha3": "^0.9.2"
}, },
"devDependencies": { "devDependencies": {
"@libp2p/peer-id-factory": "^3.0.3", "@libp2p/peer-id-factory": "^3.0.3",

View File

@ -77,7 +77,7 @@
"@waku/proto": "0.0.5", "@waku/proto": "0.0.5",
"@waku/utils": "0.0.11", "@waku/utils": "0.0.11",
"debug": "^4.3.4", "debug": "^4.3.4",
"js-sha3": "^0.8.0" "js-sha3": "^0.9.2"
}, },
"devDependencies": { "devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4", "@rollup/plugin-commonjs": "^25.0.4",