From 421eb64238983ce2dab2dada037dce887b3ef215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Feb 2022 12:20:22 +0000 Subject: [PATCH] chore(deps): bump ioredis from 4.27.9 to 4.28.4 Bumps [ioredis](https://github.com/luin/ioredis) from 4.27.9 to 4.28.4. - [Release notes](https://github.com/luin/ioredis/releases) - [Changelog](https://github.com/luin/ioredis/blob/master/Changelog.md) - [Commits](https://github.com/luin/ioredis/compare/v4.27.9...v4.28.4) --- updated-dependencies: - dependency-name: ioredis dependency-type: direct:production update-type: version-update:semver-minor ... 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 7a4fc4a45783f..ed6623ffed9bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "got": "11.8.2", "graphql": "^15.5.3", "graphql-tag": "^2.12.5", - "ioredis": "4.27.9", + "ioredis": "4.28.4", "joi": "17.4.2", "joi-extension-semver": "5.0.0", "js-yaml": "^4.1.0", @@ -16332,9 +16332,9 @@ } }, "node_modules/ioredis": { - "version": "4.27.9", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.27.9.tgz", - "integrity": "sha512-hAwrx9F+OQ0uIvaJefuS3UTqW+ByOLyLIV+j0EH8ClNVxvFyH9Vmb08hCL4yje6mDYT5zMquShhypkd50RRzkg==", + "version": "4.28.4", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.28.4.tgz", + "integrity": "sha512-KmG3FDd1pKZcWQ7/fIbwzvpkZ50NwRJ3RBK9dpetJrNfC+sxhK6TzaVkExvh9AiF+rAVSUmvqfHyQp5U418aDw==", "dependencies": { "cluster-key-slot": "^1.1.0", "debug": "^4.3.1", @@ -42771,9 +42771,9 @@ } }, "ioredis": { - "version": "4.27.9", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.27.9.tgz", - "integrity": "sha512-hAwrx9F+OQ0uIvaJefuS3UTqW+ByOLyLIV+j0EH8ClNVxvFyH9Vmb08hCL4yje6mDYT5zMquShhypkd50RRzkg==", + "version": "4.28.4", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.28.4.tgz", + "integrity": "sha512-KmG3FDd1pKZcWQ7/fIbwzvpkZ50NwRJ3RBK9dpetJrNfC+sxhK6TzaVkExvh9AiF+rAVSUmvqfHyQp5U418aDw==", "requires": { "cluster-key-slot": "^1.1.0", "debug": "^4.3.1", diff --git a/package.json b/package.json index d84f750c9bc1e..285aef5dfb630 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "got": "11.8.2", "graphql": "^15.5.3", "graphql-tag": "^2.12.5", - "ioredis": "4.27.9", + "ioredis": "4.28.4", "joi": "17.4.2", "joi-extension-semver": "5.0.0", "js-yaml": "^4.1.0",