From 6cd893d83d2cc82c037f6c2dc8b5d3c83c92ff3f Mon Sep 17 00:00:00 2001 From: James Muscat Date: Thu, 13 Jun 2024 21:39:24 +0100 Subject: [PATCH] Bugfix services package. --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 1a69c8f..91777be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4286,9 +4286,9 @@ mobx-state-tree "^5.1.7" "@timing71/services@^0.10.0": - version "0.10.2" - resolved "https://npm.pkg.github.com/download/@timing71/services/0.10.2/43c1774cd1fbdda0351be677829250523e2e972c#43c1774cd1fbdda0351be677829250523e2e972c" - integrity sha512-jdhxKl4NgRhbOvm/ZTRxfes6cDGZSmO9ghJVEbA7w7M/CYyXGaH4IIubMlz/ymkwHIU13CTuP6wWlfo+fb7XjA== + version "0.10.3" + resolved "https://npm.pkg.github.com/download/@timing71/services/0.10.3/bf9a4449f64cbd141ee1c9beff8755819b6f3e42#bf9a4449f64cbd141ee1c9beff8755819b6f3e42" + integrity sha512-tKwLImtnI4tpqC0z89iNSEgTM4koNmAxZW7tijECzduWsp7/g/PmC11ssfIXtSZNQgkfo4xNmQCMKx5FugBFjw== dependencies: "@microsoft/signalr" "^7.0.4" cookie "^0.5.0"