Files
leifsbackend/package.json
dependabot[bot] 29747a5b43 Bump moment from 2.24.0 to 2.29.4
Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.24.0...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-07 02:55:44 +00:00

25 lines
502 B
JSON

{
"name": "postgres",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "node src/server.js"
},
"dependencies": {
"body-parser": "^1.18.3",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"http-proxy-middleware": "^0.19.1",
"moment": "^2.29.4",
"morgan": "^1.9.1",
"pg": "^7.8.0",
"pg-hstore": "^2.3.2"
},
"devDependencies": {
"sequelize": "^4.42.0",
"sequelize-auto": "^0.4.29",
"sequelize-cli": "^5.4.0"
}
}