Skip to content

Commit 196e4b6

Browse files
npm audit fix (#17059)
Co-authored-by: v-nagarajku <[email protected]>
1 parent 6b8ea0b commit 196e4b6

File tree

4 files changed

+103
-49
lines changed

4 files changed

+103
-49
lines changed

Tasks/HelmDeployV0/package-lock.json

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

Tasks/HelmDeployV0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@types/uuid": "^8.3.0",
77
"azure-pipelines-task-lib": "^3.0.6-preview.0",
88
"azure-pipelines-tasks-azure-arm-rest-v2": "^2.210.0",
9-
"azure-pipelines-tasks-kubernetes-common-v2": "^2.0.0-preview.0",
9+
"azure-pipelines-tasks-kubernetes-common-v2": "^2.212.0",
1010
"azure-pipelines-tasks-securefiles-common": "^2.207.0",
1111
"azure-pipelines-tasks-utility-common": "^3.210.0",
1212
"del": "2.2.0",

Tasks/HelmDeployV0/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 0,
16-
"Minor": 211,
17-
"Patch": 1
16+
"Minor": 212,
17+
"Patch": 0
1818
},
1919
"demands": [],
2020
"groups": [

Tasks/HelmDeployV0/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 0,
16-
"Minor": 211,
17-
"Patch": 1
16+
"Minor": 212,
17+
"Patch": 0
1818
},
1919
"demands": [],
2020
"groups": [

0 commit comments

Comments
 (0)