Update test packages

This commit is contained in:
Girish Ramakrishnan 2024-05-23 17:57:47 +02:00
parent f5dc0cef24
commit 4f96317a75
2 changed files with 1015 additions and 339 deletions

1346
test/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,10 +9,10 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"chromedriver": "^120.0.1", "chromedriver": "^125.0.1",
"expect.js": "^0.3.1", "expect.js": "^0.3.1",
"mocha": "^10.2.0", "mocha": "^10.4.0",
"selenium-webdriver": "^4.16.0", "selenium-webdriver": "^4.21.0",
"superagent": "^8.1.2" "superagent": "^9.0.2"
} }
} }