chore: update sub-deps and fix lint

This commit is contained in:
Matteo Pagliazzi
2020-07-01 18:20:18 +02:00
parent b9d42bf0bc
commit 3d5630d5a2
72 changed files with 2519 additions and 3931 deletions

View File

@@ -1,9 +1,10 @@
import express from 'express';
import { v4 as uuid } from 'uuid';
import bodyParser from 'body-parser';
import http from 'http';
const app = express();
const server = require('http').createServer(app);
const server = http.createServer(app);
const PORT = process.env.TEST_WEBHOOK_APP_PORT || 3099; // eslint-disable-line no-process-env