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-01-17 10:43:26 +01:00
parent 7adfed915b
commit 5f7b0457db
2 changed files with 358 additions and 125 deletions

View File

@@ -9,11 +9,11 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^96.0.0",
"chromedriver": "^97.0.0",
"expect.js": "^0.3.1",
"mocha": "^9.1.3",
"mocha": "^9.1.4",
"rimraf": "^3.0.2",
"selenium-webdriver": "^4.1.0",
"superagent": "^6.1.0"
"selenium-webdriver": "^4.1.1",
"superagent": "^7.0.2"
}
}