From f6002cee5628a5d9db1e1523122574f6ae351fa8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 19:03:44 +0000 Subject: [PATCH] fix(deps): update dependency centrifuge to v5.0.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 846e1a1b..5a7b9a03 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@cailloumajor/frontend-utils-wasm": "3.0.1", "@quasar/extras": "1.16.7", "@vueuse/core": "10.4.1", - "centrifuge": "5.0.0", + "centrifuge": "5.0.1", "locale-matcher": "2.0.0", "mande": "2.0.8", "pinia": "2.1.6", diff --git a/yarn.lock b/yarn.lock index fa350a41..9c7183a7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1694,10 +1694,10 @@ caseless@~0.12.0: resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" integrity sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw== -centrifuge@5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/centrifuge/-/centrifuge-5.0.0.tgz#86aedb265838b61dd813cf9928ebb2bd20339c55" - integrity sha512-SYBaMnkOFJfrxVfv1Kiqqzq3TJZsFn4L8EDbN8C9F+xEXTTHkllmjrUqVYcL8mOyfQhOS/y3FxITrhrHTyBJ6w== +centrifuge@5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/centrifuge/-/centrifuge-5.0.1.tgz#22ea0e7cd33d26b7f3e809bf877b4456b50668d5" + integrity sha512-u0Lo2Xy/rfrC5H6UzbKS0MVoS72NbUgwmY3/Y0GnCWgRcQbyk8lFBBSxudp8PIw7YiWRJvb35BQjtI0Vmo3LsA== dependencies: events "^3.3.0" protobufjs "^7.2.5"