Skip to content

Commit

Permalink
[nodejs] Updating dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Feb 1, 2019
1 parent 03e098a commit 39b2a2b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions javascript/node/selenium-webdriver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"xml2js": "^0.4.17"
},
"devDependencies": {
"express": "^4.14.0",
"jasmine": "^2.8.0",
"mocha": "^3.1.2",
"multer": "^1.2.0",
"express": "^4.16.4",
"jasmine": "^3.3.1",
"mocha": "^5.2.0",
"multer": "^1.4.1",
"promises-aplus-tests": "^2.1.2",
"serve-index": "^1.8.0",
"sinon": "^1.17.6"
"serve-index": "^1.9.1",
"sinon": "^7.2.3"
},
"scripts": {
"test": "mocha -t 600000 --recursive test",
Expand Down

0 comments on commit 39b2a2b

Please sign in to comment.