Skip to content

Commit fbf1c81

Browse files
CargoAuthenticate Update dependency for masking secret (#20033)
1 parent 3b20a6e commit fbf1c81

File tree

15 files changed

+3574
-290
lines changed

15 files changed

+3574
-290
lines changed

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

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

Tasks/CargoAuthenticateV0/_buildConfigs/Node20/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@types/node": "^20.3.1",
2929
"@types/uuid": "^8.3.0",
3030
"azure-pipelines-task-lib": "4.1.0",
31-
"azure-pipelines-tasks-artifacts-common": "^2.212.0",
32-
"azure-pipelines-tasks-packaging-common": "3.214.0",
31+
"azure-pipelines-tasks-artifacts-common": "^2.241.0",
32+
"azure-pipelines-tasks-packaging-common": "^3.241.1",
3333
"base-64": "^0.1.0",
3434
"toml": "^3.0.0",
3535
"utf8": "^2.1.0"

Tasks/CargoAuthenticateV0/package-lock.json

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

Tasks/CargoAuthenticateV0/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@types/node": "^16.11.39",
2929
"@types/uuid": "^8.3.0",
3030
"azure-pipelines-task-lib": "4.1.0",
31-
"azure-pipelines-tasks-artifacts-common": "^2.212.0",
32-
"azure-pipelines-tasks-packaging-common": "3.214.0",
31+
"azure-pipelines-tasks-artifacts-common": "^2.241.0",
32+
"azure-pipelines-tasks-packaging-common": "^3.241.1",
3333
"base-64": "^0.1.0",
3434
"toml": "^3.0.0",
3535
"utf8": "^2.1.0"

Tasks/CargoAuthenticateV0/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "Microsoft Corporation",
1010
"version": {
1111
"Major": 0,
12-
"Minor": 240,
12+
"Minor": 241,
1313
"Patch": 0
1414
},
1515
"runsOn": [

Tasks/CargoAuthenticateV0/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "Microsoft Corporation",
1010
"version": {
1111
"Major": 0,
12-
"Minor": 240,
12+
"Minor": 241,
1313
"Patch": 0
1414
},
1515
"runsOn": [
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Default|0.240.0
2-
Node20_229_1|0.240.1
1+
Default|0.241.0
2+
Node20_229_1|0.241.1

_generated/CargoAuthenticateV0/package-lock.json

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

_generated/CargoAuthenticateV0/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@types/node": "^16.11.39",
2929
"@types/uuid": "^8.3.0",
3030
"azure-pipelines-task-lib": "4.1.0",
31-
"azure-pipelines-tasks-artifacts-common": "^2.212.0",
32-
"azure-pipelines-tasks-packaging-common": "3.214.0",
31+
"azure-pipelines-tasks-artifacts-common": "^2.241.0",
32+
"azure-pipelines-tasks-packaging-common": "^3.241.1",
3333
"base-64": "^0.1.0",
3434
"toml": "^3.0.0",
3535
"utf8": "^2.1.0"

_generated/CargoAuthenticateV0/task.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "Microsoft Corporation",
1010
"version": {
1111
"Major": 0,
12-
"Minor": 240,
12+
"Minor": 241,
1313
"Patch": 0
1414
},
1515
"runsOn": [
@@ -55,7 +55,7 @@
5555
"AddingAuthExternalRegistry": "Adding auth for external registry: %s with token name: %s"
5656
},
5757
"_buildConfigMapping": {
58-
"Default": "0.240.0",
59-
"Node20_229_1": "0.240.1"
58+
"Default": "0.241.0",
59+
"Node20_229_1": "0.241.1"
6060
}
6161
}

_generated/CargoAuthenticateV0/task.loc.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "Microsoft Corporation",
1010
"version": {
1111
"Major": 0,
12-
"Minor": 240,
12+
"Minor": 241,
1313
"Patch": 0
1414
},
1515
"runsOn": [
@@ -55,7 +55,7 @@
5555
"AddingAuthExternalRegistry": "ms-resource:loc.messages.AddingAuthExternalRegistry"
5656
},
5757
"_buildConfigMapping": {
58-
"Default": "0.240.0",
59-
"Node20_229_1": "0.240.1"
58+
"Default": "0.241.0",
59+
"Node20_229_1": "0.241.1"
6060
}
6161
}

0 commit comments

Comments
 (0)