From 4634083da256e4f2511e03d8a777a925e05e582f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Apr 2021 18:44:29 +0000 Subject: [PATCH] Bump redis from 3.1.0 to 3.1.1 Bumps [redis](https://github.com/NodeRedis/node-redis) from 3.1.0 to 3.1.1. - [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.0...v3.1.1) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe554b3..f100084 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "node-fetch": "^2.6.1", "nodemon": "^2.0.7", "pg": "^8.5.1", - "redis": "^3.1.0" + "redis": "^3.1.1" } }, "node_modules/@sindresorhus/is": { @@ -1484,9 +1484,9 @@ } }, "node_modules/redis": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/redis/-/redis-3.1.0.tgz", - "integrity": "sha512-//lAOcEtNIKk2ekZibes5oyWKYUVWMvMB71lyD/hS9KRePNkB7AU3nXGkArX6uDKEb2N23EyJBthAv6pagD0uw==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/redis/-/redis-3.1.1.tgz", + "integrity": "sha512-QhkKhOuzhogR1NDJfBD34TQJz2ZJwDhhIC6ZmvpftlmfYShHHQXjjNspAJ+Z2HH5NwSBVYBVganbiZ8bgFMHjg==", "dependencies": { "denque": "^1.5.0", "redis-commands": "^1.7.0", @@ -3027,9 +3027,9 @@ } }, "redis": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/redis/-/redis-3.1.0.tgz", - "integrity": "sha512-//lAOcEtNIKk2ekZibes5oyWKYUVWMvMB71lyD/hS9KRePNkB7AU3nXGkArX6uDKEb2N23EyJBthAv6pagD0uw==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/redis/-/redis-3.1.1.tgz", + "integrity": "sha512-QhkKhOuzhogR1NDJfBD34TQJz2ZJwDhhIC6ZmvpftlmfYShHHQXjjNspAJ+Z2HH5NwSBVYBVganbiZ8bgFMHjg==", "requires": { "denque": "^1.5.0", "redis-commands": "^1.7.0", diff --git a/package.json b/package.json index 9879201..01240c7 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,6 @@ "node-fetch": "^2.6.1", "nodemon": "^2.0.7", "pg": "^8.5.1", - "redis": "^3.1.0" + "redis": "^3.1.1" } }