1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-28 07:57:25 +00:00

Update Web driver

This commit is contained in:
Girish Ramakrishnan
2019-08-07 06:18:04 -07:00
parent 0e26a175fb
commit 3780f971e3
2 changed files with 98 additions and 66 deletions

View File

@@ -9,14 +9,14 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^74.0.0",
"ejs": "^2.6.1",
"chromedriver": "^76.0.0",
"ejs": "^2.6.2",
"expect.js": "^0.3.1",
"mkdirp": "^0.5.1",
"mocha": "^6.1.4",
"mocha": "^6.2.0",
"rimraf": "^2.6.3",
"selenium-server-standalone-jar": "^3.141.5",
"selenium-webdriver": "^3.6.0",
"superagent": "^5.0.5"
"superagent": "^5.1.0"
}
}