Update test packages

This commit is contained in:
Girish Ramakrishnan 2023-02-20 10:30:47 +01:00
parent a99dfc8e2a
commit 50ec10f0ae
1 changed files with 3 additions and 3 deletions

View File

@ -9,10 +9,10 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"chromedriver": "^109.0.0", "chromedriver": "^110.0.0",
"expect.js": "^0.3.1", "expect.js": "^0.3.1",
"mocha": "^10.2.0", "mocha": "^10.2.0",
"selenium-webdriver": "^4.8.0", "selenium-webdriver": "^4.8.1",
"superagent": "^8.0.8" "superagent": "^8.0.9"
} }
} }