Skip to content

Commit

Permalink
Vulnerability fix for DuffleInstallerV0 (#17115)
Browse files Browse the repository at this point in the history
* npm audit fix

* Updating minor version

* updating minor version

Co-authored-by: v-nagarajku <96724708+v-nagarajku@users.noreply.github.com>
  • Loading branch information
v-schhabra and v-nagarajku authored Nov 18, 2022
1 parent ad56e0c commit 4d56fa2
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 19 deletions.
38 changes: 24 additions & 14 deletions Tasks/DuffleInstallerV0/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/DuffleInstallerV0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@types/node": "^10.17.0",
"@types/q": "^1.5.0",
"@types/uuid": "^8.3.0",
"azure-pipelines-task-lib": "^3.0.6-preview.0",
"azure-pipelines-task-lib": "^3.3.1",
"azure-pipelines-tasks-utility-common": "^3.210.0",
"azure-pipelines-tool-lib": "^1.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions Tasks/DuffleInstallerV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 212,
"Minor": 214,
"Patch": 0
},
"demands": [],
Expand Down Expand Up @@ -45,4 +45,4 @@
"DownloadDuffleFailed": "Can not download the Duffle client of version %s. Check if the version is correct https://github.com/deislabs/duffle/releases",
"DownloadStableVersionFailed": "Can not download Duffle stable version file from %s. Falling back to %s"
}
}
}
4 changes: 2 additions & 2 deletions Tasks/DuffleInstallerV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 212,
"Minor": 214,
"Patch": 0
},
"demands": [],
Expand Down Expand Up @@ -45,4 +45,4 @@
"DownloadDuffleFailed": "ms-resource:loc.messages.DownloadDuffleFailed",
"DownloadStableVersionFailed": "ms-resource:loc.messages.DownloadStableVersionFailed"
}
}
}

0 comments on commit 4d56fa2

Please sign in to comment.