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

Update test deps

This commit is contained in:
Johannes Zellner
2022-12-30 09:47:56 +01:00
parent d00238c1ad
commit 8808e8c0b2
2 changed files with 56 additions and 74 deletions

View File

@@ -9,11 +9,11 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^107.0.3",
"chromedriver": "^108.0.0",
"expect.js": "^0.3.1",
"mocha": "^10.1.0",
"mocha": "^10.2.0",
"rimraf": "^3.0.2",
"selenium-webdriver": "^4.6.1",
"superagent": "^8.0.4"
"selenium-webdriver": "^4.7.1",
"superagent": "^8.0.6"
}
}