Skip to content

Commit 1e374b1

Browse files
authored
fix CG bug - jsonwebtoken (#20162)
1 parent b3763d4 commit 1e374b1

File tree

153 files changed

+5698
-7084
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+5698
-7084
lines changed

Tasks/AzureAppServiceManageV0/package-lock.json

+109-286
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureAppServiceManageV0/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/q": "1.0.7",
2323
"agent-base": "6.0.2",
2424
"azure-pipelines-task-lib": "^4.11.0",
25-
"azure-pipelines-tasks-azure-arm-rest": "^3.225.1",
25+
"azure-pipelines-tasks-azure-arm-rest": "^3.242.2",
2626
"azure-pipelines-tasks-utility-common": "^3.225.0",
2727
"q": "1.4.1",
2828
"xml2js": "^0.5.0"

Tasks/AzureAppServiceManageV0/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"version": {
2020
"Major": 0,
2121
"Minor": 243,
22-
"Patch": 0
22+
"Patch": 2
2323
},
2424
"minimumAgentVersion": "1.102.0",
2525
"instanceNameFormat": "$(Action): $(WebAppName)",

Tasks/AzureAppServiceManageV0/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"version": {
2020
"Major": 0,
2121
"Minor": 243,
22-
"Patch": 0
22+
"Patch": 2
2323
},
2424
"minimumAgentVersion": "1.102.0",
2525
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",

Tasks/AzureAppServiceSettingsV1/_buildConfigs/Node20/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureAppServiceSettingsV1/_buildConfigs/Node20/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"agent-base": "^6.0.2",
2525
"azure-devops-node-api": "11.2.0",
2626
"azure-pipelines-task-lib": "^4.11.0",
27-
"azure-pipelines-tasks-azure-arm-rest": "3.242.2",
27+
"azure-pipelines-tasks-azure-arm-rest": "^3.242.2",
2828
"moment": "^2.29.4",
2929
"q": "1.4.1",
3030
"xml2js": "0.4.13"

0 commit comments

Comments
 (0)