From 2048ff54d560fce5b5a5f05e02651bba4a1ae88e Mon Sep 17 00:00:00 2001 From: achingbrain Date: Wed, 31 Mar 2021 17:52:26 +0100 Subject: [PATCH] chore: update buffer Updates `Buffer` to the latest version as having multiple versions in the dep tree causes quite a lot of bundle bloat when run in browsers! Refs: https://github.com/Level/abstract-leveldown/pull/373 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 11a1146..d74d309 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ ], "dependencies": { "abstract-leveldown": "^6.3.0", - "buffer": "^5.5.0", + "buffer": "^6.0.3", "inherits": "^2.0.3", "ltgt": "^2.1.2" },