From 8d01acb19e65c6c1b39995fd71844e86f4001bab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 06:16:11 +0000 Subject: [PATCH] chore(deps): bump ioredis from 4.27.10 to 4.27.11 Bumps [ioredis](https://github.com/luin/ioredis) from 4.27.10 to 4.27.11. - [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.10...v4.27.11) --- updated-dependencies: - dependency-name: ioredis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/123done/package.json | 2 +- packages/fxa-auth-server/package.json | 2 +- packages/fxa-graphql-api/package.json | 2 +- packages/fxa-shared/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/123done/package.json b/packages/123done/package.json index 4d62246809..1fffb93814 100644 --- a/packages/123done/package.json +++ b/packages/123done/package.json @@ -28,7 +28,7 @@ "convict-format-with-validator": "^6.2.0", "express": "^4.17.1", "fxa-jwtool": "^0.7.2", - "ioredis": "^4.27.10", + "ioredis": "^4.27.11", "morgan": "^1.10.0", "node-rsa": "1.1.1", "request": "^2.88.2" diff --git a/packages/fxa-auth-server/package.json b/packages/fxa-auth-server/package.json index e64ec340d0..5c88b02f21 100644 --- a/packages/fxa-auth-server/package.json +++ b/packages/fxa-auth-server/package.json @@ -83,7 +83,7 @@ "hkdf": "0.0.2", "hot-shots": "^8.5.2", "i18n-abide": "0.0.26", - "ioredis": "^4.27.10", + "ioredis": "^4.27.11", "jed": "0.5.4", "jsdom": "^18.0.0", "jsonwebtoken": "^8.5.1", diff --git a/packages/fxa-graphql-api/package.json b/packages/fxa-graphql-api/package.json index 2fe9c2bd2b..3d6cb2cc86 100644 --- a/packages/fxa-graphql-api/package.json +++ b/packages/fxa-graphql-api/package.json @@ -58,7 +58,7 @@ "graphql-tools": "^8.0.0", "graphql-upload": "^12.0.0", "helmet": "^4.6.0", - "ioredis": "^4.27.10", + "ioredis": "^4.27.11", "knex": "^0.95.11", "mozlog": "^3.0.2", "mysql": "^2.18.1", diff --git a/packages/fxa-shared/package.json b/packages/fxa-shared/package.json index 00bd1acf1a..8b7ceb4dcb 100644 --- a/packages/fxa-shared/package.json +++ b/packages/fxa-shared/package.json @@ -96,7 +96,7 @@ "generic-pool": "^3.8.2", "graphql": "^15.6.1", "hot-shots": "^8.5.2", - "ioredis": "^4.27.10", + "ioredis": "^4.27.11", "ip": "^1.1.5", "joi": "^14.3.1", "js-md5": "^0.7.3",