From 4de672e9c3c63ba23969f158a8e969856ca462b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 13:16:56 +0000 Subject: [PATCH] deps(dev): bump it-to-buffer from 2.0.2 to 3.0.0 Bumps [it-to-buffer](https://github.com/achingbrain/it) from 2.0.2 to 3.0.0. - [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.0) --- 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 cf8998e..610e3e7 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.0", "react-native-polyfill-globals": "^3.0.0", "readable-stream": "^4.3.0", "uint8arrays": "^3.0.0",