Skip to content

Commit 6271780

Browse files
authored
Vulnerability fix for DockerV2 (#17011)
* npm audit fix * updated js-yaml
1 parent f14de44 commit 6271780

File tree

4 files changed

+68
-43
lines changed

4 files changed

+68
-43
lines changed

Tasks/DockerV2/package-lock.json

Lines changed: 64 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/DockerV2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"azure-pipelines-tasks-utility-common": "^3.210.0",
1010
"del": "2.2.0",
1111
"esprima": "2.7.1",
12-
"js-yaml": "3.6.1"
12+
"js-yaml": "3.13.1"
1313
},
1414
"devDependencies": {
1515
"typescript": "4.0.2"

Tasks/DockerV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 2,
16-
"Minor": 211,
16+
"Minor": 212,
1717
"Patch": 0
1818
},
1919
"minimumAgentVersion": "2.172.0",

Tasks/DockerV2/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 2,
16-
"Minor": 211,
16+
"Minor": 212,
1717
"Patch": 0
1818
},
1919
"minimumAgentVersion": "2.172.0",
@@ -184,4 +184,4 @@
184184
"RestoringOldLoginAuth": "ms-resource:loc.messages.RestoringOldLoginAuth",
185185
"WritingDockerConfigToTempFile": "ms-resource:loc.messages.WritingDockerConfigToTempFile"
186186
}
187-
}
187+
}

0 commit comments

Comments
 (0)