1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-03 16:15:14 +00:00

Update test deps

This commit is contained in:
Johannes Zellner
2022-05-02 11:08:36 +02:00
parent ea5ff4e574
commit d416ec0dc7
2 changed files with 98 additions and 131 deletions

View File

@@ -9,11 +9,11 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^100.0.0",
"chromedriver": "^101.0.0",
"expect.js": "^0.3.1",
"mocha": "^9.2.2",
"mocha": "^10.0.0",
"rimraf": "^3.0.2",
"selenium-webdriver": "^4.1.1",
"superagent": "^7.1.1"
"selenium-webdriver": "^4.1.2",
"superagent": "^7.1.3"
}
}