From 0ddc1bed76fbbba33134bb178a006d91e090fd17 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Fri, 24 May 2019 18:48:54 +0000 Subject: [PATCH] Bump rxjs from 6.3.3 to 6.5.2 in /app Bumps [rxjs](https://github.com/reactivex/rxjs) from 6.3.3 to 6.5.2. - [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/6.3.3...6.5.2) --- 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 83bda283..6eda1d55 100644 --- a/app/package.json +++ b/app/package.json @@ -30,7 +30,7 @@ "mz": "^2.7.0", "ngx-toastr": "^9.1.1", "path": "0.12.7", - "rxjs": "^6.3.3", + "rxjs": "^6.5.2", "yargs": "^13.2.4", "zone.js": "^0.8.29" }, diff --git a/app/yarn.lock b/app/yarn.lock index 2b8eb19d..7f67b577 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -630,10 +630,10 @@ require-main-filename@^2.0.0: resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== -rxjs@^6.3.3: - version "6.3.3" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.3.3.tgz#3c6a7fa420e844a81390fb1158a9ec614f4bad55" - integrity sha512-JTWmoY9tWCs7zvIk/CvRjhjGaOd+OVBM987mxFo+OW66cGpdKjZcpmc74ES1sB//7Kl/PAe8+wEakuhG4pcgOw== +rxjs@^6.5.2: + version "6.5.2" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.2.tgz#2e35ce815cd46d84d02a209fb4e5921e051dbec7" + integrity sha512-HUb7j3kvb7p7eCUHE3FqjoDsC1xfZQ4AHFWfTKSpZ+sAhhz5X1WX0ZuUqWbzB2QhSLp3DoLUG+hMdEDKqWo2Zg== dependencies: tslib "^1.9.0"