Skip to content

Commit 53a4f01

Browse files
committed
revert to older micromatch version
1 parent 1a67cd1 commit 53a4f01

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Tasks/JsonPatch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.1.0",
55
"dependencies": {
66
"fs-extra": "4.0.1",
7-
"micromatch": "3.0.4",
7+
"micromatch": "^2.3.0",
88
"fast-json-patch": "2.0.4",
99
"xregexp": "3.2.0",
1010
"vsts-task-lib": "2.0.6",

Tasks/PlistPatch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.1.0",
55
"dependencies": {
66
"fs-extra": "4.0.1",
7-
"micromatch": "3.0.4",
7+
"micromatch": "^2.3.0",
88
"fast-json-patch": "2.0.4",
99
"xregexp": "3.2.0",
1010
"vsts-task-lib": "2.0.6",

Tasks/XmlPatch/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"private": true,
44
"version": "0.1.0",
55
"dependencies": {
6-
"fs-extra": "0.30.0",
7-
"micromatch": "2.3.11",
6+
"fs-extra": "4.0.1",
7+
"micromatch": "^2.3.0",
88
"xmldom": "0.1.27",
99
"xpath": "0.0.24",
10-
"xregexp": "3.1.1",
11-
"vsts-task-lib": "1.1.0",
12-
"shelljs": "0.7.7"
10+
"xregexp": "3.2.0",
11+
"vsts-task-lib": "2.0.6",
12+
"shelljs": "0.7.8"
1313
}
1414
}

Tasks/YamlPatch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.1.0",
55
"dependencies": {
66
"fs-extra": "4.0.1",
7-
"micromatch": "3.0.4",
7+
"micromatch": "^2.3.0",
88
"fast-json-patch": "2.0.4",
99
"xregexp": "3.2.0",
1010
"vsts-task-lib": "2.0.6",

0 commit comments

Comments
 (0)