diff --git a/node/package.json b/node/package.json index 4043623a1..ba95efdd0 100644 --- a/node/package.json +++ b/node/package.json @@ -26,15 +26,15 @@ "homepage": "https://github.com/Microsoft/vsts-task-lib", "dependencies": { "minimatch": "3.0.4", - "mockery": "^1.7.0", - "uuid": "^3.0.1", - "q": "^1.1.2", - "semver": "^5.1.0", + "mockery": "2.1.0", + "uuid": "3.2.1", + "q": "1.5.1", + "semver": "5.5.0", "shelljs": "^0.3.0" }, "devDependencies": { "mocha": "5.0.2", - "sync-request": "3.0.1", + "sync-request": "6.0.0", "typescript": "1.8.7" } } diff --git a/node/test/dirtests.ts b/node/test/dirtests.ts index 40544c547..ff8e007fa 100644 --- a/node/test/dirtests.ts +++ b/node/test/dirtests.ts @@ -1107,7 +1107,7 @@ describe('Dir Operation Tests', function () { }); it('removes folder with locked file with rmRF', function (done) { - this.timeout(1000); + this.timeout(2000); var testPath = path.join(testutil.getTestTemp(), 'testFolder'); tl.mkdirP(testPath);