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 fe0d935 commit d1cf282Copy full SHA for d1cf282
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rproxy",
3
- "version": "1.2.1",
+ "version": "1.2.2",
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.3.2",
+ "fast-gateway": "^3.3.4",
29
"faye-websocket": "^0.11.4"
30
}
31
0 commit comments