Bump up chrome driver

This is needed when running tests interactively.
The OS updates the local chrome binary and this
node.js library has to be upgraded too.
This commit is contained in:
Marcial Rosales 2025-05-21 14:10:30 +02:00
parent 8199c0f401
commit 6578c83a0e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^134.0",
"chromedriver": "^135.0",
"ejs": "^3.1.8",
"express": "^4.18.2",
"geckodriver": "^3.0.2",