From 10a24393d05c1c7a0d29a5f5af8c203c62a6be55 Mon Sep 17 00:00:00 2001 From: Naz Date: Wed, 6 Oct 2021 22:34:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20alert=20notifications=20?= =?UTF-8?q?being=20sent=20out=20to=20non-active=20users?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refs https://linear.app/tryghost/issue/CORE-63/restrict-update-service-notifications-to-active-admins - It only makes sense to notify active users about a notification of 'alert' or any other type really. --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bb8412c9cb..b3d37d7d87 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "@tryghost/social-urls": "0.1.26", "@tryghost/string": "0.1.20", "@tryghost/tpl": "0.1.5", - "@tryghost/update-check-service": "0.2.2", + "@tryghost/update-check-service": "0.2.3", "@tryghost/url-utils": "2.0.2", "@tryghost/validator": "0.1.5", "@tryghost/version": "0.1.4", diff --git a/yarn.lock b/yarn.lock index bea63e55ea..6cb4672c42 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1736,10 +1736,10 @@ dependencies: lodash.template "^4.5.0" -"@tryghost/update-check-service@0.2.2": - version "0.2.2" - resolved "https://registry.yarnpkg.com/@tryghost/update-check-service/-/update-check-service-0.2.2.tgz#0de3bee6501305f3ffeeeae80f0d5068687ff847" - integrity sha512-6itDvtzKx+5IZ4Mr8cBIKBlDjFsLNKTpYWFb5xW38OBHpfHQbXloGw0A5z6b7cqjfjI6tDiWxxrYD7mJJnVt9w== +"@tryghost/update-check-service@0.2.3": + version "0.2.3" + resolved "https://registry.yarnpkg.com/@tryghost/update-check-service/-/update-check-service-0.2.3.tgz#1f47842c3e84ab40ac9b3bbae42eea592f632c29" + integrity sha512-Bwjz6tVBHZ44ZGkD6+xPZUGcrzWkLJFyix+G1yDbyw2M89BzHPz+CQ33po4f4E3MrHW8iLYyB41ryZrZs4hLbA== dependencies: "@tryghost/debug" "^0.1.5" "@tryghost/errors" "^0.2.11"