Skip to content

Commit f010d67

Browse files
Fix vulnerabilities (#15896)
* update dependencies in the tasks and bump versions * update root dependencies * downgrade mocha back to 5.x due to node 6 * revert nth-check changes for AntV1 this should be updated with the codecoverage-tools common package dependencies update * make-util: fix updated validator and shelljs usage * fix ArchiveFilesV2 package-lock * fix BashV3 package-lock * fix CMakeV1 package-lock * fix CocoaPodsV0 package-lock * fix ensure mocha version * revert deprecated PyPIPublisher changes * fix conda tests * revert PyPIPublisher package-lock changes * update task versions according to new sprint * fix EOL
1 parent ad1b22a commit f010d67

40 files changed

+524
-874
lines changed

Tasks/ANTV1/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/ANTV1/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 1,
20-
"Minor": 200,
21-
"Patch": 1
20+
"Minor": 201,
21+
"Patch": 0
2222
},
2323
"demands": [
2424
"ant"

Tasks/ANTV1/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 1,
20-
"Minor": 200,
21-
"Patch": 1
20+
"Minor": 201,
21+
"Patch": 0
2222
},
2323
"demands": [
2424
"ant"

Tasks/AndroidSigningV2/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AndroidSigningV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Microsoft Corporation",
1313
"version": {
1414
"Major": 2,
15-
"Minor": 200,
15+
"Minor": 201,
1616
"Patch": 0
1717
},
1818
"demands": [

Tasks/AndroidSigningV2/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Microsoft Corporation",
1313
"version": {
1414
"Major": 2,
15-
"Minor": 200,
15+
"Minor": 201,
1616
"Patch": 0
1717
},
1818
"demands": [

Tasks/AndroidSigningV3/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AndroidSigningV3/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Microsoft Corporation",
1313
"version": {
1414
"Major": 3,
15-
"Minor": 200,
15+
"Minor": 201,
1616
"Patch": 0
1717
},
1818
"releaseNotes": "This version of the task uses apksigner instead of jarsigner to sign APKs.",

Tasks/AndroidSigningV3/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Microsoft Corporation",
1313
"version": {
1414
"Major": 3,
15-
"Minor": 200,
15+
"Minor": 201,
1616
"Patch": 0
1717
},
1818
"releaseNotes": "ms-resource:loc.releaseNotes",

Tasks/ArchiveFilesV2/package-lock.json

Lines changed: 7 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)