Skip to content

Commit

Permalink
deps(dev): bump aegir from 39.0.13 to 40.0.8 (#58)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* chore: fix linting

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: achingbrain <alex@achingbrain.net>
  • Loading branch information
dependabot[bot] and achingbrain authored Aug 3, 2023
1 parent cc99b80 commit 2678ca8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
},
"devDependencies": {
"@types/benchmark": "^2.1.1",
"aegir": "^39.0.9",
"aegir": "^40.0.8",
"benchmark": "^2.1.4"
}
}
1 change: 0 additions & 1 deletion src/util/as-uint8array.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/**
* To guarantee Uint8Array semantics, convert nodejs Buffers
* into vanilla Uint8Arrays
Expand Down

0 comments on commit 2678ca8

Please sign in to comment.