1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-29 00:03:24 +00:00

Update test deps

This commit is contained in:
Johannes Zellner
2022-06-07 13:54:10 +02:00
parent 293ff36607
commit f0f126d774
2 changed files with 44 additions and 42 deletions

View File

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