Merge pull request #12308 from pedrobmarin/chore-webhooks-update-dependencies

chore(webhooks): update dependencies
This commit is contained in:
Anton Georgiev 2021-05-07 17:39:23 -04:00 committed by GitHub
commit 408e94a513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1130 additions and 415 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,24 +9,24 @@
], ],
"dependencies": { "dependencies": {
"async": "2.6.1", "async": "2.6.1",
"body-parser": "^1.9.2", "body-parser": "^1.19.0",
"config": "1.30.0", "config": "1.30.0",
"express": "4.16.4", "express": "4.16.4",
"js-yaml": "^3.13.1", "js-yaml": "^3.14.1",
"lodash": "^4.17.19", "lodash": "^4.17.21",
"nock": "^10.0.4", "nock": "^10.0.6",
"redis": "^2.8.0", "redis": "^3.1.2",
"request": "2.88.0", "request": "2.88.0",
"sha1": "1.1.1", "sha1": "1.1.1",
"sinon": "^7.2.2", "sinon": "^7.5.0",
"winston": "3.1.0" "winston": "3.1.0"
}, },
"engines": { "engines": {
"node": "8.4.0" "node": "8.4.0"
}, },
"devDependencies": { "devDependencies": {
"mocha": "^5.2.0", "mocha": "^8.3.2",
"supertest": "^3.0.0" "supertest": "^3.4.2"
}, },
"scripts": { "scripts": {
"test": "mocha" "test": "mocha"