From c3e1a8bf453c390d6febb6af22c470cb50639c5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 12:08:40 +0000 Subject: [PATCH] chore(deps): bump it-last from 1.0.6 to 2.0.1 Bumps [it-last](https://github.com/achingbrain/it) from 1.0.6 to 2.0.1. - [Release notes](https://github.com/achingbrain/it/releases) - [Commits](https://github.com/achingbrain/it/compare/it-last@1.0.6...it-last-v2.0.1) --- updated-dependencies: - dependency-name: it-last dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --- examples/browser-ipns-publish/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/browser-ipns-publish/package.json b/examples/browser-ipns-publish/package.json index f9916ae3..f9dcb4f0 100644 --- a/examples/browser-ipns-publish/package.json +++ b/examples/browser-ipns-publish/package.json @@ -28,7 +28,7 @@ "kubo-rpc-client": "^1.0.1", "ipfs-utils": "^9.0.6", "ipns": "^2.0.3", - "it-last": "^1.0.4", + "it-last": "^2.0.1", "multiformats": "^9.6.5", "p-retry": "^5.1.1", "uint8arrays": "^3.0.0"