Skip to content

Commit

Permalink
npm audit fix (#16946)
Browse files Browse the repository at this point in the history
Co-authored-by: Max Podriezov <maxpodriezov@microsoft.com>
Co-authored-by: v-nagarajku <96724708+v-nagarajku@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 27, 2022
1 parent 993aefc commit c225b7c
Show file tree
Hide file tree
Showing 6 changed files with 175 additions and 101 deletions.
7 changes: 0 additions & 7 deletions Tasks/GitHubReleaseV0/make.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
{
"common": [
{
"module": "../Common/utility-common",
"type": "node",
"compile": true
}
]
}
2 changes: 1 addition & 1 deletion Tasks/GitHubReleaseV0/operations/Helper.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import tl = require("azure-pipelines-task-lib/task");
import * as telemetry from "utility-common/telemetry";
import * as telemetry from "azure-pipelines-tasks-utility-common/telemetry";
import { Utility, GitHubAttributes, AzureDevOpsVariables, ActionType} from "./Utility";
import { Inputs } from "./Constants";
import { Release } from "./Release";
Expand Down
259 changes: 170 additions & 89 deletions Tasks/GitHubReleaseV0/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Tasks/GitHubReleaseV0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"@types/q": "1.5.0",
"@types/uuid": "^8.3.0",
"azure-pipelines-task-lib": "^3.0.6-preview.0",
"azure-pipelines-tasks-utility-common": "^3.210.0",
"brace-expansion": "1.1.8",
"browserify-mime": "1.2.9",
"glob": "7.1.2",
"q": "1.4.1",
"semver": "5.4.1",
"typed-rest-client": "1.7.3",
"utility-common": "file:../../_build/Tasks/Common/utility-common-1.0.2.tgz",
"typed-rest-client": "^1.8.9",
"vso-node-api": "6.0.1-preview"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion Tasks/GitHubReleaseV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"preview": true,
"version": {
"Major": 0,
"Minor": 198,
"Minor": 211,
"Patch": 0
},
"demands": [],
Expand Down
2 changes: 1 addition & 1 deletion Tasks/GitHubReleaseV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"preview": true,
"version": {
"Major": 0,
"Minor": 198,
"Minor": 211,
"Patch": 0
},
"demands": [],
Expand Down

0 comments on commit c225b7c

Please sign in to comment.