Merge pull request #12308 from pedrobmarin/chore-webhooks-update-dependencies
chore(webhooks): update dependencies
This commit is contained in:
commit
408e94a513
1529
bbb-webhooks/package-lock.json
generated
1529
bbb-webhooks/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -9,24 +9,24 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"async": "2.6.1",
|
||||
"body-parser": "^1.9.2",
|
||||
"body-parser": "^1.19.0",
|
||||
"config": "1.30.0",
|
||||
"express": "4.16.4",
|
||||
"js-yaml": "^3.13.1",
|
||||
"lodash": "^4.17.19",
|
||||
"nock": "^10.0.4",
|
||||
"redis": "^2.8.0",
|
||||
"js-yaml": "^3.14.1",
|
||||
"lodash": "^4.17.21",
|
||||
"nock": "^10.0.6",
|
||||
"redis": "^3.1.2",
|
||||
"request": "2.88.0",
|
||||
"sha1": "1.1.1",
|
||||
"sinon": "^7.2.2",
|
||||
"sinon": "^7.5.0",
|
||||
"winston": "3.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "8.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "^5.2.0",
|
||||
"supertest": "^3.0.0"
|
||||
"mocha": "^8.3.2",
|
||||
"supertest": "^3.4.2"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
|
Loading…
Reference in New Issue
Block a user