Skip to content

Commit

Permalink
Fix vulnerability for AzureSpringApps (#18283)
Browse files Browse the repository at this point in the history
* Fix

* Bump task version

* Update

* Update task version patch

---------

Co-authored-by: rvairavelu <93759118+rvairavelu@users.noreply.github.com>
  • Loading branch information
yitaopan and rvairavelu authored May 16, 2023
1 parent b58073e commit 34aa339
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 85 deletions.
193 changes: 116 additions & 77 deletions Tasks/AzureSpringCloudV0/package-lock.json

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

8 changes: 4 additions & 4 deletions Tasks/AzureSpringCloudV0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
"@azure/core-http": "1.2.1",
"@azure/core-paging": "1.1.3",
"@azure/logger": "1.0.0",
"@azure/storage-blob": "12.3.0",
"@azure/storage-blob": "^12.14.0",
"@azure/storage-file-share": "12.3.0",
"@types/mocha": "8.2.1",
"@types/node": "^10.17.0",
"@types/q": "1.0.7",
"@xmldom/xmldom": "^0.8.7",
"azure-pipelines-tasks-azure-arm-rest-v2": "^3.221.1",
"azure-pipelines-tasks-webdeployment-common": "4.208.0",
"JSONPath": "^0.11.2",
"azure-pipelines-tasks-azure-arm-rest-v2": "^3.221.1",
"azure-pipelines-tasks-webdeployment-common": "^4.222.0",
"moment": "^2.29.4",
"nock": "9.0.11",
"q": "1.4.1",
"tar": "^6.1.11",
"uuid": "3.1.0",
"xml2js": "0.4.13"
"xml2js": "^0.5.0"
},
"devDependencies": {
"typescript": "4.0.2"
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureSpringCloudV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"preview": true,
"version": {
"Major": 0,
"Minor": 221,
"Patch": 102
"Minor": 222,
"Patch": 0
},
"minimumAgentVersion": "2.104.1",
"groups": [
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureSpringCloudV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"preview": true,
"version": {
"Major": 0,
"Minor": 221,
"Patch": 102
"Minor": 222,
"Patch": 0
},
"minimumAgentVersion": "2.104.1",
"groups": [
Expand Down

0 comments on commit 34aa339

Please sign in to comment.