Skip to content

Commit

Permalink
fix(deps): update dependency redis to v3 (#1601)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Feb 11, 2020
1 parent d091c8f commit 6f31b84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appengine/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"nconf": "^0.10.0",
"redis": "^2.8.0"
"redis": "^3.0.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.3.0"
Expand Down
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": "^2.8.0"
"redis": "^3.0.0"
},
"devDependencies": {
"mocha": "^7.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": "^2.8.0"
"redis": "^3.0.0"
}
}

0 comments on commit 6f31b84

Please sign in to comment.