From 7b70da5aaa20c871ead644ed22290ee53a3c506f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 6 May 2019 07:21:01 +0000 Subject: [PATCH] Update mirrorx requirement from ^0.2.12 to ^1.1.0 Updates the requirements on [mirrorx](https://github.com/mirrorjs/mirror) to permit the latest version. - [Release notes](https://github.com/mirrorjs/mirror/releases) - [Changelog](https://github.com/mirrorjs/mirror/blob/master/CHANGES.md) - [Commits](https://github.com/mirrorjs/mirror/compare/v0.2.12...v1.1.0) Signed-off-by: dependabot[bot] --- packages/ucf-request/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 packages/ucf-request/package.json diff --git a/packages/ucf-request/package.json b/packages/ucf-request/package.json old mode 100755 new mode 100644 index 47f7e91..1aaa365 --- a/packages/ucf-request/package.json +++ b/packages/ucf-request/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "axios": "^0.18.0", - "mirrorx": "^0.2.12" + "mirrorx": "^1.1.0" }, "files": [ "lib/",