From 7e6f977bad0edb8e507eb0b618b6bbac67af8876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 17:04:40 +0300 Subject: [PATCH] chore(deps): bump libp2p, helia, etc to latest versions (#177) Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.45.9 to 0.46.14. - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/.release-please.json) - [Commits](https://github.com/libp2p/js-libp2p/compare/libp2p-v0.45.9...libp2p-v0.46.14) --- updated-dependencies: - dependency-name: libp2p dependency-type: direct:production update-type: version-update:semver-minor ... --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 093762b..fb3c229 100644 --- a/package.json +++ b/package.json @@ -16,12 +16,12 @@ "browserslist": "last 1 Chrome version", "dependencies": { "@helia/unixfs": "^1.4.1", - "helia": "^1.0.0" + "helia": "^2.0.3" }, "devDependencies": { "@babel/core": "^7.14.8", "@playwright/test": "^1.12.3", - "esbuild": "^0.17.16", + "esbuild": "^0.19.4", "playwright": "^1.12.3", "process": "^0.11.10", "rimraf": "^5.0.0",