From 78d2ea08f8a190132abf82f6c510bb2b0ba8032c Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Sun, 4 Apr 2021 23:16:47 +0100 Subject: [PATCH] Breaking: bump buffer from 15.x to 16.x (#62) Drops support of IE11 and Safari 9-10. Ref https://github.com/Level/abstract-leveldown/pull/373 Ref https://github.com/Level/community/issues/98 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 099c9d3..a9c7865 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "prepublishOnly": "npm run dependency-check" }, "dependencies": { - "buffer": "^5.6.0" + "buffer": "^6.0.3" }, "devDependencies": { "coveralls": "^3.0.2",