Skip to content

Commit

Permalink
deps(dev): bump aegir from 38.1.8 to 39.0.7 (#128)
Browse files Browse the repository at this point in the history
* deps(dev): bump aegir from 38.1.8 to 39.0.7

Bumps [aegir](https://github.com/ipfs/aegir) from 38.1.8 to 39.0.7.
- [Release notes](https://github.com/ipfs/aegir/releases)
- [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
- [Commits](ipfs/aegir@v38.1.8...v39.0.7)

---
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]>
  • Loading branch information
dependabot[bot] and achingbrain authored May 19, 2023
1 parent 3b72071 commit 8c84ed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,6 @@
"@multiformats/multiaddr": "^12.0.0"
},
"devDependencies": {
"aegir": "^38.1.7"
"aegir": "^39.0.7"
}
}
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Multiaddr, StringTuple } from '@multiformats/multiaddr'
import { multiaddr, protocols } from '@multiformats/multiaddr'
import type { Multiaddr, StringTuple } from '@multiformats/multiaddr'

export interface MultiaddrToUriOpts {
assumeHttp?: boolean
Expand Down

0 comments on commit 8c84ed3

Please sign in to comment.