minimal-gatsby-backend/package.json
dependabot[bot] c6784ad959
Bump axios from 0.19.0 to 0.21.2
Bumps [axios](https://github.com/axios/axios) from 0.19.0 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.2/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.19.0...v0.21.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-12 01:44:51 +00:00

16 lines
340 B
JSON

{
"name": "minimal-gatsby-backend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "@Rodrigo_plp",
"license": "ISC",
"dependencies": {
"axios": "^0.21.2",
"express": "^4.18.2",
"express-validator": "^6.2.0"
}
}