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 64cce1820aeb1871a03bef6dc461402857a33663
parent ba9b4ad69e576a03025cb1fdc2fd3048d39cda73
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date:   Sat,  2 Nov 2019 11:18:07 +0000

Merge pull request #10 from finwo/dependabot-npm_and_yarn-app-root-path-3.0.0


Diffstat:
Mpackage-lock.json | 6+++---
Mpackage.json | 2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package-lock.json b/package-lock.json @@ -1951,9 +1951,9 @@ } }, "app-root-path": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/app-root-path/-/app-root-path-2.2.1.tgz", - "integrity": "sha512-91IFKeKk7FjfmezPKkwtaRvSpnUc4gDwPAjA1YZ9Gn0q0PPeW+vbeUsZuyDwjI7+QTHhcLen2v25fi/AmhvbJA==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/app-root-path/-/app-root-path-3.0.0.tgz", + "integrity": "sha512-qMcx+Gy2UZynHjOHOIXPNvpf+9cjvk3cWrBBK7zg4gH9+clobJRb9NGzcT7mQTcV/6Gm/1WelUtqxVXnNlrwcw==" }, "append-transform": { "version": "0.4.0", diff --git a/package.json b/package.json @@ -21,7 +21,7 @@ "rimraf": "^3.0.0" }, "dependencies": { - "app-root-path": "^2.2.1", + "app-root-path": "^3.0.0", "levelup": "^4.3.2", "url-parse": "^1.4.7" },