mirror of
https://github.com/Dannecron/hello-slack-bot.git
synced 2025-12-25 16:12:34 +03:00
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.1 to 1.20.3. - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/body-parser/compare/1.20.1...1.20.3) --- updated-dependencies: - dependency-name: body-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
378 B
JSON
19 lines
378 B
JSON
{
|
|
"name": "hello_slackbot",
|
|
"version": "0.0.1",
|
|
"description": "hello slackbot",
|
|
"private": true,
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "dannc",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.3",
|
|
"dotenv": "^4.0.0",
|
|
"express": "^4.20.0",
|
|
"requestify": "^0.2.5"
|
|
}
|
|
}
|