Files
hello-slack-bot/package.json
dependabot[bot] 6d467eeafe Bump body-parser from 1.20.1 to 1.20.3
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>
2024-09-12 02:49:40 +00:00

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"
}
}