From 793abe7d2284e9bcc6985af7586f6a036668b458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 22:39:04 +0530 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 25 ++++++++++++------------- packages/dns-discovery/package.json | 2 +- packages/enr/package.json | 2 +- packages/utils/package.json | 2 +- 4 files changed, 15 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index e09a65e63d..b2ff3d1082 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } diff --git a/packages/dns-discovery/package.json b/packages/dns-discovery/package.json index 1d15883f72..38460d1df2 100644 --- a/packages/dns-discovery/package.json +++ b/packages/dns-discovery/package.json @@ -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", diff --git a/packages/enr/package.json b/packages/enr/package.json index c7a334dfd4..b5d3304858 100644 --- a/packages/enr/package.json +++ b/packages/enr/package.json @@ -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" diff --git a/packages/utils/package.json b/packages/utils/package.json index 5417384aa4..8047fffbbc 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -66,7 +66,7 @@ }, "dependencies": { "debug": "^4.3.4", - "uint8arrays": "^4.0.3" + "uint8arrays": "^4.0.4" }, "devDependencies": { "@libp2p/interface-connection": "^5.1.1",