Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1883879:Update dependencies on "AzureRMDeploy-common" package to fix high vulnerability issues #15410

Merged
merged 29 commits into from
Nov 2, 2021
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
02ee59d
14743#Azure App Service Settings task does not overwrite values as ex…
v-ibshaik Sep 27, 2021
a1f71f8
Merge branch 'master' of https://github.com/microsoft/azure-pipelines…
v-ibshaik Oct 5, 2021
643f63d
Merge branch 'master' into ibbu
v-ibshaik Oct 7, 2021
cf2804f
Merge branch 'master' into ibbu
v-ibshaik Oct 7, 2021
65b02b9
14743#Updated AzureAppname
v-ibshaik Oct 7, 2021
74b2d13
Merge branch 'master' into ibbu
v-ibshaik Oct 7, 2021
6dd4d36
14743#AzureAppServiceSettingsV1Vesron updated
v-ibshaik Oct 7, 2021
437fda7
Merge branch 'master' into ibbu
v-ibshaik Oct 18, 2021
5ce9aa2
1883879#Updated dependencies version on AzureRMDeploy-common
v-ibshaik Oct 18, 2021
8074d1b
1883879#Updated dependencies on AzureRMDeploy-commonn
v-ibshaik Oct 21, 2021
8e40e19
Delete task.loc.json
v-ibshaik Oct 21, 2021
f604ef8
Delete task.json
v-ibshaik Oct 21, 2021
e65fb70
Delete package.json
v-ibshaik Oct 21, 2021
34d6280
Delete package-lock.json
v-ibshaik Oct 21, 2021
2a3fe14
merging master to ibbu
v-ibshaik Oct 25, 2021
f4a3706
Merge branch 'ibbu' of https://github.com/microsoft/azure-pipelines-t…
v-ibshaik Oct 25, 2021
430f422
Revert "Delete task.loc.json"
v-ibshaik Oct 25, 2021
702123c
Revert "Delete task.json"
v-ibshaik Oct 25, 2021
d894a49
Revert "Delete package.json"
v-ibshaik Oct 25, 2021
9408bcf
Revert "Delete package-lock.json"
v-ibshaik Oct 25, 2021
618ab98
Adding updated files
v-ibshaik Oct 25, 2021
ae4a8c7
Adding updated files
v-ibshaik Oct 25, 2021
2ef60c6
Adding updated files
v-ibshaik Oct 25, 2021
511e1fc
Adding updated files
v-ibshaik Oct 25, 2021
99de0b4
Adding updated files
v-ibshaik Oct 25, 2021
93d182e
1883883 Updated dependencies on azure-pipelines-tasks-azure-arm-rest-…
v-ibshaik Oct 25, 2021
24a62ad
code updated for Unit test results
v-ibshaik Nov 1, 2021
ab0b080
code updated for patch changes
v-ibshaik Nov 1, 2021
3fe1279
Merge branch 'master' into ibbu
v-ibshaik Nov 1, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
105 changes: 53 additions & 52 deletions Tasks/AzureFunctionAppContainerV1/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/AzureFunctionAppContainerV1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/mocha": "^5.2.7",
"@types/node": "^10.17.0",
"@types/q": "1.0.7",
"azure-pipelines-tasks-azurermdeploycommon": "^2.0.4",
"azure-pipelines-tasks-azurermdeploycommon": "^2.1.0",
"moment": "2.21.0",
"q": "1.4.1",
"uuid": "3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureFunctionAppContainerV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 187,
"Minor": 195,
"Patch": 0
},
"minimumAgentVersion": "2.104.1",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureFunctionAppContainerV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 187,
"Minor": 195,
"Patch": 0
},
"minimumAgentVersion": "2.104.1",
Expand Down