Update test packages

This commit is contained in:
Girish Ramakrishnan 2021-03-17 11:23:40 -07:00
parent c889592075
commit f8dd03292c
2 changed files with 265 additions and 369 deletions

630
test/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -10,12 +10,12 @@
"license": "ISC",
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^8.2.1",
"mocha": "^8.3.2",
"selenium-server-standalone-jar": "^3.141.59",
"selenium-webdriver": "^3.6.0",
"superagent": "^6.1.0"
},
"dependencies": {
"chromedriver": "^87.0.2"
"chromedriver": "^89.0.0"
}
}