![dependabot[bot]](/code/assets/img/avatar_default.png)
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.17.1...4.17.3) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
340 B
JSON
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.19.0",
|
|
"express": "^4.17.3",
|
|
"express-validator": "^6.2.0"
|
|
}
|
|
}
|