Skip to content

Commit

Permalink
Web: Socket: updated redis packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gopienkonikita committed Dec 16, 2021
1 parent 9736c9d commit b2cb05b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/Socket.IO/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"license": "ISC",
"dependencies": {
"axios": "^0.24.0",
"connect-redis": "~3.4.0",
"connect-redis": "^6.0.0",
"cookie-parser": "^1.4.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"express-socket.io-session": "^1.3.5",
"memorystore": "^1.6.6",
"nconf": "^0.11.3",
"path": "^0.12.7",
"redis": "^3.1.1",
"redis": "^3.1.2",
"socket.io": "^4.4.0"
},
"devDependencies": {
Expand Down

0 comments on commit b2cb05b

Please sign in to comment.