Skip to content

Commit cd869c5

Browse files
authored
npm audit fix (#17058)
1 parent fa61cbf commit cd869c5

File tree

6 files changed

+189
-304
lines changed

6 files changed

+189
-304
lines changed

Tasks/DownloadGitHubNugetPackageV1/make.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
11
{
2-
"common": [
3-
{
4-
"module": "../Common/utility-common",
5-
"type": "node",
6-
"compile": true
7-
},
8-
{
9-
"module": "../Common/packaging-common",
10-
"type": "node",
11-
"compile": true
12-
}
13-
],
142
"rm": [
153
{
164
"items": [
17-
"node_modules/packaging-common/node_modules/azure-pipelines-task-lib"
5+
"node_modules/azure-pipelines-tasks-packaging-common/node_modules/azure-pipelines-task-lib"
186
],
197
"options": "-Rf"
208
}

0 commit comments

Comments
 (0)