Update test deps

This commit is contained in:
Johannes Zellner 2022-01-30 16:17:01 +01:00
parent 9501d67ead
commit a42ce3d5d1
2 changed files with 2147 additions and 136 deletions

2273
test/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -10,12 +10,12 @@
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"expect.js": "^0.3.1", "expect.js": "^0.3.1",
"mocha": "^9.1.3", "mocha": "^9.2.0",
"selenium-server-standalone-jar": "^3.141.59", "selenium-server-standalone-jar": "^3.141.59",
"selenium-webdriver": "^4.1.0", "selenium-webdriver": "^4.1.1",
"superagent": "^6.1.0" "superagent": "^7.1.1"
}, },
"dependencies": { "dependencies": {
"chromedriver": "^96.0.0" "chromedriver": "^97.0.2"
} }
} }