Skip to content

Commit

Permalink
Override follow-redirects
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Zeithaml <[email protected]>
  • Loading branch information
Martin-Zeithaml committed Aug 12, 2024
1 parent b1f2aa0 commit 0f4efad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
14 changes: 7 additions & 7 deletions system-apps/web-browser-app/nodeServer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion system-apps/web-browser-app/nodeServer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,10 @@
"@types/http-proxy": "^1.17.3",
"@types/node": "8.10.59",
"typescript": "~4.2.0"
}
},
"overrides": {
"http-proxy": {
"follow-redirects": ">=1.15.6"
}
}
}

0 comments on commit 0f4efad

Please sign in to comment.