Skip to content

Commit 8ba7182

Browse files
authored
fix(deps): update dependency redis to ~4.7.0 (#5589)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [redis](https://togithub.com/redis/node-redis) | [`~4.6.0` -> `~4.7.0`](https://renovatebot.com/diffs/npm/redis/4.6.15/4.7.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/redis/4.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/redis/4.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/redis/4.6.15/4.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/redis/4.6.15/4.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>redis/node-redis (redis)</summary> ### [`v4.7.0`](https://togithub.com/redis/node-redis/compare/[email protected]) [Compare Source](https://togithub.com/redis/node-redis/compare/[email protected]@4.7.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/google-cloud-node). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 91df9a7 commit 8ba7182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-vision/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@google-cloud/vision": "^4.3.0",
1717
"natural": "^7.0.0",
1818
"pureimage": "^0.4.0",
19-
"redis": "~4.6.0",
19+
"redis": "~4.7.0",
2020
"yargs": "^17.0.0"
2121
},
2222
"devDependencies": {

0 commit comments

Comments
 (0)