Update test deps

This commit is contained in:
Johannes Zellner
2022-01-18 13:24:46 +01:00
parent 8c3209768d
commit 8e02930fbd
2 changed files with 348 additions and 123 deletions

View File

@@ -9,11 +9,11 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^96.0.0",
"chromedriver": "^97.0.0",
"expect.js": "^0.3.1",
"mocha": "^9.1.3",
"mocha": "^9.1.4",
"selenium-server-standalone-jar": "^3.141.59",
"selenium-webdriver": "^4.1.0",
"superagent": "^6.1.0"
"selenium-webdriver": "^4.1.1",
"superagent": "^7.0.2"
}
}