From 9d3f299814d37c41d97a86417f3cfe0143ff2593 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 12 Mar 2019 01:17:09 +0000 Subject: [PATCH] build(deps): Update upath requirement from 1.1.0 to 1.1.2 Updates the requirements on [upath](https://github.com/anodynos/upath) to permit the latest version. - [Release notes](https://github.com/anodynos/upath/releases) - [Commits](https://github.com/anodynos/upath/commits/v1.1.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 77b0d8d..c88aba5 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "pg": "7.8.0", "pg-copy-streams": "1.2.0", "rimraf": "2.6.3", - "upath": "1.1.0" + "upath": "1.1.2" }, "devDependencies": { "chai": "4.2.0",