upgrading dependencies

This commit is contained in:
Christian Kellner
2020-06-10 15:27:08 +02:00
parent 91ac135328
commit bb0695146c
2 changed files with 80 additions and 121 deletions

View File

@@ -5,7 +5,7 @@
"scripts": {
"start": "node index.js",
"format": "prettier --write lib/**/*.js test/**/*.js *.js --single-quote --print-width 120",
"test": "mocha --timeout 15000 test/**/*.test.js"
"test": "mocha --timeout 20000 test/**/*.test.js"
},
"husky": {
"hooks": {
@@ -46,18 +46,18 @@
"body-parser": "1.19.0",
"lowdb": "1.0.0",
"request-x-ray": "0.1.4",
"restana": "4.3.4",
"restana": "4.6.1",
"slack": "11.0.2",
"tg-yarl": "1.3.0",
"x-ray": "2.3.4"
},
"devDependencies": {
"chai": "4.2.0",
"eslint": "7.0.0",
"eslint": "7.2.0",
"eslint-config-prettier": "6.11.0",
"husky": "4.2.5",
"lint-staged": "10.2.2",
"mocha": "7.1.2",
"lint-staged": "10.2.9",
"mocha": "7.2.0",
"prettier": "2.0.5",
"proxyquire": "2.1.3"
}