Skip to content

Commit

Permalink
Fix shelljs vulnerability for tasks (#15972)
Browse files Browse the repository at this point in the history
* bump shelljs for ArchiveFilesV2

* bump shelljs for BashV3

* bump shelljs for CMakeV1

* bump shelljs for CocoaPodsV0

* bump affected tasks versions
  • Loading branch information
DaniilShmelev authored Mar 8, 2022
1 parent 0764c9d commit be4ba02
Show file tree
Hide file tree
Showing 12 changed files with 108 additions and 92 deletions.
46 changes: 25 additions & 21 deletions Tasks/ArchiveFilesV2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/ArchiveFilesV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"version": {
"Major": 2,
"Minor": 201,
"Patch": 1
"Patch": 2
},
"groups": [
{
Expand Down
2 changes: 1 addition & 1 deletion Tasks/ArchiveFilesV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"version": {
"Major": 2,
"Minor": 201,
"Patch": 1
"Patch": 2
},
"groups": [
{
Expand Down
46 changes: 25 additions & 21 deletions Tasks/BashV3/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/BashV3/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": 3,
"Minor": 201,
"Patch": 0
"Patch": 1
},
"releaseNotes": "Script task consistency. Added support for multiple lines and added support for Windows.",
"minimumAgentVersion": "2.115.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/BashV3/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": 3,
"Minor": 201,
"Patch": 0
"Patch": 1
},
"releaseNotes": "ms-resource:loc.releaseNotes",
"minimumAgentVersion": "2.115.0",
Expand Down
46 changes: 25 additions & 21 deletions Tasks/CMakeV1/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/CMakeV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"version": {
"Major": 1,
"Minor": 201,
"Patch": 0
"Patch": 1
},
"minimumAgentVersion": "1.91.0",
"instanceNameFormat": "CMake $(cmakeArgs)",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/CMakeV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"version": {
"Major": 1,
"Minor": 201,
"Patch": 0
"Patch": 1
},
"minimumAgentVersion": "1.91.0",
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
Expand Down
Loading

0 comments on commit be4ba02

Please sign in to comment.