From 6cf6bac22aea128989dbdc4161e8500d623a88f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Aug 2022 20:29:15 +0000 Subject: [PATCH] chore(deps): bump ioredis from 5.2.2 to 5.2.3 (#8345) Bumps [ioredis](https://github.com/luin/ioredis) from 5.2.2 to 5.2.3. - [Release notes](https://github.com/luin/ioredis/releases) - [Changelog](https://github.com/luin/ioredis/blob/main/CHANGELOG.md) - [Commits](https://github.com/luin/ioredis/compare/v5.2.2...v5.2.3) --- updated-dependencies: - dependency-name: ioredis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- 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 d18a813f58..2b70fabad1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "got": "^12.3.1", "graphql": "^15.6.1", "graphql-tag": "^2.12.6", - "ioredis": "5.2.2", + "ioredis": "5.2.3", "joi": "17.6.0", "joi-extension-semver": "5.0.0", "js-yaml": "^4.1.0", @@ -18406,9 +18406,9 @@ } }, "node_modules/ioredis": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.2.2.tgz", - "integrity": "sha512-wryKc1ur8PcCmNwfcGkw5evouzpbDXxxkMkzPK8wl4xQfQf7lHe11Jotell5ikMVAtikXJEu/OJVaoV51BggRQ==", + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.2.3.tgz", + "integrity": "sha512-gQNcMF23/NpvjCaa1b5YycUyQJ9rBNH2xP94LWinNpodMWVUPP5Ai/xXANn/SM7gfIvI62B5CCvZxhg5pOgyMw==", "dependencies": { "@ioredis/commands": "^1.1.1", "cluster-key-slot": "^1.1.0", @@ -44725,9 +44725,9 @@ } }, "ioredis": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.2.2.tgz", - "integrity": "sha512-wryKc1ur8PcCmNwfcGkw5evouzpbDXxxkMkzPK8wl4xQfQf7lHe11Jotell5ikMVAtikXJEu/OJVaoV51BggRQ==", + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.2.3.tgz", + "integrity": "sha512-gQNcMF23/NpvjCaa1b5YycUyQJ9rBNH2xP94LWinNpodMWVUPP5Ai/xXANn/SM7gfIvI62B5CCvZxhg5pOgyMw==", "requires": { "@ioredis/commands": "^1.1.1", "cluster-key-slot": "^1.1.0", diff --git a/package.json b/package.json index 359353a716..c0c2948673 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "got": "^12.3.1", "graphql": "^15.6.1", "graphql-tag": "^2.12.6", - "ioredis": "5.2.2", + "ioredis": "5.2.3", "joi": "17.6.0", "joi-extension-semver": "5.0.0", "js-yaml": "^4.1.0", -- GitLab