Skip to content

Commit 2678ca8

Browse files
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](ipfs/aegir@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] <[email protected]> * chore: fix linting --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <[email protected]>
1 parent cc99b80 commit 2678ca8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
},
180180
"devDependencies": {
181181
"@types/benchmark": "^2.1.1",
182-
"aegir": "^39.0.9",
182+
"aegir": "^40.0.8",
183183
"benchmark": "^2.1.4"
184184
}
185185
}

src/util/as-uint8array.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/**
32
* To guarantee Uint8Array semantics, convert nodejs Buffers
43
* into vanilla Uint8Arrays

0 commit comments

Comments
 (0)