1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-27 23:37:26 +00:00

Update test deps

This commit is contained in:
Johannes Zellner
2024-09-06 11:35:44 +02:00
parent 00b67c9e3f
commit f236000d0d
2 changed files with 26 additions and 26 deletions

View File

@@ -9,10 +9,10 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^128.0.0",
"chromedriver": "^128.0.1",
"expect.js": "^0.3.1",
"mocha": "^10.7.3",
"selenium-webdriver": "^4.23.0",
"superagent": "^10.0.2"
"selenium-webdriver": "^4.24.0",
"superagent": "^10.1.0"
}
}