pastel.codes/package.json
dependabot[bot] c03745383a
Bump axios from 0.21.0 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.21.0 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.0...v0.21.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-06 08:04:51 +00:00

27 lines
650 B
JSON

{
"name": "pastel.codes",
"version": "0.0.0",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx nodemon ./bin/www -e js,pug,sass,css"
},
"dependencies": {
"@sendgrid/mail": "^7.4.0",
"app-root-path": "^3.0.0",
"axios": "^0.21.1",
"cookie-parser": "^1.4.5",
"debug": "^4.3.1",
"express": "^4.17.1",
"express-rate-limit": "^5.2.3",
"hcaptcha": "^0.0.2",
"helmet": "^4.2.0",
"http-errors": "^1.7.2",
"morgan": "^1.10.0",
"node-sass-middleware": "^0.11.0",
"nodemailer": "^6.4.17",
"pug": "^3.0.0",
"winston": "^3.3.3"
}
}