Bump test deps

This commit is contained in:
Johannes Zellner 2022-11-08 11:41:47 +01:00
parent 056fae6220
commit 445a399441
2 changed files with 137 additions and 632 deletions

761
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": "^10.0.0",
"mocha": "^10.1.0",
"selenium-server-standalone-jar": "^3.141.59",
"selenium-webdriver": "^4.5.0",
"superagent": "^8.0.0"
"selenium-webdriver": "^4.6.0",
"superagent": "^8.0.3"
},
"dependencies": {
"chromedriver": "^106.0.1"
"chromedriver": "^107.0.3"
}
}