1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-28 07:47:23 +00:00

Update test deps

This commit is contained in:
Johannes Zellner
2022-07-05 10:43:31 +02:00
parent 81417754cc
commit 2969543a92
2 changed files with 54 additions and 57 deletions

View File

@@ -9,10 +9,10 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^102.0.0",
"chromedriver": "^103.0.0",
"expect.js": "^0.3.1",
"mocha": "^10.0.0",
"selenium-webdriver": "^4.2.0",
"superagent": "^7.1.6"
"selenium-webdriver": "^4.3.0",
"superagent": "^8.0.0"
}
}