From 2678ca8ce76543f180c2c7cef1d22efba1db1b0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 20:25:56 +0100 Subject: [PATCH] deps(dev): bump aegir from 39.0.13 to 40.0.8 (#58) * deps(dev): bump aegir from 39.0.13 to 40.0.8 Bumps [aegir](https://github.com/ipfs/aegir) from 39.0.13 to 40.0.8. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](https://github.com/ipfs/aegir/compare/v39.0.13...v40.0.8) --- updated-dependencies: - dependency-name: aegir dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * chore: fix linting --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain --- package.json | 2 +- src/util/as-uint8array.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 62595c7..57ed5ad 100644 --- a/package.json +++ b/package.json @@ -179,7 +179,7 @@ }, "devDependencies": { "@types/benchmark": "^2.1.1", - "aegir": "^39.0.9", + "aegir": "^40.0.8", "benchmark": "^2.1.4" } } diff --git a/src/util/as-uint8array.ts b/src/util/as-uint8array.ts index c0218ed..9a24af5 100644 --- a/src/util/as-uint8array.ts +++ b/src/util/as-uint8array.ts @@ -1,4 +1,3 @@ - /** * To guarantee Uint8Array semantics, convert nodejs Buffers * into vanilla Uint8Arrays