From e8c6198f077f0670aecef370409c9d5d84e38e4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 08:19:14 +0000 Subject: [PATCH] fix(deps): update dependency rxjs to v7 --- package.json | 2 +- yarn.lock | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 073731718..bc0431312 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "ng-katex": "2.0.3", "ng2-pdf-viewer": "^7.0.1", "parse-color": "1.0.0", - "rxjs": "6.6.7", + "rxjs": "7.8.1", "subsink": "1.0.2", "tslib": "2.3.1", "winston": "^3.8.2", diff --git a/yarn.lock b/yarn.lock index 45c3076bd..3cc64d9d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10742,6 +10742,13 @@ rxjs@6.6.7, rxjs@^6.6.2: dependencies: tslib "^1.9.0" +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@^5.5.6: version "5.5.12" resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.5.12.tgz#6fa61b8a77c3d793dbaf270bee2f43f652d741cc"