Skip to content

Commit

Permalink
Update dependencies to prevent warnings during npm install. (microsof…
Browse files Browse the repository at this point in the history
…t#325)

* Update dependencies to prevent warnings during npm install.

* Remove package-lock until we fully upgrade.
  • Loading branch information
stephenmichaelf authored Mar 6, 2018
1 parent d670586 commit 6542ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
},
"homepage": "https://github.com/Microsoft/vsts-task-lib",
"dependencies": {
"minimatch": "^3.0.0",
"minimatch": "3.0.4",
"mockery": "^1.7.0",
"uuid": "^3.0.1",
"q": "^1.1.2",
"semver": "^5.1.0",
"shelljs": "^0.3.0"
},
"devDependencies": {
"mocha": "^2.2.5",
"mocha": "5.0.2",
"sync-request": "3.0.1",
"typescript": "1.8.7"
}
Expand Down

0 comments on commit 6542ae3

Please sign in to comment.