From 5ce5ff053e517e6c526349052868bc2841d3a06c Mon Sep 17 00:00:00 2001 From: David Taylor Date: Fri, 6 Jan 2023 14:31:10 +0000 Subject: [PATCH] FIX: Bump messagebus to v4.3.1 (#19771) Includes "FIX: Ensure non-long-polling requests are always spaced out": https://github.com/discourse/message_bus/commit/233b248c964b4a88253227be27f298d7e0c4151d --- Gemfile.lock | 2 +- app/assets/javascripts/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6edfc5a9f32..6bac0060e9c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -215,7 +215,7 @@ GEM matrix (0.4.2) maxminddb (0.1.22) memory_profiler (1.0.1) - message_bus (4.3.0) + message_bus (4.3.1) rack (>= 1.1.3) method_source (1.0.0) mini_mime (1.1.2) diff --git a/app/assets/javascripts/yarn.lock b/app/assets/javascripts/yarn.lock index d62417e4401..2d13091451c 100644 --- a/app/assets/javascripts/yarn.lock +++ b/app/assets/javascripts/yarn.lock @@ -6881,9 +6881,9 @@ merge2@^1.2.3, merge2@^1.3.0: integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== message-bus-client@^4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/message-bus-client/-/message-bus-client-4.3.0.tgz#03710b9acdbaa4c9117b2215b2dd8038a360c168" - integrity sha512-tJbSFz+NB8fBXn5OqGqisi881SUv1ypIoETHgyQHfg5NHFr15Y+BIx4gPqXhy5iG0EJlayZfcNyFxYfFfhyv+w== + version "4.3.1" + resolved "https://registry.yarnpkg.com/message-bus-client/-/message-bus-client-4.3.1.tgz#2107b569131b03d7277801cd3409059e48e9f25e" + integrity sha512-gPG8POalZrM6t9xZPIzER3uDCiAfdwMEjx6ulbYICqzJx0CpLSnZRXKuWvhds4dM3iZQZXpH37UCfYYNICKu5g== messageformat@0.1.5: version "0.1.5"