|
96 | 96 | "camelcase-keys": "^4.1.0",
|
97 | 97 | "chart.js": "^2.9.4",
|
98 | 98 | "connect-datadog-graphql": "^0.0.11",
|
99 |
| - "cookie-session": "^1.4.0", |
| 99 | + "connect-pg-simple": "^7.0.0", |
100 | 100 | "css-loader": "^5.0.1",
|
101 | 101 | "dataloader": "^1.2.0",
|
102 | 102 | "dotenv": "^8.0.0",
|
|
106 | 106 | "express": "^4.17.3",
|
107 | 107 | "express-basic-auth": "^1.2.1",
|
108 | 108 | "express-rate-limit": "^6.3.0",
|
| 109 | + "express-session": "^1.17.2", |
109 | 110 | "express-winston": "^4.2.0",
|
110 | 111 | "fakeredis": "^2.0.0",
|
111 | 112 | "fast-csv": "^4.3.1",
|
|
198 | 199 | "@rewired/commitlint-circle": "^3.1.0",
|
199 | 200 | "@types/aphrodite": "^2.0.0",
|
200 | 201 | "@types/chart.js": "^2.9.32",
|
| 202 | + "@types/connect-pg-simple": "^7.0.0", |
201 | 203 | "@types/draft-js": "^0.10.45",
|
202 | 204 | "@types/express-rate-limit": "^6.0.0",
|
203 | 205 | "@types/faker": "^5.1.5",
|
|
210 | 212 | "@types/node-cron": "^2.0.3",
|
211 | 213 | "@types/nodemailer": "^6.4.0",
|
212 | 214 | "@types/passport": "^1.0.4",
|
213 |
| - "@types/pg": "^7.14.3", |
| 215 | + "@types/pg": "^8.6.5", |
214 | 216 | "@types/promise-retry": "^1.1.3",
|
215 | 217 | "@types/react": "^16.14.0",
|
216 | 218 | "@types/react-dom": "^16.9.11",
|
217 | 219 | "@types/react-router": "^5.1.5",
|
218 | 220 | "@types/react-router-dom": "^5.1.7",
|
219 | 221 | "@types/react-select": "^2.0.0",
|
220 | 222 | "@types/recompose": "^0.30.7",
|
221 |
| - "@types/redis": "^2.8.28", |
| 223 | + "@types/redis": "^2.8.32", |
222 | 224 | "@types/superagent": "^4.1.7",
|
223 | 225 | "@types/supertest": "^2.0.11",
|
224 | 226 | "@types/webpack": "^5.28.0",
|
|
0 commit comments