Skip to content

Commit 4a77fd6

Browse files
author
Danny McCormick
authored
Updated dependencies from component governance (microsoft#466)
* Updated dependencies from component governance * Don't need this added in * Try restoring adm-zip dependency
1 parent 58e6201 commit 4a77fd6

File tree

4 files changed

+46
-43
lines changed

4 files changed

+46
-43
lines changed

node/package-lock.json

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

node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"shelljs": "^0.3.0"
3434
},
3535
"devDependencies": {
36-
"mocha": "5.0.2",
36+
"mocha": "5.2.0",
3737
"sync-request": "3.0.1",
3838
"typescript": "^3.0.0"
3939
}

powershell/make.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ target.build = function() {
6262

6363
target.test = function() {
6464
util.ensureTool('tsc', '--version', 'Version 1.8.7');
65-
util.ensureTool('mocha', '--version', '2.3.3');
65+
util.ensureTool('mocha', '--version', '5.2.0');
6666
target.build();
6767

6868
util.mkdir('-p', testPath);

powershell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"homepage": "https://github.com/Microsoft/azure-pipelines-task-lib#readme",
2525
"devDependencies": {
2626
"adm-zip": "0.4.7",
27-
"mocha": "2.3.3",
27+
"mocha": "5.2.0",
2828
"q": "1.4.1",
2929
"shelljs": "^0.3.0",
3030
"sync-request": "3.0.1",

0 commit comments

Comments
 (0)