From 42fb38526744db4366d86e2652a49796f1f082c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 21:03:10 +0000 Subject: [PATCH] chore(deps-dev): bump rxjs from 6.6.7 to 7.5.5 Bumps [rxjs](https://github.com/reactivex/rxjs) from 6.6.7 to 7.5.5. - [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.6.7...7.5.5) --- updated-dependencies: - dependency-name: rxjs dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- yarn.lock | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e8c45f7..96c352f 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "react-dom": "^17.0.1", "react-test-renderer": "^17.0.1", "reflect-metadata": "^0.1.13", - "rxjs": "^6.5.2", + "rxjs": "^7.5.5", "shx": "^0.3.2", "ts-jest": "^26.5.4", "tslib": "^2.1.0", @@ -102,6 +102,6 @@ "lodash": "^4.17.15", "react": "^17.0.1", "reflect-metadata": "^0.1.13", - "rxjs": "^6.5.2" + "rxjs": "^7.5.5" } } diff --git a/yarn.lock b/yarn.lock index 6b32a42..071f3b9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7392,13 +7392,20 @@ run-parallel@^1.1.9: dependencies: queue-microtask "^1.2.2" -rxjs@^6.5.2, rxjs@^6.6.6: +rxjs@^6.6.6: 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" +rxjs@^7.5.5: + version "7.5.5" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.5.tgz#2ebad89af0f560f460ad5cc4213219e1f7dd4e9f" + integrity sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw== + dependencies: + tslib "^2.1.0" + safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0: version "5.2.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"