Skip to content

Commit

Permalink
Updated OSS dependencies (#14703)
Browse files Browse the repository at this point in the history
Co-authored-by: DaniilShmelev <[email protected]>
Co-authored-by: Anatoly Bolshakov <[email protected]>
  • Loading branch information
3 people authored Apr 14, 2021
1 parent 189a2fe commit 392108a
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 42 deletions.
12 changes: 6 additions & 6 deletions Tasks/DownloadBuildArtifactsV0/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/DownloadBuildArtifactsV0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"azure-pipelines-task-lib": "^3.1.0",
"azure-devops-node-api": "7.2.0",
"artifact-engine": "1.0.0-preview.0",
"decompress-zip": "0.3.0"
"decompress-zip": "0.3.3"
},
"devDependencies": {
"typescript": "4.0.2"
Expand Down
101 changes: 71 additions & 30 deletions Tasks/JavaToolInstallerV0/package-lock.json

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

6 changes: 3 additions & 3 deletions Tasks/JavaToolInstallerV0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@types/node": "^10.17.0",
"@types/q": "^1.0.7",
"azp-tasks-az-blobstorage-provider-v2": "2.0.0-preview.0",
"azure-pipelines-task-lib": "^3.0.6-preview.0",
"azure-pipelines-task-lib": "^3.1.0",
"azure-pipelines-tasks-azure-arm-rest-v2": "2.0.0-preview.0",
"azure-pipelines-tool-lib": "1.0.0-preview.0",
"azure-pipelines-tool-lib": "^1.0.1",
"typed-rest-client": "1.0.7",
"azure-pipelines-tasks-utility-common": "3.0.0-preview.0"
"azure-pipelines-tasks-utility-common": "^3.0.2"
},
"devDependencies": {
"typescript": "4.0.2"
Expand Down
2 changes: 1 addition & 1 deletion Tasks/JavaToolInstallerV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 0,
"Minor": 186,
"Patch": 0
"Patch": 1
},
"satisfies": [
"Java",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/JavaToolInstallerV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 0,
"Minor": 186,
"Patch": 0
"Patch": 1
},
"satisfies": [
"Java",
Expand Down

0 comments on commit 392108a

Please sign in to comment.