Skip to content

fix(deps): update dependency redis to v4 #2440

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
2 changes: 1 addition & 1 deletion functions/memorystore/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test": "mocha test/*.test.js --timeout=20000 --exit"
},
"dependencies": {
"redis": "^3.0.0"
"redis": "^4.0.0"
},
"devDependencies": {
"mocha": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion memorystore/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"node": ">=8.0.0"
},
"dependencies": {
"redis": "^3.0.0"
"redis": "^4.0.0"
}
}

2 changes: 1 addition & 1 deletion run/websockets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@socket.io/redis-adapter": "^7.0.0",
"express": "^4.17.1",
"redis": "^3.1.2",
"redis": "^4.0.0",
"socket.io": "^4.1.2"
},
"devDependencies": {
Expand Down