Skip to content

Commit

Permalink
deps: bump ipns from 7.0.2 to 8.0.0
Browse files Browse the repository at this point in the history
Bumps [ipns](https://github.com/ipfs/js-ipns) from 7.0.2 to 8.0.0.
- [Release notes](https://github.com/ipfs/js-ipns/releases)
- [Changelog](https://github.com/ipfs/js-ipns/blob/main/CHANGELOG.md)
- [Commits](ipfs/js-ipns@v7.0.2...v8.0.0)

---
updated-dependencies:
- dependency-name: ipns
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 7, 2024
1 parent 1dabe16 commit 4ad9701
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"@multiformats/multiaddr": "^12.1.3",
"any-signal": "^4.1.1",
"browser-readablestream-to-it": "^2.0.3",
"ipns": "^7.0.1",
"ipns": "^8.0.0",
"it-first": "^3.0.3",
"it-map": "^3.0.4",
"it-ndjson": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"aegir": "^41.0.0",
"fastify": "^4.17.0",
"helia": "^2.0.1",
"ipns": "^7.0.1",
"ipns": "^8.0.0",
"it-first": "^3.0.3",
"multiformats": "^13.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"@libp2p/interface": "^0.1.2",
"@libp2p/peer-id": "^3.0.3",
"fastify": "^4.17.0",
"ipns": "^7.0.1",
"ipns": "^8.0.0",
"multiformats": "^13.0.0",
"raw-body": "^2.5.2"
},
Expand Down

0 comments on commit 4ad9701

Please sign in to comment.