autolevel.js

Automatically use the right abstract-leveldown module for your configuration
git clone git://git.finwo.net/lib/autolevel.js
Log | Files | Refs | README | LICENSE

commit 3713c2dc672cbcbaf9b38f20f827b811f1de48cf
parent bb280b88e0a53f7bb19a43cb83b6112abf1f8f28
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date:   Mon,  4 Jan 2021 22:47:16 +0000

Bump tape from 5.1.0 to 5.1.1

Bumps [tape](https://github.com/substack/tape) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/substack/tape/releases)
- [Commits](https://github.com/substack/tape/compare/v5.1.0...v5.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat:
Mpackage-lock.json | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package-lock.json b/package-lock.json @@ -2043,16 +2043,16 @@ "optional": true }, "tape": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/tape/-/tape-5.1.0.tgz", - "integrity": "sha512-3+/QreLoHRe2QhjkIQ6vSjwTRnC3iMQSg943K9EP3rHhY6MWlLxNw/0h46B6DYz5/SSI4GmU1Dr5HNDAlFLhtQ==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/tape/-/tape-5.1.1.tgz", + "integrity": "sha512-ujhT+ZJPqSGY9Le02mIGBnyWo7Ks05FEGS9PnlqECr3sM3KyV4CSCXAvSBJKMN+t+aZYLKEFUEo0l4wFJMhppQ==", "dev": true, "requires": { + "call-bind": "^1.0.0", "deep-equal": "^2.0.5", "defined": "^1.0.0", "dotignore": "^0.1.2", "for-each": "^0.3.3", - "function-bind": "^1.1.1", "glob": "^7.1.6", "has": "^1.0.3", "inherits": "^2.0.4",