We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6648b4a commit cf7b801Copy full SHA for cf7b801
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rproxy",
3
- "version": "1.2.4",
+ "version": "1.2.5",
4
"description": "HTTP reverse proxy implementation based on Node.js and Docker",
5
"main": "index.js",
6
"scripts": {
@@ -25,7 +25,7 @@
25
"homepage": "https://github.com/BackendStack21/rproxy#readme",
26
"dependencies": {
27
"cors": "^2.8.5",
28
- "fast-gateway": "^3.4.4",
+ "fast-gateway": "^3.4.5",
29
"faye-websocket": "^0.11.4"
30
}
31
0 commit comments