From 1c15ad8ae8047728468fa13148bccab1f00eb45f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 03:45:46 +0000 Subject: [PATCH] build(deps): bump rxjs from 6.5.4 to 6.6.7 Bumps [rxjs](https://github.com/reactivex/rxjs) from 6.5.4 to 6.6.7. - [Release notes](https://github.com/reactivex/rxjs/releases) - [Changelog](https://github.com/ReactiveX/rxjs/blob/6.6.7/CHANGELOG.md) - [Commits](https://github.com/reactivex/rxjs/compare/6.5.4...6.6.7) 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..cf70662 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.7", "sweetalert2": "^9.10.2", "tailwindcss": "^1.6.2", "tslib": "^1.10.0", diff --git a/yarn.lock b/yarn.lock index 896d17d..686d3e9 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.7: + version "6.6.7" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9" + integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ== + 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"