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

Update test deps

This commit is contained in:
Johannes Zellner
2022-01-30 17:56:40 +01:00
parent 3f6593c676
commit 9abcb0c5ec
2 changed files with 97 additions and 146 deletions

View File

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