forked from cloudron-apps/gitea-app
Update node modules
This commit is contained in:
parent
783cce292c
commit
4514b6fc9b
1 changed files with 5 additions and 5 deletions
|
@ -9,14 +9,14 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"chromedriver": "^76.0.0",
|
"chromedriver": "^78.0.1",
|
||||||
"expect.js": "^0.3.1",
|
"expect.js": "^0.3.1",
|
||||||
"mocha": "^6.1.4",
|
"mocha": "^6.2.2",
|
||||||
"rimraf": "^2.6.3",
|
"rimraf": "^3.0.0",
|
||||||
"superagent": "^5.0.5"
|
"superagent": "^5.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"selenium-server-standalone-jar": "^3.141.5",
|
"selenium-server-standalone-jar": "^3.141.59",
|
||||||
"selenium-webdriver": "^3.6.0",
|
"selenium-webdriver": "^3.6.0",
|
||||||
"superagent": "^1.8.5"
|
"superagent": "^1.8.5"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue