mirror of https://github.com/status-im/js-waku.git
chore(deps)(deps): bump uint8arrays from 4.0.3 to 4.0.4 (#1440)
Bumps [uint8arrays](https://github.com/achingbrain/uint8arrays) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/achingbrain/uint8arrays/releases) - [Changelog](https://github.com/achingbrain/uint8arrays/blob/master/CHANGELOG.md) - [Commits](https://github.com/achingbrain/uint8arrays/compare/v4.0.3...v4.0.4) --- updated-dependencies: - dependency-name: uint8arrays dependency-type: direct:production update-type: version-update:semver-patch ... 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
447335f633
commit
793abe7d22
|
@ -26436,14 +26436,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/uint8arrays": {
|
||||
"version": "4.0.3",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"version": "4.0.4",
|
||||
"resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-4.0.4.tgz",
|
||||
"integrity": "sha512-AOoA66e/A7zoXm1mgzQjGmkWDTvCrS3ttWXLHFtlVAwMobLcaOA7G7WRNNAcyfjjYdFDtkEK6njRDX7hZLIO9Q==",
|
||||
"dependencies": {
|
||||
"multiformats": "^11.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0",
|
||||
"npm": ">=7.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/unbox-primitive": {
|
||||
|
@ -27642,7 +27639,7 @@
|
|||
"debug": "^4.3.4",
|
||||
"dns-query": "^0.11.2",
|
||||
"hi-base32": "^0.5.1",
|
||||
"uint8arrays": "^4.0.3"
|
||||
"uint8arrays": "^4.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@libp2p/interface-peer-info": "^1.0.10",
|
||||
|
@ -27724,7 +27721,7 @@
|
|||
"rollup": "^3.21.3",
|
||||
"ts-loader": "^9.4.2",
|
||||
"typescript": "^5.0.4",
|
||||
"uint8arrays": "^4.0.3"
|
||||
"uint8arrays": "^4.0.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
|
@ -28332,7 +28329,7 @@
|
|||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"debug": "^4.3.4",
|
||||
"uint8arrays": "^4.0.3"
|
||||
"uint8arrays": "^4.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@libp2p/interface-connection": "^5.1.1",
|
||||
|
@ -32213,7 +32210,7 @@
|
|||
"rollup": "^3.21.3",
|
||||
"ts-loader": "^9.4.2",
|
||||
"typescript": "^5.0.4",
|
||||
"uint8arrays": "^4.0.3"
|
||||
"uint8arrays": "^4.0.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@libp2p/interface-peer-discovery": {
|
||||
|
@ -32260,7 +32257,7 @@
|
|||
"rollup": "^3.21.3",
|
||||
"ts-loader": "^9.4.2",
|
||||
"typescript": "^5.0.4",
|
||||
"uint8arrays": "^4.0.3"
|
||||
"uint8arrays": "^4.0.4"
|
||||
}
|
||||
},
|
||||
"@waku/interfaces": {
|
||||
|
@ -32718,7 +32715,7 @@
|
|||
"prettier": "^2.8.8",
|
||||
"rollup": "^3.21.3",
|
||||
"typescript": "^5.0.4",
|
||||
"uint8arrays": "^4.0.3"
|
||||
"uint8arrays": "^4.0.4"
|
||||
}
|
||||
},
|
||||
"@webassemblyjs/ast": {
|
||||
|
@ -45628,7 +45625,9 @@
|
|||
}
|
||||
},
|
||||
"uint8arrays": {
|
||||
"version": "4.0.3",
|
||||
"version": "4.0.4",
|
||||
"resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-4.0.4.tgz",
|
||||
"integrity": "sha512-AOoA66e/A7zoXm1mgzQjGmkWDTvCrS3ttWXLHFtlVAwMobLcaOA7G7WRNNAcyfjjYdFDtkEK6njRDX7hZLIO9Q==",
|
||||
"requires": {
|
||||
"multiformats": "^11.0.0"
|
||||
}
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
"debug": "^4.3.4",
|
||||
"dns-query": "^0.11.2",
|
||||
"hi-base32": "^0.5.1",
|
||||
"uint8arrays": "^4.0.3"
|
||||
"uint8arrays": "^4.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@libp2p/interface-peer-info": "^1.0.10",
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
"rollup": "^3.21.3",
|
||||
"ts-loader": "^9.4.2",
|
||||
"typescript": "^5.0.4",
|
||||
"uint8arrays": "^4.0.3"
|
||||
"uint8arrays": "^4.0.4"
|
||||
},
|
||||
"typedoc": {
|
||||
"entryPoint": "./src/index.ts"
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"debug": "^4.3.4",
|
||||
"uint8arrays": "^4.0.3"
|
||||
"uint8arrays": "^4.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@libp2p/interface-connection": "^5.1.1",
|
||||
|
|
Loading…
Reference in New Issue