Skip to content

Commit

Permalink
Merge pull request #609 from zowe/v2.x/httpProxyUpdate
Browse files Browse the repository at this point in the history
V2.x/http proxy update
  • Loading branch information
1000TurquoisePogs authored Aug 12, 2024
2 parents 01c0f7d + 0f4efad commit 84c2185
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
16 changes: 8 additions & 8 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.

9 changes: 7 additions & 2 deletions system-apps/web-browser-app/nodeServer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,17 @@
"start": "tsc --watch"
},
"dependencies": {
"http-proxy": "^1.18.0"
"http-proxy": "^1.18.1"
},
"devDependencies": {
"@types/express": "^4.16.1",
"@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 84c2185

Please sign in to comment.