Update test deps

This commit is contained in:
Johannes Zellner 2022-02-01 14:50:37 +01:00
parent 504d758112
commit 69b36eb6af
2 changed files with 406 additions and 223 deletions

621
test/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,10 +9,10 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^96.0.0",
"chromedriver": "^97.0.4",
"expect.js": "^0.3.1",
"mocha": "^9.1.3",
"selenium-webdriver": "^4.1.0",
"superagent": "^6.1.0"
"mocha": "^9.2.0",
"selenium-webdriver": "^4.1.1",
"superagent": "^7.1.1"
}
}