From 1365221792b374b338f439407388e8110b27e38c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 17:47:03 +0000 Subject: [PATCH] chore(deps): update dependency rxjs to v7.8.1 --- package.json | 2 +- yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8b245626f9..be7246dc3f 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "redux-logger": "3.0.6", "redux-thunk": "2.4.2", "rimraf": "3.0.2", - "rxjs": "7.5.7", + "rxjs": "7.8.1", "semantic-release": "24.0.0", "ts-jest": "26.5.6", "ts-loader": "8.4.0", diff --git a/yarn.lock b/yarn.lock index 355a3d113a..7cdd2208ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15906,7 +15906,14 @@ run-queue@^1.0.0, run-queue@^1.0.3: dependencies: aproba "^1.1.1" -rxjs@7.5.7, rxjs@^7.5.5: +rxjs@7.8.1: + version "7.8.1" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543" + integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg== + dependencies: + tslib "^2.1.0" + +rxjs@^7.5.5: version "7.5.7" resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.7.tgz#2ec0d57fdc89ece220d2e702730ae8f1e49def39" integrity sha512-z9MzKh/UcOqB3i20H6rtrlaE/CgjLOvheWK/9ILrbhROGTweAi1BaFsTT9FbwZi5Trr1qNRs+MXkhmR06awzQA==