From 3062c646605ad0df67b2ce4c3f92fdc3f6a95e05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 15:29:22 +0000 Subject: [PATCH] chore(deps): bump uint8arrays from 4.0.3 to 4.0.4 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] --- package-lock.json | 18 +++++++----------- package.json | 2 +- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index ee840336f..e51643643 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "s3leveldown": "^2.2.2", "tsm": "^2.2.2", "typed-inject": "^4.0.0", - "uint8arrays": "^4.0.3", + "uint8arrays": "^4.0.4", "uuid": "^9.0.0" }, "devDependencies": { @@ -24749,15 +24749,11 @@ } }, "node_modules/uint8arrays": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-4.0.3.tgz", - "integrity": "sha512-b+aKlI2oTnxnfeSQWV1sMacqSNxqhtXySaH6bflvONGxF8V/fT3ZlYH7z2qgGfydsvpVo4JUgM/Ylyfl2YouCg==", + "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": { @@ -44238,9 +44234,9 @@ } }, "uint8arrays": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-4.0.3.tgz", - "integrity": "sha512-b+aKlI2oTnxnfeSQWV1sMacqSNxqhtXySaH6bflvONGxF8V/fT3ZlYH7z2qgGfydsvpVo4JUgM/Ylyfl2YouCg==", + "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/package.json b/package.json index 3863ca947..1b7da7f36 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "s3leveldown": "^2.2.2", "tsm": "^2.2.2", "typed-inject": "^4.0.0", - "uint8arrays": "^4.0.3", + "uint8arrays": "^4.0.4", "uuid": "^9.0.0" }, "devDependencies": {