Skip to content

Commit cc8bca8

Browse files
author
Denis Nikulin (Akvelon Inc)
committed
Dependency fix
1 parent 6bf01e9 commit cc8bca8

File tree

26 files changed

+2511
-2116
lines changed

26 files changed

+2511
-2116
lines changed

Tasks/AzureCLIV1/_buildConfigs/IssueSourceEnabled/Tests/package-lock.json

+14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "azure-cli-tests",
3+
"version": "1.0.0",
4+
"description": "Azure Pipelines Azure CLI V1 Task Tests",
5+
"main": "L0.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+ssh://[email protected]/Microsoft/azure-pipelines-tasks.git"
12+
},
13+
"author": "Microsoft Corporation",
14+
"license": "MIT",
15+
"bugs": {
16+
"url": "https://github.com/Microsoft/azure-pipelines-tasks/issues"
17+
},
18+
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
19+
"devDependencies": {
20+
"@types/mocha": "^5.2.0"
21+
}
22+
}

Tasks/AzureCLIV1/_buildConfigs/IssueSourceEnabled/package-lock.json

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

Tasks/AzureCLIV1/_buildConfigs/IssueSourceEnabled/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
1919
"dependencies": {
2020
"@types/mocha": "^5.2.7",
21-
"@types/node": "^16.11.39",
21+
"@types/node": "^20.3.1",
2222
"@types/q": "1.0.7",
2323
"azure-devops-node-api": "^12.0.0",
2424
"azure-pipelines-task-lib": "^4.8.2"
2525
},
2626
"devDependencies": {
27-
"typescript": "4.0.2"
27+
"typescript": "5.1.6"
2828
}
2929
}

Tasks/AzureCLIV2/_buildConfigs/IssueSourceEnabled/Tests/package-lock.json

+14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "azure-cli-tests",
3+
"version": "1.0.0",
4+
"description": "Azure Pipelines Azure CLI V2 Task Tests",
5+
"main": "L0.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+ssh://[email protected]/Microsoft/azure-pipelines-tasks.git"
12+
},
13+
"author": "Microsoft Corporation",
14+
"license": "MIT",
15+
"bugs": {
16+
"url": "https://github.com/Microsoft/azure-pipelines-tasks/issues"
17+
},
18+
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
19+
"devDependencies": {
20+
"@types/mocha": "^5.2.0"
21+
}
22+
}

Tasks/AzureCLIV2/_buildConfigs/IssueSourceEnabled/package-lock.json

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

Tasks/AzureCLIV2/_buildConfigs/IssueSourceEnabled/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
1919
"dependencies": {
2020
"@types/mocha": "^5.2.7",
21-
"@types/node": "^16.11.39",
21+
"@types/node": "^20.3.1",
2222
"@types/q": "1.0.7",
2323
"azure-devops-node-api": "^12.0.0",
2424
"azure-pipelines-task-lib": "^4.8.2",
2525
"azure-pipelines-tasks-artifacts-common": "^2.212.0"
2626
},
2727
"devDependencies": {
28-
"typescript": "4.0.2"
28+
"typescript": "5.1.6"
2929
}
3030
}

0 commit comments

Comments
 (0)