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
2023-03-04 21:42:01 +01:00
parent bc70f2f33c
commit 5516004525
2 changed files with 77 additions and 97 deletions

View File

@@ -9,12 +9,10 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^108.0.0",
"chromedriver": "^110.0.0",
"expect.js": "^0.3.1",
"mkdirp": "^1.0.4",
"mocha": "^10.1.0",
"rimraf": "^3.0.2",
"selenium-webdriver": "^4.7.0",
"superagent": "^8.0.6"
"mocha": "^10.2.0",
"selenium-webdriver": "^4.8.1",
"superagent": "^8.0.9"
}
}