From 6f9dda4eb8876a7079a9035ba15c5976c3b0a40e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 11:00:10 -0500 Subject: [PATCH] chore(deps): bump redis from 3.1.1 to 3.1.2 (#50) Bumps [redis](https://github.com/NodeRedis/node-redis) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/NodeRedis/node-redis/releases) - [Changelog](https://github.com/NodeRedis/node-redis/blob/master/CHANGELOG.md) - [Commits](https://github.com/NodeRedis/node-redis/compare/v3.1.1...v3.1.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 68ad4d7..b9d6f8d 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "fuzzy": "^0.1.3", "moment": "^2.29.1", "node-fetch": "^2.6.1", - "redis": "^3.1.1", + "redis": "^3.1.2", "require-reload": "^0.2.2", "sequelize": "^6.6.2", "sqlite3": "^5.0.2" diff --git a/yarn.lock b/yarn.lock index 7d7de5e..e544920 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1217,10 +1217,10 @@ redis-parser@^3.0.0: dependencies: redis-errors "^1.0.0" -redis@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/redis/-/redis-3.1.1.tgz#a44bee7c072dcf685e139048d6a1a4d3b00f5d01" - integrity sha512-QhkKhOuzhogR1NDJfBD34TQJz2ZJwDhhIC6ZmvpftlmfYShHHQXjjNspAJ+Z2HH5NwSBVYBVganbiZ8bgFMHjg== +redis@^3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/redis/-/redis-3.1.2.tgz#766851117e80653d23e0ed536254677ab647638c" + integrity sha512-grn5KoZLr/qrRQVwoSkmzdbw6pwF+/rwODtrOr6vuBRiR/f3rjSTGupbF90Zpqm2oenix8Do6RV7pYEkGwlKkw== dependencies: denque "^1.5.0" redis-commands "^1.7.0"