![dependabot[bot]](/code/assets/img/avatar_default.png)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) to 1.15.2 and updates ancestor dependency [axios](https://github.com/axios/axios). These dependencies need to be updated together. Updates `follow-redirects` from 1.5.10 to 1.15.2 - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.5.10...v1.15.2) Updates `axios` from 0.19.0 to 1.3.2 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.19.0...v1.3.2) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
339 B
JSON
16 lines
339 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": "^1.3.2",
|
|
"express": "^4.18.2",
|
|
"express-validator": "^6.2.0"
|
|
}
|
|
}
|