mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2025-12-19 05:47:46 +00:00
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.17.1...4.17.3) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 lines
286 B
JSON
16 lines
286 B
JSON
{
|
|
"name": "webhook",
|
|
"version": "1.0.0",
|
|
"description": "simple webhook app for test purposes",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app"
|
|
},
|
|
"author": "Dave Horton",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.17.3",
|
|
"uuid": "^8.3.2"
|
|
}
|
|
}
|