Skip to content

Commit

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

* Updated minor version

* bumped task version

Co-authored-by: v-nagarajku <96724708+v-nagarajku@users.noreply.github.com>
  • Loading branch information
Pranshu-Negi and v-nagarajku authored Dec 1, 2022
1 parent d3934a2 commit db56468
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 31 deletions.
42 changes: 18 additions & 24 deletions Tasks/AzureKeyVaultV1/npm-shrinkwrap.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/AzureKeyVaultV1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"@types/node": "^10.17.0",
"@types/q": "^1.5.0",
"@types/uuid": "^8.3.0",
"azure-pipelines-task-lib": "^3.1.0",
"azure-devops-node-api": "11.2.0",
"azure-pipelines-task-lib": "^4.0.1-preview",
"azure-pipelines-tasks-azure-arm-rest-v2": "^3.213.0",
"moment": "^2.29.4",
"vso-node-api": "6.0.1-preview"
"moment": "^2.29.4"
},
"devDependencies": {
"typescript": "4.0.2"
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureKeyVaultV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 214,
"Patch": 1
"Minor": 215,
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureKeyVaultV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 214,
"Patch": 1
"Minor": 215,
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "2.0.0",
Expand Down

0 comments on commit db56468

Please sign in to comment.