mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-22 09:37:56 +00:00
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. - [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.18.2...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
285 B
JSON
16 lines
285 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.19.2",
|
|
"ws": "^8.12.0"
|
|
}
|
|
}
|