From 2f1466f02ca02781424eb4e17b7e9d3f011e0c6f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 04:02:59 +0000 Subject: [PATCH] build(deps): bump rxjs from 6.5.4 to 6.6.3 Bumps [rxjs](https://github.com/reactivex/rxjs) from 6.5.4 to 6.6.3. - [Release notes](https://github.com/reactivex/rxjs/releases) - [Changelog](https://github.com/ReactiveX/rxjs/blob/6.6.3/CHANGELOG.md) - [Commits](https://github.com/reactivex/rxjs/compare/6.5.4...6.6.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 168819a..d62b670 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@sweetalert2/ngx-sweetalert2": "^8.0.0", "leaflet": "^1.6.0", "ngx-pagination": "^5.0.0", - "rxjs": "~6.5.4", + "rxjs": "~6.6.3", "sweetalert2": "^9.10.2", "tailwindcss": "^1.6.2", "tslib": "^1.10.0", diff --git a/yarn.lock b/yarn.lock index 896d17d..323f366 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8321,13 +8321,20 @@ rxjs@6.5.3: dependencies: tslib "^1.9.0" -rxjs@6.5.4, rxjs@^6.4.0, rxjs@~6.5.4: +rxjs@6.5.4: version "6.5.4" resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.4.tgz#e0777fe0d184cec7872df147f303572d414e211c" integrity sha512-naMQXcgEo3csAEGvw/NydRA0fuS2nDZJiw1YUWFKU7aPPAPGZEsD4Iimit96qwCieH6y614MCLYwdkrWx7z/7Q== dependencies: tslib "^1.9.0" +rxjs@^6.4.0, rxjs@~6.6.3: + version "6.6.3" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.3.tgz#8ca84635c4daa900c0d3967a6ee7ac60271ee552" + integrity sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ== + dependencies: + tslib "^1.9.0" + safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: version "5.1.2" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"