From 53a4f01d09551cfc7b781c0e337b58a4918d4696 Mon Sep 17 00:00:00 2001 From: Cyprien Autexier Date: Wed, 9 Aug 2017 13:01:58 +0200 Subject: [PATCH] revert to older micromatch version --- Tasks/JsonPatch/package.json | 2 +- Tasks/PlistPatch/package.json | 2 +- Tasks/XmlPatch/package.json | 10 +++++----- Tasks/YamlPatch/package.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Tasks/JsonPatch/package.json b/Tasks/JsonPatch/package.json index e6a7571..fa70271 100644 --- a/Tasks/JsonPatch/package.json +++ b/Tasks/JsonPatch/package.json @@ -4,7 +4,7 @@ "version": "0.1.0", "dependencies": { "fs-extra": "4.0.1", - "micromatch": "3.0.4", + "micromatch": "^2.3.0", "fast-json-patch": "2.0.4", "xregexp": "3.2.0", "vsts-task-lib": "2.0.6", diff --git a/Tasks/PlistPatch/package.json b/Tasks/PlistPatch/package.json index 9404d1a..ca279b3 100644 --- a/Tasks/PlistPatch/package.json +++ b/Tasks/PlistPatch/package.json @@ -4,7 +4,7 @@ "version": "0.1.0", "dependencies": { "fs-extra": "4.0.1", - "micromatch": "3.0.4", + "micromatch": "^2.3.0", "fast-json-patch": "2.0.4", "xregexp": "3.2.0", "vsts-task-lib": "2.0.6", diff --git a/Tasks/XmlPatch/package.json b/Tasks/XmlPatch/package.json index 4491796..2487884 100644 --- a/Tasks/XmlPatch/package.json +++ b/Tasks/XmlPatch/package.json @@ -3,12 +3,12 @@ "private": true, "version": "0.1.0", "dependencies": { - "fs-extra": "0.30.0", - "micromatch": "2.3.11", + "fs-extra": "4.0.1", + "micromatch": "^2.3.0", "xmldom": "0.1.27", "xpath": "0.0.24", - "xregexp": "3.1.1", - "vsts-task-lib": "1.1.0", - "shelljs": "0.7.7" + "xregexp": "3.2.0", + "vsts-task-lib": "2.0.6", + "shelljs": "0.7.8" } } diff --git a/Tasks/YamlPatch/package.json b/Tasks/YamlPatch/package.json index b4d652a..6d9bc71 100644 --- a/Tasks/YamlPatch/package.json +++ b/Tasks/YamlPatch/package.json @@ -4,7 +4,7 @@ "version": "0.1.0", "dependencies": { "fs-extra": "4.0.1", - "micromatch": "3.0.4", + "micromatch": "^2.3.0", "fast-json-patch": "2.0.4", "xregexp": "3.2.0", "vsts-task-lib": "2.0.6",