@rpcbase/server 0.349.0 → 0.351.0-pagerouterauth.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/server",
3
- "version": "0.349.0",
3
+ "version": "0.351.0-pagerouterauth.0",
4
4
  "license": "SSPL-1.0",
5
5
  "main": "./index.js",
6
6
  "scripts": {
@@ -61,30 +61,30 @@
61
61
  },
62
62
  "dependencies": {
63
63
  "@rpcbase/std": "0.13.0",
64
- "@sentry/node": "7.107.0",
64
+ "@sentry/node": "8.17.0",
65
65
  "bluebird": "3.7.2",
66
66
  "body-parser": "1.20.2",
67
- "bull": "4.12.2",
67
+ "bull": "4.15.1",
68
68
  "connect-redis": "7.1.1",
69
69
  "cors": "2.8.5",
70
- "debug": "4.3.4",
70
+ "debug": "4.3.5",
71
71
  "dotenv": "16.4.5",
72
72
  "expect": "29.7.0",
73
- "express": "4.18.3",
73
+ "express": "4.19.2",
74
74
  "express-session": "1.18.0",
75
- "firebase-admin": "12.0.0",
76
- "glob": "10.3.10",
75
+ "firebase-admin": "12.2.0",
76
+ "glob": "11.0.0",
77
77
  "jest-extended": "4.0.2",
78
78
  "lodash": "4.17.21",
79
79
  "mkdirp": "3.0.1",
80
- "mongoose": "8.2.1",
81
- "picocolors": "1.0.0",
82
- "postmark": "4.0.2",
83
- "redis": "4.6.13",
80
+ "mongoose": "8.5.1",
81
+ "picocolors": "1.0.1",
82
+ "postmark": "4.0.4",
83
+ "redis": "4.6.15",
84
84
  "request-ip": "3.3.0",
85
- "sift": "17.0.1",
85
+ "sift": "17.1.3",
86
86
  "socket.io": "4.7.5",
87
87
  "source-map-support": "0.5.21",
88
- "validator": "13.11.0"
88
+ "validator": "13.12.0"
89
89
  }
90
90
  }
@@ -8,7 +8,7 @@ const warning_proxy_middleware = (req, res, next) => {
8
8
  const {host} = req.headers
9
9
 
10
10
  if (!suppress_warning && host.startsWith("localhost:")) {
11
- console.warn("are you running with the proxy address ? you shouldn't be using localhost when you are running the app with the reverse proxyy22")
11
+ console.warn("are you running with the proxy address ? you shouldn't be using localhost when you are running the app with the reverse proxyy")
12
12
  }
13
13
 
14
14
  next()