From 7ca4ea1db27b6985a22fab6de5e7be87217cf54e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Nov 2021 12:12:26 +0000 Subject: [PATCH] chore(deps): bump ioredis from 4.27.9 to 4.28.1 Bumps [ioredis](https://github.com/luin/ioredis) from 4.27.9 to 4.28.1. - [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.1) --- 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..b898c63fb73a2 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.1", "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.1", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.28.1.tgz", + "integrity": "sha512-7gcrUJEcPHWy+eEyq6wIZpXtfHt8crhbc5+z0sqrnHUkwBblXinygfamj+/jx83Qo+2LW3q87Nj2VsuH6BF2BA==", "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.1", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.28.1.tgz", + "integrity": "sha512-7gcrUJEcPHWy+eEyq6wIZpXtfHt8crhbc5+z0sqrnHUkwBblXinygfamj+/jx83Qo+2LW3q87Nj2VsuH6BF2BA==", "requires": { "cluster-key-slot": "^1.1.0", "debug": "^4.3.1", diff --git a/package.json b/package.json index d84f750c9bc1e..37fcd5538a1f0 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.1", "joi": "17.4.2", "joi-extension-semver": "5.0.0", "js-yaml": "^4.1.0",