Skip to content

Commit a1fec8b

Browse files
committed
chore: update version to 1.5.1 and dependencies in package.json; update package-lock.json
1 parent f88bfb6 commit a1fec8b

File tree

2 files changed

+102
-35
lines changed

2 files changed

+102
-35
lines changed

package-lock.json

Lines changed: 100 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rproxy",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "HTTP reverse proxy implementation based on Node.js and Docker",
55
"main": "index.js",
66
"scripts": {
@@ -25,7 +25,7 @@
2525
"homepage": "https://github.com/BackendStack21/rproxy#readme",
2626
"dependencies": {
2727
"cors": "^2.8.5",
28-
"fast-gateway": "^4.0.0",
28+
"fast-gateway": "^4.2.0",
2929
"faye-websocket": "^0.11.4"
3030
}
3131
}

0 commit comments

Comments
 (0)