From 6515035e049ae2dd6e5a84063a893fced5690f86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 20:45:27 +0000 Subject: [PATCH] Bump rxjs from 7.0.1 to 7.1.0 in /app Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.0.1 to 7.1.0. - [Release notes](https://github.com/reactivex/rxjs/releases) - [Changelog](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md) - [Commits](https://github.com/reactivex/rxjs/compare/7.0.1...7.1.0) Signed-off-by: dependabot[bot] --- app/package.json | 2 +- app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index 6c96e947..0a55f7a8 100644 --- a/app/package.json +++ b/app/package.json @@ -37,7 +37,7 @@ "ngx-toastr": "^14.0.0", "npm": "6", "path": "0.12.7", - "rxjs": "^7.0.1", + "rxjs": "^7.1.0", "yargs": "^17.0.1", "zone.js": "^0.11.4" }, diff --git a/app/yarn.lock b/app/yarn.lock index fee3eede..c5c2254b 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -3021,10 +3021,10 @@ run-queue@^1.0.0, run-queue@^1.0.3: dependencies: aproba "^1.1.1" -rxjs@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.0.1.tgz#5f41c4f991cea550471fc5d215727390103702c7" - integrity sha512-wViQ4Vgps1xJwqWIBooMNN44usCSthL7wCUl4qWqrVjhGfWyVyXcxlYzfDKkJKACQvZMTOft/jJ3RkbwK1j9QQ== +rxjs@^7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.1.0.tgz#94202d27b19305ef7b1a4f330277b2065df7039e" + integrity sha512-gCFO5iHIbRPwznl6hAYuwNFld8W4S2shtSJIqG27ReWXo9IWrCyEICxUA+6vJHwSR/OakoenC4QsDxq50tzYmw== dependencies: tslib "~2.1.0"