From 3715afbb97c81c757e84c52cb2a2464520ad4852 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 20 Feb 2022 00:26:05 -0800 Subject: [PATCH] Bump rxjs to 6.6.7 Replaces #88 --- src-ui/package-lock.json | 2 +- src-ui/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src-ui/package-lock.json b/src-ui/package-lock.json index 3b8a15177..a40d5a6f5 100644 --- a/src-ui/package-lock.json +++ b/src-ui/package-lock.json @@ -27,7 +27,7 @@ "ngx-cookie-service": "^13.1.2", "ngx-file-drop": "^13.0.0", "ngx-infinite-scroll": "^10.0.1", - "rxjs": "~6.6.0", + "rxjs": "~6.6.7", "tslib": "^2.0.0", "uuid": "^8.3.1", "zone.js": "~0.11.4" diff --git a/src-ui/package.json b/src-ui/package.json index 3ed9b8081..470d6f769 100644 --- a/src-ui/package.json +++ b/src-ui/package.json @@ -30,7 +30,7 @@ "ngx-cookie-service": "^13.1.2", "ngx-file-drop": "^13.0.0", "ngx-infinite-scroll": "^10.0.1", - "rxjs": "~6.6.0", + "rxjs": "~6.6.7", "tslib": "^2.0.0", "uuid": "^8.3.1", "zone.js": "~0.11.4"