Skip to content

Commit

Permalink
[web] Bump follow-redirects via package.json overrides
Browse files Browse the repository at this point in the history
Should be removed once the dependency is updated by any of the packages
in the "dependencies chain"

$ npm ls follow-redirects

agama
└─┬ [email protected]
  └─┬ [email protected]
    └─┬ [email protected]
      └── [email protected]
  • Loading branch information
dgdavid committed Jan 10, 2024
1 parent 00e1d81 commit bf3958e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
"xbytes": "^1.8.0"
},
"overrides": {
"jsdom": "^22.1.0"
"jsdom": "^22.1.0",
"follow-redirects": "1.15.4"
}
}

0 comments on commit bf3958e

Please sign in to comment.