Skip to content

Commit

Permalink
revert to older micromatch version
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorfr committed Aug 9, 2017
1 parent 1a67cd1 commit 53a4f01
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Tasks/JsonPatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/PlistPatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions Tasks/XmlPatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion Tasks/YamlPatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 53a4f01

Please sign in to comment.