From 8033eedeec8989546b9109fc75c5bc5e2acdc69b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 04:18:38 +0000 Subject: [PATCH] build(deps): bump graphql-redis-subscriptions in /backend Bumps [graphql-redis-subscriptions](https://github.com/davidyaha/graphql-redis-subscriptions) from 2.1.2 to 2.2.1. - [Release notes](https://github.com/davidyaha/graphql-redis-subscriptions/releases) - [Commits](https://github.com/davidyaha/graphql-redis-subscriptions/compare/v2.1.2...v2.2.1) Signed-off-by: dependabot-preview[bot] --- backend/package.json | 2 +- backend/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/backend/package.json b/backend/package.json index 9396cdaa9..5257f4e74 100644 --- a/backend/package.json +++ b/backend/package.json @@ -60,7 +60,7 @@ "graphql-iso-date": "~3.6.1", "graphql-middleware": "~4.0.2", "graphql-middleware-sentry": "^3.2.1", - "graphql-redis-subscriptions": "^2.1.2", + "graphql-redis-subscriptions": "^2.2.1", "graphql-shield": "~7.0.14", "graphql-tag": "~2.10.3", "helmet": "~3.21.3", diff --git a/backend/yarn.lock b/backend/yarn.lock index 46367d580..3f8043889 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -4489,12 +4489,12 @@ graphql-middleware@~4.0.2: dependencies: graphql-tools "^4.0.5" -graphql-redis-subscriptions@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/graphql-redis-subscriptions/-/graphql-redis-subscriptions-2.1.2.tgz#9c1b744bace0c6ba99dd0ebafe0148cad1df3301" - integrity sha512-l69KbGxyYfVHxvE+Dzv9/hXg/q+Xnjfx1JsrJD6ikePuSsNaCSNxr+MubSTNF3Gt3C/+JZs4FaWImFeK/+X2og== +graphql-redis-subscriptions@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/graphql-redis-subscriptions/-/graphql-redis-subscriptions-2.2.1.tgz#377be5670ff344aa78cf147a9852e686a65e4b21" + integrity sha512-Rk0hapKUZuZpJIv3rG5rmd1SX3f+9k1k5AXoh8bxbM3Vkdzh28WM7kvJOqq1pJuO3gQ4OAoqzciNT0MMHRylXQ== dependencies: - iterall "^1.2.2" + iterall "^1.3.0" optionalDependencies: ioredis "^4.6.3" @@ -5374,10 +5374,10 @@ istanbul-reports@^3.0.0: html-escaper "^2.0.0" istanbul-lib-report "^3.0.0" -iterall@^1.1.3, iterall@^1.2.1, iterall@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7" - integrity sha512-yynBb1g+RFUPY64fTrFv7nsjRrENBQJaX2UL+2Szc9REFrSNm1rpSXHGzhmAy7a9uv3vlvgBlXnf9RqmPH1/DA== +iterall@^1.1.3, iterall@^1.2.1, iterall@^1.2.2, iterall@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.3.0.tgz#afcb08492e2915cbd8a0884eb93a8c94d0d72fea" + integrity sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg== jest-changed-files@^25.1.0: version "25.1.0"