facebookresearch / hydra

Hydra is a framework for elegantly configuring complex applications
https://hydra.cc
MIT License
8.84k stars 637 forks source link

Upgrade follow-redirects version to address vulnerability issue #2955

Closed hstonec closed 2 months ago

hstonec commented 2 months ago

Motivation

follow-redirects is an indirect dependency and gets resolved to version < 1.15.4 which has vulnerability issue, so the PR explicitly sets the version to address that.

Have you read the Contributing Guidelines on pull requests?

Yes

Test Plan

Download nvm / node as needed (tested on node JS 20, Mac OS)

nvm use 20
npm install -g yarn

Then, install the website:

cd website
yarn

Last but not least, start the website on a local server, and browse it:

yarn start

It should work normally.

Related Issues and PRs

N/A