From 34389a26fbc7a1abf6829ab08f13a68ea6006ee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 10:26:15 +0000 Subject: [PATCH] deps(dev): bump it-to-buffer from 2.0.2 to 3.0.1 Bumps [it-to-buffer](https://github.com/achingbrain/it) from 2.0.2 to 3.0.1. - [Release notes](https://github.com/achingbrain/it/releases) - [Commits](https://github.com/achingbrain/it/compare/it-to-buffer@2.0.2...it-to-buffer-v3.0.1) --- updated-dependencies: - dependency-name: it-to-buffer dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a72c73e..71754e1 100644 --- a/package.json +++ b/package.json @@ -167,7 +167,7 @@ "ipfs-unixfs": "^6.0.4", "it-drain": "^1.0.3", "it-last": "^1.0.4", - "it-to-buffer": "^2.0.0", + "it-to-buffer": "^3.0.1", "react-native-polyfill-globals": "^3.0.0", "readable-stream": "^4.3.0", "uint8arrays": "^3.0.0",