bigbluebutton-Github/bbb-webhooks/package.json
dependabot[bot] 1def72af99
Bump lodash from 4.17.15 to 4.17.19 in /bbb-webhooks
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-28 20:26:32 +00:00

35 lines
662 B
JSON

{
"name": "bbb-callbacks",
"version": "2.2.0",
"description": "A module for BigBlueButton for API callbacks",
"keywords": [
"bigbluebutton",
"Web API",
"callbacks"
],
"dependencies": {
"async": "2.6.1",
"body-parser": "^1.9.2",
"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",
"request": "2.88.0",
"sha1": "1.1.1",
"sinon": "^7.2.2",
"winston": "3.1.0"
},
"engines": {
"node": "8.4.0"
},
"devDependencies": {
"mocha": "^5.2.0",
"supertest": "^3.0.0"
},
"scripts": {
"test": "mocha"
}
}