commit 44f135ebe582f0fad815049a0cf9cdbd70977888
parent 7cee351c478f9a637baf5e3ca6b51fdc79b09d0a
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Sat, 2 Nov 2019 11:15:25 +0000
Bump app-root-path from 2.2.1 to 3.0.0
Bumps [app-root-path](https://github.com/inxilpro/node-app-root-path) from 2.2.1 to 3.0.0.
- [Release notes](https://github.com/inxilpro/node-app-root-path/releases)
- [Commits](https://github.com/inxilpro/node-app-root-path/compare/2.2.1...3.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package-lock.json b/package-lock.json
@@ -1949,9 +1949,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"
},