Update node modules

This commit is contained in:
Girish Ramakrishnan 2019-11-03 18:24:06 -08:00
parent 783cce292c
commit 4514b6fc9b

View file

@ -9,14 +9,14 @@
"author": "",
"license": "ISC",
"devDependencies": {
"chromedriver": "^76.0.0",
"chromedriver": "^78.0.1",
"expect.js": "^0.3.1",
"mocha": "^6.1.4",
"rimraf": "^2.6.3",
"superagent": "^5.0.5"
"mocha": "^6.2.2",
"rimraf": "^3.0.0",
"superagent": "^5.1.0"
},
"dependencies": {
"selenium-server-standalone-jar": "^3.141.5",
"selenium-server-standalone-jar": "^3.141.59",
"selenium-webdriver": "^3.6.0",
"superagent": "^1.8.5"
}